Skip to content

Releases: eigenpal/docx-editor

v0.0.33

30 Mar 19:03

Choose a tag to compare

What's Changed

  • fix: ensure DocumentName input is always controlled by @jedrazb in #231
  • fix: header/footer editor line spacing mismatch with layout view by @jedrazb in #228
  • feat: show replacement tracked changes as single sidebar card by @jedrazb in #232
  • feat: i18n support with locale prop and community translations by @jedrazb in #233
  • fix: unicode double-click word selection by @mthenw in #235
  • fix: suggest mode applying spurious underline/strikethrough by @jedrazb in #236
  • feat: add Polish and German translations by @jedrazb in #240

New Contributors

Full Changelog: v0.0.32...v0.0.33

v0.0.32

27 Mar 03:05

Choose a tag to compare

What's Changed

  • fix: improve pagination accuracy for table-heavy documents by @jedrazb in #214
  • fix: track mark-only changes in ParagraphChangeTrackerExtension by @TimurKr in #220
  • fix: comment system bugs — add/resolve/reply/visibility by @jedrazb in #219
  • fix: correct twips→pixels conversion in header/footer measurement by @jedrazb in #224
  • fix: mode="suggesting" prop does not activate track changes by @jedrazb in #225
  • fix: clean up orphaned comments when their text is deleted by @jedrazb in #227

New Contributors

Full Changelog: v0.0.31...v0.0.32

v0.0.31

23 Mar 19:23

Choose a tag to compare

  • feat: add comment event callbacks (onCommentAdd, onCommentResolve, onCommentDelete, onCommentReply)
    • feat: add showOutlineButton prop (#209)
    • feat: export Comment type publicly

v0.0.27

16 Mar 02:24

Choose a tag to compare

What's Changed

  • fix(clipboard) Fix clipboard image paste by @erophames in #133
  • fix: batch fix 10 OOXML compliance and rendering bugs by @jedrazb in #178
  • fix: skip Space key interception during IME composition by @minkichoe in #180
  • fix: hide list indicators when w:vanish set on numbering level rPr by @jedrazb in #173
  • feat: wire multi-column layout rendering from section properties by @jedrazb in #175

New Contributors

Full Changelog: v0.0.26...v0.0.27

v0.0.26

12 Mar 05:14

Choose a tag to compare

Full Changelog: v0.0.25...v0.0.26

v0.0.25

12 Mar 05:05

Choose a tag to compare

What's Changed

  • refactor: make two-level toolbar the default layout by @jedrazb in #140

Full Changelog: v0.0.24...v0.0.25

v0.0.24

12 Mar 04:45

Choose a tag to compare

What's Changed

  • fix: draw top border on table continuation across pages by @jedrazb in #136
  • fix: scrollbar area + Google Docs-style page indicator by @jedrazb in #137
  • feat: composable two-level toolbar layout by @jedrazb in #138
  • feat: default doc icon, editable name prop, strip .docx extension by @jedrazb in #139

Full Changelog: v0.0.23...v0.0.24

v0.0.23

11 Mar 19:04

Choose a tag to compare

What's Changed

  • Upgrade React and React DOM type definitions by @jedrazb in #134
  • chore(deps-dev): bump @happy-dom/global-registrator from 13.10.1 to 20.8.3 by @dependabot[bot] in #111
  • chore(deps-dev): bump eslint from 9.39.4 to 10.0.3 by @dependabot[bot] in #110
  • fix: plugin overlay blocks editor mouse clicks by @jedrazb in #135

Full Changelog: v0.0.22...v0.0.23

v0.0.22

11 Mar 16:27

Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #107
  • docs: add AGENTS_README.md for AI coding agents by @jedrazb in #114
  • feat: add editor mode prop (editing/suggesting/viewing) by @jedrazb in #117
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #108
  • fix: resolve OOXML auto color and render header/footer borders by @jedrazb in #118
  • fix: selective save now syncs comments, headers/footers, and core properties by @jedrazb in #119
  • fix(layout-painter): prevent header image clipping and duplicate inline image rendering by @erophames in #115
  • feat: add Google Docs-style hyperlink popup on link click by @jedrazb in #120
  • fix: hyperlink color, selection, and selectability by @jedrazb in #127
  • feat: add table row/column quick-action insert buttons by @jedrazb in #125
  • feat: add Page Setup dialog (page size, orientation, margins) by @jedrazb in #124
  • feat: add RTL (right-to-left) text direction support by @jedrazb in #123
  • fix: OOXML roundtrip, rendering, and editing improvements by @jedrazb in #121
  • fix: use DOCX border space values instead of hardcoded padding by @jedrazb in #128
  • feat: add text box / shape rendering support by @jedrazb in #122
  • refactor: deduplicate parser utilities (-972 lines) by @jedrazb in #129

New Contributors

Full Changelog: v0.0.21...v0.0.22

v0.0.21

09 Mar 03:45
9c54d96

Choose a tag to compare

What's Changed

  • Fix: disable sourcemaps to reduce package from 16MB to 3.5MB by @jedrazb in #106

Full Changelog: v0.0.20...v0.0.21