Skip to content

Docx Editor

v@eigenpal/[email protected] Feature

This release adds 1 notable feature 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

Fixed three toolbar labels that ignored locale settings.

Full changelog

Minor Changes

  • 91a6f97: Add fontFamilies prop to DocxEditor to customize the toolbar's font dropdown.

    Pass either bare strings or full FontOption objects (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 i18n prop 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 in de.json and pl.json; the components were just bypassing useTranslation(). 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

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]