Skip to content

Releases: bpampuch/pdfmake

0.3.0-beta.12

03 Nov 07:10
Compare
Choose a tag to compare
0.3.0-beta.12 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Added support PDF/A and PDF/UA (see documentation)
  • Added support link, linkToPage and linkToDestination for SVG
  • Update pdfkit to 0.15.1
  • Fixed bug with how page breaks provoked by cells with rowspan were handled
  • Fixed find where previous cell started with row span and col span combination
  • Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.15

02 Nov 10:01
Compare
Choose a tag to compare
  • Added support PDF/A and PDF/UA (see documentation)
  • Changed Virtual file system (VFS) format for better compatibility with frameworks (backwards compatibility preserved). For compatibility with frameworks, rebuild VFS required!
  • Browser: Added methods for fonts (addFonts, setFonts, clearFonts)
  • Browser: Added methods for table layouts (addTableLayouts, setTableLayouts, clearTableLayouts)
  • Added support link, linkToPage and linkToDestination for SVG
  • Update pdfkit to 0.15.1
  • Fixed bug with how page breaks provoked by cells with rowspan were handled
  • Fixed find where previous cell started with row span and col span combination
  • Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows

0.3.0-beta.11

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

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Fixed drawing top horizontal line of the table with page break

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.14

09 Oct 06:39
Compare
Choose a tag to compare
  • Fixed drawing top horizontal line of the table with page break
  • Fixed uncaught Error when rowSpan and dontBreakRows combined

0.3.0-beta.10

22 Sep 12:14
Compare
Choose a tag to compare
0.3.0-beta.10 Pre-release
Pre-release

Prerelease version. Do not use in a production.

Installation

npm install [email protected]

Changelog

  • Drop support Internet Explorer 11 (Microsoft will not support from 2022)
  • Minimal supported version Node.js 18 LTS
  • Update Roboto font (version 3.010)
  • Fixed page break in a column group
  • Fixed saving margins in an unbreakable block
  • Fixed fillColor items in unbreakable blocks
  • Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows
  • Fixed margins (top/bottom) of nodes and row height are considered for breaking page
  • Fixed margins after page break
  • Fixed margins of nodes with relativePosition or absolutePosition are ignored and don't interfere with the regular flow of the layout

Documentation

Documentation for version 0.3: here
Migration guide: here

0.2.13

22 Sep 12:01
Compare
Choose a tag to compare
  • Minimal supported version Node.js 18 LTS
  • Update Roboto font (version 3.010)
  • Fixed page break in a column group
  • Fixed saving margins in an unbreakable block
  • Fixed fillColor items in unbreakable blocks
  • Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows
  • Fixed margins (top/bottom) of nodes and row height are considered for breaking page
  • Fixed margins after page break
  • Fixed margins of nodes with relativePosition or absolutePosition are ignored and don't interfere with the regular flow of the layout

0.2.12

14 Aug 15:17
Compare
Choose a tag to compare
  • Fixed error message of bad image definition

0.3.0-beta.9

09 Aug 05:13
Compare
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 [email protected]

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
Compare
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
Compare
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 [email protected]

Changelog

  • Removed unused brfs dependency

Documentation

Documentation for version 0.3: here
Migration guide: here