This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryAdds headless reviewer formatting, paragraph style edits, and OOXML structural edit tracking with change acceptance/rejection APIs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds tracking of structural edits as OOXML revisions in suggesting mode. Adds tracking of structural edits as OOXML revisions in suggesting mode. Source: llm_adapter@2026-05-30 Confidence: low |
— |
| Feature | Low |
Tracks paragraph-break insert/delete as OOXML revisions in suggesting mode. Tracks paragraph-break insert/delete as OOXML revisions in suggesting mode. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Feature | Low |
Tracks paragraph-property changes as OOXML revisions in suggesting mode. Tracks paragraph-property changes as OOXML revisions in suggesting mode. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Feature | Low |
Tracks table row/cell insert/delete/merge as OOXML revisions in suggesting mode. Tracks table row/cell insert/delete/merge as OOXML revisions in suggesting mode. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Feature | Low |
Adds `acceptChangeById(id)` and `rejectChangeById(id)` APIs. Adds `acceptChangeById(id)` and `rejectChangeById(id)` APIs. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Bugfix | Medium |
Fixes issue #614 by ensuring all revision types are resolved in accept/reject operations. Fixes issue #614 by ensuring all revision types are resolved in accept/reject operations. Source: llm_adapter@2026-05-30 Confidence: low |
— |
| Bugfix | Low |
Ensures `acceptAllChanges` and `rejectAllChanges` resolve every revision type. Ensures `acceptAllChanges` and `rejectAllChanges` resolve every revision type. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
| Bugfix | Low |
Fixes issue #614 related to revision handling in suggesting mode. Fixes issue #614 related to revision handling in suggesting mode. Source: granite4.1:30b@2026-05-30-audit Confidence: low |
— |
Full changelog
Minor Changes
- 7a91813: Add headless reviewer formatting and paragraph style edits
- 42ea72d: Track structural edits as OOXML revisions in suggesting mode. Paragraph-break insert/delete, paragraph-property changes, and table row/cell insert/delete/merge are now recorded, round-tripped through DOCX, and shown in the tracked-changes sidebar (React and Vue, localized). Adds
acceptChangeById(id)/rejectChangeById(id), andacceptAllChanges/rejectAllChangesnow resolve every revision type rather than inline marks only. Fixes #614.
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]