All Versions
23
Latest Version
Avg Release Cycle
61 days
Latest Release
565 days ago

Changelog History
Page 2

  • v0.1.61 Changes

    October 25, 2019
    • experimental svg - fix text rendering
    • table - fix border rendering
  • v0.1.60 Changes

    September 21, 2019
    • ๐Ÿ“š watermark - add fontSize to own setting and angle to own text rotate, see documentation
    • watermark - fix calculation for automatic font size
    • table - fix borderColor
  • v0.1.59 Changes

    September 07, 2019
    • ๐Ÿ— SVG nodes is build-in by default now
    • ๐Ÿ›  fix svg with decimal numbers
    • ๐Ÿ›  fix svg rendering in header and footer
    • ๐Ÿ›  fix border borderColor in table
  • v0.1.58 Changes

    July 27, 2019
    • ๐Ÿ‘Œ support SVG nodes (experimental) see documentation and example
    • ๐Ÿ›  fix table border with colSpan
    • ๐Ÿ›  fix rendering empty ToC
  • v0.1.57 Changes

    June 09, 2019
    • โšก๏ธ update pdfkit to 0.10.0
    • โž• added feature link to destination via linkToDestination property (see links example)
    • ๐Ÿ‘ ToC - links to destination support with title and page number
  • v0.1.56 Changes

    May 04, 2019
    • ๐Ÿ›  fix crash with rendering table of content
    • โž• add support for linear gradient to ellipse
  • v0.1.55 Changes

    May 01, 2019
    • โšก๏ธ update pdfkit to 0.9.1
    • โž• add borderColor for table cell (example borderColor: ['#ff00ff', '#00ffff', '#ff00ff', '#00ffff'] and see table example)
    • ๐Ÿ–จ cache can be disabled via fontLayoutCache option. Example: printer.createPdfKitDocument(docDefinition, { fontLayoutCache: false }) on server-side and pdfMake.createPdf(docDefinition).download('document.pdf', null, { fontLayoutCache: false }); on client-side
    • normalized readFileSync method parameters in virtual file system same as in node.js
    • ๐Ÿ‘Œ improved throwing of exception for opening image
    • ๐Ÿ›  fix download() options might be dropped
    • โฌ†๏ธ upgrade to webpack 4
  • v0.1.54 Changes

    March 17, 2019
    • ๐Ÿ›  fix page numbers for ToC with unbreakable content
    • โšก๏ธ updated fontkit to 1.8.0 for fix font problems
    • ๐Ÿ›  fix check for supported browsers
    • ๐Ÿ›  fix support file-saver on mobile devices
    • ๐Ÿ›  fix building pdfmake with pdf standard fonts
  • v0.1.53 Changes

    February 17, 2019
    • โšก๏ธ update file-saver to 2.0.1 witch solves used twice (issue #1634)
  • v0.1.52 Changes

    February 17, 2019
    • ๐Ÿ›  fix bug with creating links and set document info in client-side (in browser)