Releases: bpampuch/pdfmake
Releases · bpampuch/pdfmake
0.3.0-beta.12
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
andlinkToDestination
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
0.2.15
- 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
andlinkToDestination
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
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
0.2.14
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