This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
ReleasePort's take
Light signalThe release adds per‑locale subpath imports to @eigenpal/docx-editor-i18n for dynamic code‑splitting and re‑exports several core types from @eigenpal/docx-editor-core.
Why it matters: Test the new locale subpath imports in development before deployment; no immediate patch required.
Summary
AI summaryAdd per-locale subpath imports for dynamic code‑splitting and surface additional core types.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Add per-locale subpath imports to '@eigenpal/docx-editor-i18n' for code-splitting single locales. Add per-locale subpath imports to '@eigenpal/docx-editor-i18n' for code-splitting single locales. Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Dependency | Medium |
Updated dependencies for the release, including @eigenpal/[email protected], @eigenpal/[email protected], and @eigenpal/[email protected]. Updated dependencies for the release, including @eigenpal/[email protected], @eigenpal/[email protected], and @eigenpal/[email protected]. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Refactor | Medium |
Re-export Comment, CommentRangeStart, CommentRangeEnd, TrackedChangeInfo, TrackedRunChange, Insertion, Deletion, MoveFrom, MoveTo, ParagraphContent from '@eigenpal/docx-editor-core' for easier access. Re-export Comment, CommentRangeStart, CommentRangeEnd, TrackedChangeInfo, TrackedRunChange, Insertion, Deletion, MoveFrom, MoveTo, ParagraphContent from '@eigenpal/docx-editor-core' for easier access. Source: llm_adapter@2026-05-22 Confidence: high |
— |
| Refactor | Low |
Re-export common creation utilities from adapter packages (`createEmptyDocument`, etc.) without needing `-core`. Re-export common creation utilities from adapter packages (`createEmptyDocument`, etc.) without needing `-core`. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
Full changelog
Patch Changes
-
fe4cb94: Add per-locale subpath imports to
@eigenpal/docx-editor-i18nso dynamic
locale loading can code-split a single locale instead of bundling the whole
set:// Static — bundler ships only this locale's strings import pl from '@eigenpal/docx-editor-i18n/pl'; // Dynamic — splits into its own chunk, loaded on demand const pl = (await import('@eigenpal/docx-editor-i18n/pl')).default;Subpaths ship for every locale:
/en,/de,/he,/pl,/pt-BR,/tr,
/zh-CN. The named exports on the package root still work — pick the
ergonomic path for static lists, the subpath for runtime locale switching.Also re-export
createEmptyDocument,createDocumentWithText, and
CreateEmptyDocumentOptionsfrom@eigenpal/docx-editor-reactand
@eigenpal/docx-editor-vueso the common "spawn a blank editor"
affordance no longer requires installing-corealongside the adapter.Surface
Comment,CommentRangeStart,CommentRangeEnd,
TrackedChangeInfo,TrackedRunChange,Insertion,Deletion,
MoveFrom,MoveTo, andParagraphContentfrom the main
@eigenpal/docx-editor-coreentry. They were already public via
@eigenpal/docx-editor-core/headless; the main entry just hadn't been
re-exporting them. -
Updated dependencies [8d60d65]
-
Updated dependencies [7806b78]
-
Updated dependencies [a193caa]
-
Updated dependencies [fe4cb94]
- @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
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]