Skip to content

Releases: bpampuch/pdfmake

0.3.0-beta.9

09 Aug 05:13

Choose a tag to compare

0.3.0-beta.9 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install pdfmake@0.3.0-beta.9

Changelog

  • Fixed and validates input values headerRows and keepWithHeaderRows
  • Fixed numbering nested ordered lists
  • Speed up StyleContextStack.autopush() for large tables
  • Fixed widths of table columns with percentages
  • Fixed storing the correct context in the ending cell of a row span when there were nested column groups (columns or tables)

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.11

09 Aug 04:58

Choose a tag to compare

  • Fixed and validates input values headerRows and keepWithHeaderRows
  • Fixed numbering nested ordered lists
  • Speed up StyleContextStack.autopush() for large tables
  • Fixed widths of table columns with percentages
  • Fixed storing the correct context in the ending cell of a row span when there were nested column groups (columns or tables)

0.3.0-beta.8

07 Mar 15:25

Choose a tag to compare

0.3.0-beta.8 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install pdfmake@0.3.0-beta.8

Changelog

  • Removed unused brfs dependency

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.10

07 Mar 15:20

Choose a tag to compare

  • Removed unused brfs dependency

0.3.0-beta.7

01 Jan 09:42

Choose a tag to compare

0.3.0-beta.7 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install pdfmake@0.3.0-beta.7

Changelog

  • Minimal supported version Node.js 16 LTS
  • Added padding option for QR code
  • Allow the document language to be specified
  • Fixed cover image size inside table
  • Fixed "Cannot read properties of undefined (reading 'bottomMost')" if table contains too few rows
  • Fixed invalid source-maps in builded js file

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.9

01 Jan 09:35

Choose a tag to compare

  • Added padding option for QR code
  • Allow the document language to be specified
  • Fixed cover image size inside table
  • Fixed "Cannot read properties of undefined (reading 'bottomMost')" if table contains too few rows
  • Fixed invalid source-maps in builded js file

0.3.0-beta.6

09 Nov 09:12

Choose a tag to compare

0.3.0-beta.6 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install pdfmake@0.3.0-beta.6

Changelog

  • Update pdfkit to 0.14.0
  • Update Roboto font (version 3.008)

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.8

09 Nov 09:03

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

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 pdfmake@0.3.0-beta.5

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

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 pdfmake@0.3.0-beta.4

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