This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded author prop and React‑parity callback props to the Vue editor, plus locale‑aware toolbar tooltips.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds `author` prop to Vue editor for custom comment attribution. Adds `author` prop to Vue editor for custom comment attribution. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds React‑parity callback props (`onChange`, `onError`, etc.) to Vue editor. Adds React‑parity callback props (`onChange`, `onError`, etc.) to Vue editor. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Makes Vue toolbar tooltips and right‑click context menu follow active i18n locale. Makes Vue toolbar tooltips and right‑click context menu follow active i18n locale. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Dependency | Low |
Updates dependencies: @eigenpal/docx-editor-core, -agents, -i18n to 1.3.2. Updates dependencies: @eigenpal/docx-editor-core, -agents, -i18n to 1.3.2. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
Patch Changes
- b05e9cf: Add the
authorprop to the Vue editor, matching React. Comments and tracked changes created through the UI now use the supplied author name instead of always being attributed to "User". Fixes #720. - 1c254e8: Add React-parity callback props to the Vue editor:
onChange,onError,onSelectionChange,onEditorViewReady, and the comment lifecycle callbacksonCommentAdd,onCommentResolve,onCommentDelete,onCommentReply, andonCommentsChange. Hosts can now observe document, selection, and comment changes via props alongside the existing Vue events. Part of #720. - 6228132: Vue toolbar tooltips and the right-click text context menu now follow the active i18n locale instead of always rendering English. Shortcut-bearing buttons (bold, italic, underline, insert link, super/subscript, image properties) and every context-menu item (cut, copy, paste, delete, select all, table and image actions) route through
t(). - Updated dependencies [3bd7bf7]
- Updated dependencies [0ded2a1]
- Updated dependencies [58e3a7e]
- @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
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]