Skip to content

Releases: simonbengtsson/jsPDF-AutoTable

v3.2.5

06 Oct 17:00
Compare
Choose a tag to compare

Fix for column width calculation when cellWidth style is set #534

v3.2.4

14 Aug 09:49
Compare
Choose a tag to compare
  • Fix for deprecated initialization format with arrays
  • Give didParseCell hook access to entire table content
  • Use same html parsing for autoTableHtmlToJson as with html option

v3.2.3

13 Aug 13:29
Compare
Choose a tag to compare
  • Improved way of calculating page breaks, especially of rows with many line breaks.

v3.2.2

09 Aug 10:06
Compare
Choose a tag to compare
  • Additional colspan fix
  • Fix for crash happening on empty input

v3.2.0

09 Aug 08:48
Compare
Choose a tag to compare
  • Rewritten rowspan and colspan system fixing for example #500, #526 and more
  • Fix for large rows not breaking page
  • Support old versions of jspdf again #528

v3.1.4

04 Aug 13:56
Compare
Choose a tag to compare
  • Html border parsing improvements for firefox and ie #524
  • Warning for when startY is not a number
  • <br> tags in cells now preserved as new lines in pdf table again
  • Extra spaces in markup now removed (more similar to how html are displayed)
  • Fix default hooks not getting called on other than first table #493

v3.1.3

14 Jul 19:33
Compare
Choose a tag to compare
  • Line spacing fixes #518
  • Fix for rowspans that breaks pages #517

Thanks @npgeomap for those awesome fixes!

v3.1.2

12 Jul 09:04
Compare
Choose a tag to compare

Potensial fix for #480 thanks @rong4188

v3.1.1

05 Apr 12:15
Compare
Choose a tag to compare

v3.1.0

24 Mar 11:32
Compare
Choose a tag to compare

Typescript definition files included, see #463. Thanks @pmstss!