Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.5.0

25 Oct 16:29
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added support for rgba colors

v2.4.24

22 Aug 08:19
Compare
Choose a tag to compare
  • Fixed multiple empty TR in a table with rowspan (see #189 (comment))

v2.4.23

17 Aug 07:29
Compare
Choose a tag to compare
  • Fixed empty row after some rowspan (see #189)

v2.4.22

09 Jun 08:23
Compare
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
Compare
Choose a tag to compare
  • Added support for <PRE> (see issue #184 )

v2.4.20

25 Apr 09:38
Compare
Choose a tag to compare
  • Fixed a bug introduced in v2.4.19 (see issue #181) – invalid width/height are only replaced by false for IMG tag

v2.4.19

21 Apr 12:28
Compare
Choose a tag to compare
  • Added a fix to permit to have invalid values in style for width and height without causing an error in PDFMake (thanks to @nerdess)

v2.4.18

18 Apr 16:49
Compare
Choose a tag to compare
  • Fixed scope bug introduced in v2.4.17