This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixes rendering of plain paragraphs with numFmt="none", right-to-left text order, and persistent custom highlight colors.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Plain paragraphs with `numFmt="none"` no longer render fabricated "1." marker. Plain paragraphs with `numFmt="none"` no longer render fabricated "1." marker. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Bugfix | Medium |
Right-to-left paragraphs now render in correct reading order based on first strong character. Right-to-left paragraphs now render in correct reading order based on first strong character. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Bugfix | Medium |
Custom text highlight colors are restored on document reload. Custom text highlight colors are restored on document reload. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
Patch Changes
- 3bd7bf7: Plain paragraphs that reference a numbering level with
numFmt="none"are no longer rendered with a fabricated "1." marker. Word shows these as plain text, so the editor now omits the marker while keeping genuine numbered and bulleted lists intact. Fixes #718. - 0ded2a1: Right-to-left paragraphs now render in the correct reading order. A paragraph whose runs are marked right-to-left (
w:rtl) but that carries no explicit bidi flag is laid out right-to-left based on its first strong character, so Hebrew and Arabic text no longer reads left-to-right. Alignment and indentation mirror to match. Fixes #719. - 58e3a7e: Text highlight colors are restored when a document is reloaded. Custom highlight colors outside Word's named palette are saved as character shading (
w:shd); the importer now reads that shading back into the highlight, so the background no longer disappears on reload even though it was always present in the exported file. Fixes #712.
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
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]