Releases: simonbengtsson/jsPDF-AutoTable
Releases · simonbengtsson/jsPDF-AutoTable
v3.4.0
- Improved column width calculation that avoids breaking words into multiple rows if possible #619 #568
- Removed a duplicate call to the
didParseCell
hook
Full credit to @mmghv for this release! ❤️
v3.3.2
- Fix for applyPlugin export
v3.3.0
Export an applyPlugin function that applies the plugin to a specified jsPDF class. Handy for use with for example the jspdf nodejs dist files. See example use here
v3.2.15
- Support for gatsby SSR etc
v3.2.13
Fix for typescript issue #596
v3.2.12
Fix for parsing css padding in Firefox #595
v3.2.11
- Fix cell definition type #576
v3.2.10
- Fix for cellWidth: 'wrap' with a column that has column span #569
v3.2.9
- Fix for row break issue #565
- Fix tableWidth issue #566
Thanks @mmghv for the PR:s!
v3.2.6
- Fix for that didParseCell was called with null cell when row had row or colspans #555