Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.4.19

21 Apr 12:28

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

Choose a tag to compare

  • Fixed scope bug introduced in v2.4.17

v2.4.17

18 Apr 16:02

Choose a tag to compare

  • Added random string in the image reference to avoid some edge cases (thx to @danhobbs75)

v2.4.16

02 Feb 08:46

Choose a tag to compare

  • added option removeTagClasses (see issue #168)

v2.4.15

24 Jan 14:45

Choose a tag to compare

  • Fixed <IMG> tag inside a <A> tag (see #167)

v2.4.14

23 Jan 15:37

Choose a tag to compare

  • Added support for "custom headers" in images (see issue #166)

v2.4.13

23 Jan 08:56

Choose a tag to compare

  • Added support to remove extra blanks with <ul> (thanks to @EyesOnlyNet)
  • Fixed bugs introduced in previous versions that impacted the border colors on <table>

v2.4.12

19 Jan 14:29

Choose a tag to compare

  • added ignoreStyles option
  • added support for incorrect order of the border style properties

Thanks to @arunbanswal for the pull requests.

v2.4.10

20 Dec 08:40

Choose a tag to compare

  • Added option showHidden to display elements with display:none and visibility:hidden – option set to false by default

v2.4.9

02 Nov 14:35

Choose a tag to compare

  • Fixed the transfer of the <FONT> style to its children (see #155)