Skip to content

Releases: Aymkdn/html-to-pdfmake

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)

v2.4.4

28 Jun 15:38
Compare
Choose a tag to compare
  • Added option removeExtraBlanks to remove extra blank spaces (see issue #145)

v2.4.3

21 Jun 09:50
Compare
Choose a tag to compare
  • Added the support of width="100%" for a table when using the option tableAutoSize:true (see issue #143)

v2.4.2

16 Jun 12:56
Compare
Choose a tag to compare
  • Fixed white space issue (see #141)

v2.4.1

15 Jun 13:52
Compare
Choose a tag to compare
  • Removed the code related to issue #141 because it was causing a regression

v2.4.0

13 Jun 08:06
Compare
Choose a tag to compare
  • Added a better support of a text that is on several lines in an HTML tag (see issue #141)

I create a new major release as the behavior for white spaces is a bit different from before and it might impact some edge cases.

v2.3.11

19 Apr 16:18
Compare
Choose a tag to compare
  • Fixed nested ordered lists (see issue #138)

v2.3.10

01 Mar 11:10
Compare
Choose a tag to compare
  • added support for rgb with percentages (see issue #134)
  • added support for hsl (see issue #134)

v2.3.9

04 Feb 09:13
Compare
Choose a tag to compare
  • Changed how % are handled: they are only converted when using in line-height otherwise they remain as % (see issue #130)