Skip to content

Releases: md2docx/table

Release v0.1.1

22 Sep 10:30
72cc450

Choose a tag to compare

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

Release v0.0.7

24 Jun 12:58

Choose a tag to compare

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

Full Changelog: 0.0.6...0.0.7

Release v0.0.6

29 May 02:40

Choose a tag to compare

Full Changelog: 0.0.5...0.0.6

Release v0.0.5

20 May 03:23

Choose a tag to compare

Full Changelog: 0.0.4...0.0.5

Release v0.0.4

08 Apr 15:57

Choose a tag to compare

Full Changelog: 0.0.3...0.0.4

Release v0.0.3

26 Mar 03:46

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.0.3

Release v0.1.0

25 Mar 19:05
7aac111

Choose a tag to compare