This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
docx
docx-editor
editor
javascript
msword
next
+7 more
prosemirror
react
vite
vue
word
word-editor
wysiwyg
Summary
AI summaryUpdates Patch Changes, Minor Changes, and fe17e73 across a mixed release.
Full changelog
Minor Changes
- fe17e73: Add Open and Save entries to the toolbar's File menu (with Ctrl+O / Ctrl+S labels) so users can import and download DOCX files without leaving the editor. New translation keys (
toolbar.open,toolbar.openShortcut,toolbar.save,toolbar.saveShortcut) are wired through the i18n system and synced across community locales.
Patch Changes
- 06cdf53: Agent now reads and searches the vanilla document. Previously,
read_documentshowed insertions inlined and hid deletions (the resolved view), while the search backingadd_comment/suggest_changeflattened both — so a phrase the agent picked fromread_documentoften failed to anchor and the bridge returnednullwith no diagnostic. Now both the read view and the search view treat the document as it exists right now: tracked insertions are hidden (not in the doc until accepted) and tracked deletions are visible as plain text (still in the doc until accepted). Anchoring against text the agent actually saw works on first try. - beee9a4: Translate agent panel UI strings — wires
AgentPanel,AgentChatLog,AgentTimeline, andAgentComposerthrought()and ships full translations forde,pl, andpt-BR. PreviouslyagentPanel.*keys werenullin every non-English locale, and the chat primitives hardcoded strings like "Working… N steps", "Assistant is thinking", "Ask the assistant…", "Send", and "Resize agent panel". - 69f5ab0: Translate the four File-menu keys (
toolbar.open,toolbar.openShortcut,toolbar.save,toolbar.saveShortcut) inde.json,pl.json, andpt-BR.jsonso German, Polish, and Brazilian-Portuguese users see localized labels instead of the English fallback. All three locales are now at 100% coverage.
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]