Skip to content

Release v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Sep 10:30
· 734 commits to main since this release
72cc450

Patch Changes

  • f24a849: Remove deprecated alignment property from default firstRowCellProps

    Replaced the deprecated alignment property with proper data object structure in default options. Header cells now correctly use data.alignment and data.bold as documented in README.

  • ae744b5: fix: prevent variable reuse in table cell traversal

    • Fixes #14
    • Root cause: typo + missing const in for (...) loop caused accidental reuse of function arg (node).
    • Fix: added const keyword and renamed the inner loop variable to avoid scope collision.

What's Changed

Full Changelog: 0.0.7...0.1.1