Skip to content

Docx Editor

v@eigenpal/[email protected] Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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 inline-image baseline alignment and body text flow around stacked floating objects.

Changes in this release

Dependency Low

Updated dependencies: @eigenpal/docx-editor-core, @eigenpal/docx-editor-agents, and @eigenpal/docx-editor-i18n to 1.0.3.

Updated dependencies: @eigenpal/docx-editor-core, @eigenpal/docx-editor-agents, and @eigenpal/docx-editor-i18n to 1.0.3.

Source: llm_adapter@2026-05-25

Confidence: high

Bugfix Medium

Inline-image header lines now baseline-align with image bottom instead of centering in inflated line box.

Inline-image header lines now baseline-align with image bottom instead of centering in inflated line box.

Source: llm_adapter@2026-05-25

Confidence: high

Bugfix Medium

Inline images honor `wp:inline` distT/distB wrap distances as block-images do.

Inline images honor `wp:inline` distT/distB wrap distances as block-images do.

Source: llm_adapter@2026-05-25

Confidence: high

Bugfix Medium

Vue now renders documents with stacked floating objects identically to React.

Vue now renders documents with stacked floating objects identically to React.

Source: llm_adapter@2026-05-25

Confidence: high

Bugfix Medium

Body text now flows around stacked floating objects correctly, matching Word layout.

Body text now flows around stacked floating objects correctly, matching Word layout.

Source: llm_adapter@2026-05-25

Confidence: high

Full changelog

Patch Changes

  • 3e4b98e: Fix inline-image header lines to match Word. A line with a tall inline logo plus short text now baseline-aligns the label with the image bottom instead of centering it in an inflated line box, so it hugs the paragraph border. Inline images also honor their wp:inline distT/distB wrap distances, which previously only the block-image path applied.
  • 0a93cc3: Internal: co-locate the Tailwind library config inside packages/react/. No runtime change.
  • 6d56181: Vue now renders documents with stacked floating objects identically to React. Previously, the Vue composable ran a simplified measurement pipeline without floating-zone awareness, so anchored images / floating textboxes / floating tables would not push body text below them in Vue. The float-extraction and per-block orchestration is now shared from @eigenpal/docx-editor-core/layout-bridge (measureBlocksWithFloats); both adapters call it with their own per-block measure callback.
  • e80093d: Body text now flows around stacked floating objects correctly. Documents with a side-anchored textbox plus an image floating to the right, or with a floating table whose width fills the page, used to render body paragraphs at full content width on top of the floats, push tables to the page top, or collapse the first paragraph to a single glyph per line. All three cases now match Word's layout.
  • Updated dependencies [24b31a4]
  • Updated dependencies [ec36a50]
  • Updated dependencies [143c31e]
  • Updated dependencies [d91357e]
  • Updated dependencies [bdd7f50]
  • Updated dependencies [6d56181]
  • Updated dependencies [e80093d]

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]