Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.4.15

24 Jan 14:45
Compare
Choose a tag to compare
  • Fixed <IMG> tag inside a <A> tag (see #167)

v2.4.14

23 Jan 15:37
Compare
Choose a tag to compare
  • Added support for "custom headers" in images (see issue #166)

v2.4.13

23 Jan 08:56
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed the transfer of the <FONT> style to its children (see #155)

v2.4.8

11 Oct 15:56
Compare
Choose a tag to compare
  • Added support for style values that start with a . instead of a digit (see #153 – thanks to @fonss95)

v2.4.7

10 Oct 09:24
Compare
Choose a tag to compare
  • Replaced the 'auto' width with '*' for the cells in the full-width tables (see #151)

v2.4.6

12 Sep 09:34
Compare
Choose a tag to compare
  • Changed behavior when font-size returns an incorrect value (see #149)

v2.4.5

25 Jul 16:52
Compare
Choose a tag to compare
  • added support for <LI> tag when using the option removeExtraBlanks (see issue #147)