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. - 6f51f47: Add
onOpenandshowFileOpenprops so React consumers can route File > Open through their own import pipeline or hide the built-in Open action. - e0604af: Add a
showHelpMenuprop to<DocxEditor>(defaulttrue) for hiding the Help menu in the menu bar. It is threaded throughToolbarProps, so the compound<EditorToolbar.MenuBar />API respects it too. Consumers that want File/Format/Insert without the Help menu can now passshowHelpMenu={false}instead of reaching for CSS overrides.
Patch Changes
- 2bd49c2: Fix React toolbar toggle buttons losing their color on hover. The active (selected) button now keeps its dark fill on hover instead of showing a white icon over a near-transparent background, and inactive buttons get a visible hover background. These states are now owned by editor.css tokens rather than Tailwind utilities, which did not dedupe (cn is clsx-only).
- 25dbfe9: Fix severe typing and undo/redo latency when editing large documents that contain many comments and tracked changes. Sidebar anchor positions were resolved with a full page scan per comment/suggestion, so an edit near the start of a long review document spent seconds remapping every anchor. The scan now resumes from the previously matched page, cutting start-of-document keystroke latency from seconds to well under the responsiveness budget. Fixes #896.
- 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.
- 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]