Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.3.0-beta.2
0.2.5
0.3.0-beta.1
Prerelease version. Do not use in a production.
Installation
npm install pdfmake@0.3.0-beta.1
Changelog
- 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)
Documentation
0.2.4
0.2.3
- Updated @foliojs-fork/pdfkit to version 0.13.0.
- Tiling pattern support.
- svg-to-pdfkit package moved as built-in. Solve not used installation of pdfkit.
- Fixed passing document metadata.
0.2.2
0.2.1
- Upgrade Unicode Line Breaking Algorithm (
UAX #14
) to Unicode 13.0.0 - Updated @foliojs-fork/pdfkit to version 0.12.3.
- Updated @foliojs-fork/linebreak to version 1.11.1.
0.2.0
- Move to @foliojs-fork packages with up-to-date dependecies and security bug fixes and others. These are the libraries @foliojs-fork/fontkit, @foliojs-fork/restructure, @foliojs-fork/linebreak which are used in @foliojs-fork/pdfkit.
- Upgrade Unicode Line Breaking Algorithm (UAX
#14
) to Unicode 12.0.0 - Introduced new
build-vfs.js
script to build virtual file system for fonts (see documentation). - Removed support Node.js 8 and 10. Minimum required version is 12 LTS.
- Removed support Internet Explorer 10. Supported only Internet Explorer 11.
- Removed gulp.
0.1.72
- Introduced new
build-vfs.js
script to build virtual file system for fonts (see documentation). - Updated pdfkit (version 0.12.1).