This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryFixed inline-image baseline alignment and body text flow around stacked floating objects.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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:inlinedistT/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]
- @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]