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

Changelog History
Page 1

  • v0.3.0-beta.3 Changes

    October 09, 2022
    • ⚡️ Updated Roboto font (version 3.005)
    • 🛠 Fixed calculating auto page height
    • 🛠 Fixed TrueType Collection loading from URL
    • 🛠 Fixed refetching fonts from URL
  • v0.3.0-beta.2 Changes

    April 01, 2022
    • Attachments embedding
    • 👌 Support passing headers to request for loading font files and images via URL adresses
  • v0.3.0-beta.1 Changes

    January 01, 2022
    • Port code base to ES6+
    • Unify interface for node and browser (breaking change)
    • All methods return promise instead of using callback (breaking change)
    • Change including virtual font storage in client-side (breaking change)
    • Change parameters of pageBreakBefore function (breaking change)
    • 👌 Support for loading font files and images via URL adresses (https:// or http:// protocol) in Node.js (client and server side now)
  • v0.1.68 Changes

    July 31, 2020
    • 🛠 fixed error window is not defined in Node.js
  • v0.1.67 Changes

    July 26, 2020
    • 🛠 fixed include Promise polyfill
    • 📜 experimental SVG: rewrited SVG parsing
    • client-side: images file loading via url address (https:// or http:// protocol) in "images" dictionary
      Example of usage:

      var dd = {content: [{image: 'testImage'}],images: {testImage: 'https://picsum.photos/seed/picsum/200/300',}};

    👀 This is not supported: { image: 'https://picsum.photos/seed/picsum/200/300' }

  • v0.1.66 Changes

    June 30, 2020
  • v0.1.65 Changes

    March 01, 2020
    • 👌 support of fillOpacity property in tables
    • 👌 support of linkToPage and linkToDestination with images
    • 🐎 pageBreakBefore performance improvement
    • 🛠 fix support opacity with number 0
  • v0.1.64 Changes

    February 02, 2020
    • ➕ added new values for pageBreak:
      • beforeOdd, afterOdd - break to odd page
      • beforeEven, afterEven - break to even page
    • 🛠 fixed pageMargins: 0
    • 🛠 experimental SVG - fixed too bold and too italics text
  • v0.1.63 Changes

    December 11, 2019
    • ⚡️ update pdfkit to 0.11.0
    • ➕ add support to interlaced PNG files
  • v0.1.62 Changes

    November 03, 2019
    • 💅 experimental SVG - default font for unknown fonts is used from defaultStyle element. Or can be defined in svg node via font property
    • 🛠 experimental SVG - fixed finding fonts