Releases: eigenpal/docx-editor
Releases · eigenpal/docx-editor
v0.0.33
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
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
v0.0.27
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
- @minkichoe made their first contribution in #180
Full Changelog: v0.0.26...v0.0.27
v0.0.26
Full Changelog: v0.0.25...v0.0.26
v0.0.25
v0.0.24
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
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
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
- @dependabot[bot] made their first contribution in #107
- @erophames made their first contribution in #115
Full Changelog: v0.0.21...v0.0.22