Skip to content

Releases: bpampuch/pdfmake

0.2.8

09 Nov 09:03
Compare
Choose a tag to compare
  • Update pdfkit to 0.14.0
  • Update Roboto font (version 3.008)

0.3.0-beta.5

19 Feb 15:21
Compare
Choose a tag to compare
0.3.0-beta.5 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Fixed document buffer size. Node.js 18+ allow max 1 GiB.

Documentation

Documentation for version 0.3: here
Migration guide: here

0.3.0-beta.4

17 Dec 10:29
Compare
Choose a tag to compare
0.3.0-beta.4 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Minimal supported version Node.js 14 LTS
  • Fixed theoretical vulnerability CVE-2022-46161 (It was never part of version released as npm package or cdnjs or bower or packagist!)

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.7

17 Dec 10:21
Compare
Choose a tag to compare
  • Fixed theoretical vulnerability CVE-2022-46161 (It was never part of version released as npm package or cdnjs or bower or packagist!)

0.3.0-beta.3

09 Oct 06:56
Compare
Choose a tag to compare
0.3.0-beta.3 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Updated Roboto font (version 3.005)
  • Fixed calculating auto page height
  • Fixed TrueType Collection loading from URL
  • Fixed refetching fonts from URL

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.6

09 Oct 06:37
Compare
Choose a tag to compare
  • Updated Roboto font (version 3.005)
  • Fixed calculating auto page height
  • Fixed TrueType Collection loading from URL
  • Fixed refetching fonts from URL

0.3.0-beta.2

01 Apr 14:35
Compare
Choose a tag to compare
0.3.0-beta.2 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Attachments embedding
  • Support passing headers to request for loading font files and images via URL adresses

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.5

01 Apr 14:29
Compare
Choose a tag to compare
  • Support passing headers to request for loading font files and images via URL adresses

0.3.0-beta.1

01 Jan 09:44
Compare
Choose a tag to compare
0.3.0-beta.1 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

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

Documentation for version 0.3: here
Migration guide: here

0.2.4

10 Nov 14:46
Compare
Choose a tag to compare
  • Fixed destination path argument in VFS build script.
  • Fixed error "Object.isExtensible is not a function" (bug is in core-js version 3.19.1).