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 | Medium |
Enables direct image insertion from Insert > Image in Vue, using OS file picker and placing image inline at page width. Enables direct image insertion from Insert > Image in Vue, using OS file picker and placing image inline at page width. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| 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, @eigenpal/docx-editor-agents, and @eigenpal/docx-editor-i18n to version 1.5.0. Updates dependencies: @eigenpal/docx-editor-core, @eigenpal/docx-editor-agents, and @eigenpal/docx-editor-i18n to version 1.5.0. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
Fixes Vue image selection frame misalignment on platforms with classic scrollbars. Fixes Vue image selection frame misalignment on platforms with classic scrollbars. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
Fixes Vue image selection frame shifting off the image after page load or zoom changes. Fixes Vue image selection frame shifting off the image after page load or zoom changes. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
Corrects Vue reply‑to‑tracked‑change threading under the suggestion instead of creating a top‑level comment. Corrects Vue reply‑to‑tracked‑change threading under the suggestion instead of creating a top‑level comment. 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
-
37f79ad: Fix the Vue image selection frame being shifted right (misaligned) on platforms with classic scrollbars. The overlay now accounts for the inline-start scrollbar gutter reserved by
scrollbar-gutter: stable both-edges. -
5cdfa5c: Vue: fix the image selection frame appearing shifted off the image. Selecting an image right after a document loads measured the frame one frame before the page finished re-centering, stranding it to the side; the overlay now re-anchors across the layout settle (and across zoom transitions) so the frame keeps wrapping the image tightly. It also re-anchors when the comments sidebar slides the page sideways while an image stays selected, which previously left the frame stranded to the side until the next scroll.
Fixes #764
-
5cdfa5c: Vue: insert images directly from Insert > Image like React — the OS file picker opens and the image is placed inline, fitted to the page width, with no intermediate dialog. This also fixes a tall empty gap that appeared below an inserted image wider than the page column. The read-file-fit-and-insert flow now lives in core (
insertImageFromFile), so React and Vue share one code path and behave identically. -
d090d08: Fix Vue: replying to a tracked change now threads the reply under that suggestion instead of creating a top-level comment, and the sidebar re-stacks cards when one expands so an expanded card no longer overlaps the next. Fixes #773.
-
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]