Skip to content

Releases: simonbengtsson/jsPDF-AutoTable

v3.4.0

08 Apr 22:11
Compare
Choose a tag to compare
  • 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

01 Apr 15:41
Compare
Choose a tag to compare
  • Fix for applyPlugin export

v3.3.0

23 Mar 11:14
Compare
Choose a tag to compare

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

18 Mar 12:07
Compare
Choose a tag to compare
  • Support for gatsby SSR etc

v3.2.13

12 Feb 21:44
Compare
Choose a tag to compare

Fix for typescript issue #596

v3.2.12

12 Feb 17:11
Compare
Choose a tag to compare

Fix for parsing css padding in Firefox #595

v3.2.11

15 Nov 09:13
Compare
Choose a tag to compare
  • Fix cell definition type #576

v3.2.10

29 Oct 23:45
Compare
Choose a tag to compare
  • Fix for cellWidth: 'wrap' with a column that has column span #569

v3.2.9

24 Oct 07:53
Compare
Choose a tag to compare
  • Fix for row break issue #565
  • Fix tableWidth issue #566

Thanks @mmghv for the PR:s!

v3.2.6

18 Oct 22:35
Compare
Choose a tag to compare
  • Fix for that didParseCell was called with null cell when row had row or colspans #555