This release adds 3 notable features for engineering teams evaluating rollout.
Published 1mo
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Patch Changes, Minor Changes, and c0923f7 across a mixed release.
Full changelog
Minor Changes
- c0923f7: Add
commentsSidebarOpenandonCommentsSidebarOpenChangeto<DocxEditor>for controlling the comments sidebar's visibility. WhencommentsSidebarOpenis set it becomes the source of truth;onCommentsSidebarOpenChange(React prop / Vuecomments-sidebar-open-changeevent) fires whenever the editor wants to open or close it. Lets consumers that hide or replace the toolbar (showToolbar={false}) toggle the sidebar themselves, or open it programmatically. Omit both to keep the default self-managed behavior. - 769f1f5: Add the
showHelpMenuprop to the Vue editor (defaulttrue) to hide the Help menu in the menu bar, matching the React adapter. - 78af476: Add
onOpenandshowFileOpenprops so Vue consumers can route File > Open through their own import pipeline or hide the built-in Open action.
Patch Changes
- 6be8146: Fix the document outline toggle button and outline panel overlapping the ruler in the Vue editor when the ruler is shown. Both now sit below the ruler row, matching React. Fixes #887
- 36a7414: Fix the Vue comments-sidebar toggle being stuck closed. The new
commentsSidebarOpenprop is a Boolean, and Vue casts an absent Boolean prop tofalse, so the editor read it as controlled-closed and the toolbar button could never open the sidebar. It now defaults toundefined(uncontrolled), matching React. - e740694: Fix the Vue editor layout shifting left and missing horizontal scroll on narrow viewports by enabling horizontal overflow on the pages viewport and enforcing minLayoutWidth.
- 421faf1: Support tracked changes (Suggesting mode) in headers and footers for both React and Vue components, including card positioning in the sidebar and command support.
- edd0bc2: Add themeable document-scrollbar CSS variables and apply the styled scrollbar to both React and Vue document scroll containers.
- 94b5816: Fix the Vue right-click context menu (and image menu / tooltips) rendering unstyled — transparent, with no border or shadow. They teleport into
<body>, outside the editor's.ep-rootwhere the--doc-*color tokens are defined, so every token resolved to empty. The teleported roots now re-apply the editor's.ep-root(and current light/dark theme) so the tokens resolve. - Updated dependencies [ed04d10]
- Updated dependencies [35b5cee]
- Updated dependencies [186598a]
- Updated dependencies [2dedf30]
- Updated dependencies [dfd316f]
- Updated dependencies [6b1897a]
- Updated dependencies [8e95d60]
- Updated dependencies [f2c9f9f]
- Updated dependencies [fc95983]
- Updated dependencies [edd0bc2]
- Updated dependencies [d4a27d4]
- @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]