This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Patch Changes, Minor Changes, and ab38192 across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds `scrollToCommentId`, `scrollToChangeId`, and `highlightRange` methods to DocxEditorRef in React and Vue adapters. Adds `scrollToCommentId`, `scrollToChangeId`, and `highlightRange` methods to DocxEditorRef in React and Vue adapters. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Feature | Low |
Supports clickable inline Word checkbox content controls. Supports clickable inline Word checkbox content controls. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Dependency | Low |
Updates dependencies: @eigenpal/docx-editor-core, -agents, -i18n to 1.5.0. Updates dependencies: @eigenpal/docx-editor-core, -agents, -i18n to 1.5.0. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
Fixes document outline toggle rendering above the title bar File menu. Fixes document outline toggle rendering above the title bar File menu. Source: llm_adapter@2026-06-13 Confidence: high |
— |
Full changelog
Minor Changes
- 19a25eb: Add
scrollToCommentId,scrollToChangeId, andhighlightRangemethods toDocxEditorRefon both the React and Vue adapters, for revealing a location in the editor. Each scrolls the comment, tracked change, or position range into view and selects it so the selection overlay highlights the spot.scrollToCommentIdandscrollToChangeIdreturnfalsewhen the id no longer resolves, so callers can surface a "location no longer exists" affordance instead of silently doing nothing.
Patch Changes
- ab38192: Support clickable inline Word checkbox content controls
- ca275f9: Fix the document outline toggle rendering above the title bar File menu. The outline button now uses the shared
Z_INDEX.outlinelayer (40) instead of 50, and the toolbar shell is raised toZ_INDEX.toolbar(100) so title-bar dropdowns stay on top. Vue parity: outline toggle at 40, toolbar shell at 100. - Updated dependencies [7d02ec1]
- Updated dependencies [04130ef]
- Updated dependencies [ab38192]
- Updated dependencies [5cdfa5c]
- Updated dependencies [335ad6c]
- Updated dependencies [c5a4b1e]
- Updated dependencies [c4fd221]
- Updated dependencies [ca005c5]
- Updated dependencies [7d6daeb]
- Updated dependencies [5cdfa5c]
- Updated dependencies [44161e5]
- @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]