Releases: eigenpal/docx-editor
Releases · eigenpal/docx-editor
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
v0.0.21
v0.0.20
What's Changed
- fix: publish from packages/react and generate npm README with absolute URLs by @jedrazb in #99
- feat: add AdvancedColorPicker with theme color matrix by @jedrazb in #100
- fix: individual border presets and replace cell fill picker with AdvancedColorPicker by @jedrazb in #101
- fix: correct default line spacing from 1.15x to 1.0x per OOXML spec by @jedrazb in #102
- feat: selective XML save — patch only changed paragraphs in document.xml by @jedrazb in #103
- fix: scroll page to follow cursor during arrow key navigation by @jedrazb in #105
- Redesign demo badge and update repo URLs by @jedrazb in #104
Full Changelog: v0.0.19...v0.0.20