Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.5.3

06 Mar 14:29

Choose a tag to compare

  • Added additional ways to dynamically parse table widths (thanks to @nonam4)

v2.5.2

30 Jan 19:51

Choose a tag to compare

  • Fixed an issue when a <p> was used inside multiple layers of <ul>|<ol> (see #203)

v2.5.1

29 Oct 13:27

Choose a tag to compare

  • Fixed issue with multiple rowspan and colspan (see #197)

v2.5.0

25 Oct 16:29

Choose a tag to compare

  • Fixed how to deal with colspan and rowspan in <table> (see issue #196)

I have made significant changes to the process of transforming a table, prompting me to increment the version number to a major release, as these changes may result in unpredictable behaviors.

v2.4.26

13 Oct 07:16

Choose a tag to compare

  • Added support for in unit (thanks to @nag167)
  • Fixed uppercase HEX colors in parseColor (thanks to @nag167)

v2.4.25

24 Aug 14:53

Choose a tag to compare

  • Added support for rgba colors

v2.4.24

22 Aug 08:19

Choose a tag to compare

  • Fixed multiple empty TR in a table with rowspan (see #189 (comment))

v2.4.23

17 Aug 07:29

Choose a tag to compare

  • Fixed empty row after some rowspan (see #189)

v2.4.22

09 Jun 08:23

Choose a tag to compare

  • Added preserveLeadingSpaces:true to all the children of a PRE (see #184 (comment))

v2.4.21

08 Jun 07:41

Choose a tag to compare

  • Added support for <PRE> (see issue #184 )