Releases: md2docx/table
Releases · md2docx/table
Release v0.1.1
Patch Changes
-
f24a849: Remove deprecated alignment property from default firstRowCellProps
Replaced the deprecated
alignmentproperty with properdataobject structure in default options. Header cells now correctly usedata.alignmentanddata.boldas documented in README. -
ae744b5: fix: prevent variable reuse in table cell traversal
- Fixes #14
- Root cause: typo + missing
constinfor (...)loop caused accidental reuse of function arg (node). - Fix: added
constkeyword and renamed the inner loop variable to avoid scope collision.
What's Changed
- Sync template by @mayank1513 in #4
- Enhanced cell styling API with full docx.js integration and comprehensive formatting options by @mayank1513 in #5
- Fix/duplicate table by @mayank1513 in #7
Full Changelog: 0.0.7...0.1.1
Release v0.0.7
Patch Changes
- c153a02: refactor: enhance table plugin options merging and alignment handling - headers can now be aligned independent of rest of table
What's Changed
- Deep merge props by @mayank1513 in #2
Full Changelog: 0.0.6...0.0.7
Release v0.0.6
Full Changelog: 0.0.5...0.0.6
Release v0.0.5
Full Changelog: 0.0.4...0.0.5
Release v0.0.4
Full Changelog: 0.0.3...0.0.4
Release v0.0.3
What's Changed
- Add table plugin by @mayank1513 in #1
New Contributors
- @mayank1513 made their first contribution in #1
Full Changelog: 0.1.0...0.0.3
Release v0.1.0
Full Changelog: https://github.com/md2docx/table/commits/0.1.0