Skip to content

Releases: md2docx/table

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Sep 10:30
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

Release v0.0.7

Choose a tag to compare

@github-actions github-actions released this 24 Jun 12:58

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

Choose a tag to compare

@github-actions github-actions released this 29 May 02:40

Full Changelog: 0.0.5...0.0.6

Release v0.0.5

Choose a tag to compare

@github-actions github-actions released this 20 May 03:23

Full Changelog: 0.0.4...0.0.5

Release v0.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Apr 15:57

Full Changelog: 0.0.3...0.0.4

Release v0.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Mar 03:46

What's Changed

New Contributors

Full Changelog: 0.1.0...0.0.3

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 19:05
7aac111