This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryFix blank render when a header contains a page‑anchored letterhead.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds multi-cell selection highlighting to Vue editor. Adds multi-cell selection highlighting to Vue editor. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Adds drag-to-edge auto-scroll while selecting in Vue editor. Adds drag-to-edge auto-scroll while selecting in Vue editor. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Improves comment/tracked-change ID allocation in Vue editor, preventing reuse after delete and cross‑space collisions. Improves comment/tracked-change ID allocation in Vue editor, preventing reuse after delete and cross‑space collisions. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Extends Vue selection rectangles to cover tab stops and hyperlink text. Extends Vue selection rectangles to cover tab stops and hyperlink text. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Dependency | Low |
Updated dependencies: @eigenpal/[email protected], @eigenpal/[email protected], @eigenpal/[email protected]. Updated dependencies: @eigenpal/[email protected], @eigenpal/[email protected], @eigenpal/[email protected]. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Bugfix | Medium |
Fixes blank render when header contains a page-anchored letterhead. Fixes blank render when header contains a page-anchored letterhead. Source: llm_adapter@2026-06-05 Confidence: high |
— |
Full changelog
Patch Changes
- 3fe9c57: Share the layout pipeline across the React and Vue adapters. The Vue editor now renders multi-column section layouts with correct per-section column widths, coalesces a burst of keystrokes into one layout pass per frame, and no longer scrolls the page when you edit. React behavior is unchanged.
- d100115: Fix blank render on documents whose header contains a page-anchored letterhead. The body now clears the header/footer based on in-flow content only, so anchored shapes and text boxes (which Word positions on the page) no longer push the body off the page. Fixes #705.
- 66cf3a8: Share the React/Vue editor orchestration through core so both adapters stay in lockstep. Vue gains three behaviors it was missing: multi-cell selection highlighting, drag-to-edge auto-scroll while selecting, and correct comment/tracked-change ID allocation (IDs are no longer reused after a delete and no longer collide across the comment/revision space). Vue selection rectangles now also cover tab stops and hyperlink text. No public API changes.
- Updated dependencies [3fe9c57]
- Updated dependencies [d100115]
- Updated dependencies [db75f4f]
- Updated dependencies [66cf3a8]
- @eigenpal/[email protected]
- @eigenpal/[email protected]
- @eigenpal/[email protected]
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]