Skip to content

Docx Editor

v@eigenpal/[email protected] Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Updates 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_document showed insertions inlined and hid deletions (the resolved view), while the search backing add_comment / suggest_change flattened both — so a phrase the agent picked from read_document often failed to anchor and the bridge returned null with 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, and AgentComposer through t() and ships full translations for de, pl, and pt-BR. Previously agentPanel.* keys were null in 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) in de.json, pl.json, and pt-BR.json so 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

Track Docx Editor

Get notified when new releases ship.

Sign up free

About Docx Editor

All releases →

Related context

Earlier breaking changes

Beta — feedback welcome: [email protected]