All Versions
23
Latest Version
Avg Release Cycle
61 days
Latest Release
170 days ago
Changelog History
Page 1
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
- ๐ fixed error
-
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- ๐ client-side: font files loading via url address (https:// or http:// protocol), (see documentation).
Roboto TTF font files are now available via CDN: https://cdnjs.com/libraries/pdfmake - ๐ client-side:
getStream()
support callback (see documentation) - ๐ fixed FDArray parsing in CFF in font
- ๐ client-side: font files loading via url address (https:// or http:// protocol), (see documentation).
-
v0.1.65 Changes
March 01, 2020- ๐ support of
fillOpacity
property in tables - ๐ support of
linkToPage
andlinkToDestination
with images - ๐
pageBreakBefore
performance improvement - ๐ fix support opacity with number 0
- ๐ support of
-
v0.1.64 Changes
February 02, 2020- โ added new values for
pageBreak
:beforeOdd
,afterOdd
- break to odd pagebeforeEven
,afterEven
- break to even page
- ๐ fixed
pageMargins: 0
- ๐ experimental SVG - fixed too bold and too italics text
- โ added new values for
-
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 insvg
node viafont
property - ๐ experimental SVG - fixed finding fonts
- ๐
experimental SVG - default font for unknown fonts is used from