Skip to content

Releases: Aymkdn/html-to-pdfmake

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

v1.2.5

08 May 08:24
Compare
Choose a tag to compare

v1.2.4

30 Apr 18:24
Compare
Choose a tag to compare
  • Fixed #43
  • Bumped acorn (#40)

v1.2.2

08 Mar 10:08
Compare
Choose a tag to compare
  • Added <hr> support

v1.2.1

09 Jan 08:50
Compare
Choose a tag to compare
  • Fixed issue #33

v1.2.0

07 Nov 09:35
Compare
Choose a tag to compare

I moved some lines of code around and, even if everything looks good, I prefer increasing the version number, just to make sure it won't break anything with existing implementation during a simple update.

In this release:

  • Added svg support (thanks to @jakubfindura )
  • Added special PDFMake attributes (like widths/heights for table) support using the HTML attribute data-pdfmake (see doc)
  • Fixed cascaded tags inside a cell table that didn't render correctly

v1.1.5

27 Oct 15:14
Compare
Choose a tag to compare
  • Added a link in the documentation about the minified browserify version of the module
  • Added a paragraph about page break in the documentation (see #21)
  • Added an example of how to add page break in example.js

v1.1.4

25 Oct 12:46
Compare
Choose a tag to compare
  • Fixed #19 (comment) (the colspan didn't work properly in some cases)

v1.1.3

20 Oct 11:37
Compare
Choose a tag to compare
  • Fixed #19 :
    • Fixed empty blank space between cells elements
    • Fixed colspan in specific cases
  • Fixed empty cells in tables