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