Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.3.0-beta.10
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
0.2.13
- 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
0.3.0-beta.9
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
0.2.11
- 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
Prerelease version. Do not use in a production.
Installation
npm install [email protected]
Changelog
- Removed unused brfs dependency
Documentation
0.2.10
0.3.0-beta.7
Prerelease version. Do not use in a production.
Installation
npm install [email protected]
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
0.2.9
0.3.0-beta.6
Prerelease version. Do not use in a production.
Installation
npm install [email protected]
Changelog
- Update pdfkit to 0.14.0
- Update Roboto font (version 3.008)