Skip to content

react-v1.14.2

Choose a tag to compare

@superdoc-bot superdoc-bot released this 26 Jun 18:49

Bug Fixes

  • Table rendering (SD-3028) β€” Compound borders render as nested rectangles; border conflicts resolve per ECMA-376 rules; percent-width tables honor grid proportions; vMerge-only rows maintain line height; interior row boundaries render as continuous lines; insertTable emits Word-style cell widths.
  • Images in textboxes β€” Images render correctly when placed inside textboxes.
  • Toolbar with multiple fonts β€” Shows blank instead of falling back to Arial when multiple fonts selected; user-applied fonts persist when text is highlighted again.
  • Tracked rewrites (SD-3478) β€” Large single tracked mutations use coarse rewrite path to prevent preserved anchors in projections; batch rewrites no longer corrupt subsequent rewrites.
  • Nested structured document tags β€” Nested SDT elements render correctly.
  • Editing mode with tracked changes (SD-3502) β€” Text entered in editing mode stays plain within tracked changes.
  • Font dropdown β€” Opens when input is clicked.
  • CJK text wrapping (SD-3318) β€” CJK text wraps correctly after numeric runs in long-word line breaking.
  • Heading styles (SD-3403) β€” Localized heading styles render with correct font by inheriting Word's built-in styles.

Improvements

  • Document diffing β€” Upgraded diffing engine.

New

  • Headless document runtime β€” Enables programmatic document control without visual interface.