This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryFixed three toolbar labels that ignored locale settings.
Full changelog
Minor Changes
-
91a6f97: Add
fontFamiliesprop toDocxEditorto customize the toolbar's font dropdown.Pass either bare strings or full
FontOptionobjects (or a mix). Strings render in the "Other" group;FontOption[]enables CSS fallback chains and category grouping. Omitting the prop preserves the existing 12-font default. Closes #278.<DocxEditor fontFamilies={[ 'Arial', { name: 'Roboto', fontFamily: 'Roboto, sans-serif', category: 'sans-serif' }, ]} />
Patch Changes
- b10a517: Fix three toolbar tooltips/labels that ignored the
i18nprop and rendered as English regardless of locale: the comments-sidebar toggle, the outline-toggle button, and the Editing / Suggesting / Viewing mode dropdown (including its descriptions). The translation keys already existed inde.jsonandpl.json; the components were just bypassinguseTranslation(). Now wired through correctly.
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]