Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.2.6

24 Jun 07:15
Compare
Choose a tag to compare
  • Removed the identical decoration values to avoid a weird behavior when applying a <u> to a <a> (see issue #108)

v2.2.5

23 Jun 13:21
Compare
Choose a tag to compare
  • Fixed links when there are different tags inside/outside (see issue #107)

v2.2.4

10 Jun 08:21
Compare
Choose a tag to compare

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