Skip to content

Releases: eigenpal/docx-editor

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

v0.0.20

09 Mar 03:36

Choose a tag to compare

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

v0.0.19

06 Mar 04:13

Choose a tag to compare

What's Changed

  • fix: compile Tailwind utilities into dist/styles.css by @jedrazb in #98

Full Changelog: v0.0.18...v0.0.19

v0.0.18

06 Mar 03:31

Choose a tag to compare

What's Changed

  • fix: preserve hyperlink relationships in OOXML output by @jedrazb in #96
  • fix: bundle docx-core into docx-js-editor by @jedrazb in #97

Full Changelog: v0.0.17...v0.0.18