Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.2.3

30 May 15:41
Compare
Choose a tag to compare
  • Fixed a regression introduced with v2.2.0

v2.2.2

30 May 14:15
Compare
Choose a tag to compare
  • Fixed typo in playground example
  • Fixed the support of the CSS unit em

v2.2.1

30 May 09:16
Compare
Choose a tag to compare
  • Added em CSS unit support (see issue #103)

v2.2.0

30 May 07:55
Compare
Choose a tag to compare

This is a major release because I changed the structure of the code. It should not break anything, but just in case, I prefer bumping the version number.

  • Added a way to handle JSON string of data-pdfmake when using simple quotes (see #101)
  • Added a way to handle custom tags (see #102)

v2.1.7

02 Apr 16:37
Compare
Choose a tag to compare
  • Added support for <sup> and <sub> (see issue #97)

v2.1.6

29 Mar 13:03
Compare
Choose a tag to compare
  • Added support for white-space (see issue #96)

v2.1.5

18 Feb 15:48
Compare
Choose a tag to compare
  • parseColor will return white when the color is defined as transparent (see #91) – thanks to @ig92

v2.1.4

27 Jan 10:21
Compare
Choose a tag to compare
  • Fixed regression introduced in v2.1.3 (see #87)

v2.1.3

26 Jan 09:38
Compare
Choose a tag to compare
  • Added support for replaceText option (see #86)

v2.1.2

10 Nov 15:54
Compare
Choose a tag to compare