Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.5.12

16 Jul 07:31

Choose a tag to compare

  • Fixed how rgba is supported (see #221)

v2.5.11

13 Jul 08:59

Choose a tag to compare

  • Fixed issue with !important keywords in styles (see #220)
  • Added support for white-space:nowrap

v2.5.10

10 Jun 09:06

Choose a tag to compare

  • Added a property check on the style text-decoration to avoid an issue with unsupported properties from PDFMake (see #215)

v2.5.9

16 May 15:02

Choose a tag to compare

  • Fixed rgba conversion issue (see #214)

v2.5.8

14 May 08:22
3c27c9e

Choose a tag to compare

  • Added support for <ol> with removeExtraBlanks option (see #213)

v2.5.7

17 Apr 08:51

Choose a tag to compare

v2.5.6

20 Mar 17:45

Choose a tag to compare

  • Fixed the processing of rowspan in <table> (thanks to @ematochkina)

v2.5.5

12 Mar 16:36

Choose a tag to compare

  • Fixed an issue introduced in v2.5.3 (see #208)

v2.5.4

12 Mar 15:28

Choose a tag to compare

  • Fixed the width/height in <table> when the invalid * value is used (see #208)

v2.5.3

06 Mar 14:29

Choose a tag to compare

  • Added additional ways to dynamically parse table widths (thanks to @nonam4)