Skip to content

Releases: Aymkdn/html-to-pdfmake

v2.0.2

03 Jun 08:26
Compare
Choose a tag to compare
  • Changed how SVG are returned
  • Fixed how width and height are handled when there is no style

v2.0.1

01 Jun 17:02
Compare
Choose a tag to compare

v2.0.0

01 Jun 16:20
Compare
Choose a tag to compare
  • Deep rebuild of all the code to make it simpler to maintain – with bug fix and various improvements
  • Added option tableAutoSize to let the program to define widths and heights based on the inline CSS used
  • Changed the way the CSS numbers/units are handled: before only the number was parsed for a CSS property, now it checks if it's a 'PX', 'PT' or 'REM', then the number is converted to a 'PT' value because PDFMake uses this unit. For example, 16px will be converted to 12. All the other units ('vw', '%', …) will be ignored.
  • Jumped to v2.0.0 to make sure people will be careful for existing projects

v1.3.6

28 May 17:06
Compare
Choose a tag to compare
  • Better support for IE11

v1.3.5

27 May 09:21
Compare
Choose a tag to compare
  • Added support for P and DIV inside cells

v1.3.4

26 May 08:42
Compare
Choose a tag to compare
  • Added support for background-color in cells (see #50)

v1.3.3

25 May 17:31
Compare
Choose a tag to compare
  • Added font-family support for CSS style

v1.3.2

24 May 19:13
Compare
Choose a tag to compare
  • Removed startsWith for IE compatibility

v1.3.1

24 May 16:56
Compare
Choose a tag to compare
  • Added support for border in cells

v1.3.0

15 May 10:34
Compare
Choose a tag to compare
  • Fixed #49
  • Increased version to 1.3.0 to avoid any negative impact because the changes are quite important