Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.5.15

14 Nov 10:47
Compare
Choose a tag to compare
  • added basic support for columns (see documentation for data-pdfmake-type="columns")

v2.5.14

02 Nov 10:03
Compare
Choose a tag to compare
  • Fixed issue with <A> (see #227)

v2.5.13

19 Aug 16:23
Compare
Choose a tag to compare
  • Fixed table width issue (see #222)

v2.5.12

16 Jul 07:31
Compare
Choose a tag to compare
  • Fixed how rgba is supported (see #221)

v2.5.11

13 Jul 08:59
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed rgba conversion issue (see #214)

v2.5.8

14 May 08:22
3c27c9e
Compare
Choose a tag to compare
  • Added support for <ol> with removeExtraBlanks option (see #213)

v2.5.7

17 Apr 08:51
Compare
Choose a tag to compare

v2.5.6

20 Mar 17:45
Compare
Choose a tag to compare
  • Fixed the processing of rowspan in <table> (thanks to @ematochkina)