This release fixes issues for SREs watching stability and regressions.
Published 1d
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
docx
docx-editor
editor
javascript
msword
next
+7 more
prosemirror
react
vite
vue
word
word-editor
wysiwyg
Summary
AI summaryHeadless agent bridge now addresses paragraphs lacking w14:paraId using their ordinal index.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Headless agent bridge now addresses paragraphs lacking `w14:paraId` using ordinal index. Headless agent bridge now addresses paragraphs lacking `w14:paraId` using ordinal index. Source: llm_adapter@2026-06-02 Confidence: high |
— |
Full changelog
Patch Changes
- a0adf60: Headless agent bridge: paragraphs with no
w14:paraIdare now addressable.read_documentalready labels such paragraphs by their ordinal index, but the bridge only registered paragraphs that carried a paraId — so every paraId-anchored op (comments, tracked changes, and formatting/style) rejected the id the agent was given, andfind_textskipped those paragraphs entirely. Documents without paraIds (common in Word output) were effectively read-only through the bridge. The bridge now keys those paragraphs by the same ordinal index it reports, andfind_textsurfaces them with that ordinal id — so a phrase it returns is anchorable by the mutate tools.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Docx Editor
All releases →Related context
Related tools
Earlier breaking changes
- v@eigenpal/[email protected] Shared i18n package extracted into @eigenpal/docx-editor-i18n.
- v@eigenpal/[email protected] `showPrintButton` prop removed from `<DocxEditor>` and toolbar components.
- v@eigenpal/[email protected] Toolbar naming unified across React and Vue adapters; classic toolbar removed.
- v@eigenpal/[email protected] Agent UI components relocated to new agent packages and API changed.
- v@eigenpal/[email protected] Shared i18n package extracted from adapters into dedicated locale bundle.
Beta — feedback welcome: [email protected]