Releases: simonbengtsson/jsPDF-AutoTable
Releases · simonbengtsson/jsPDF-AutoTable
v3.2.5
v3.2.4
- 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
- Improved way of calculating page breaks, especially of rows with many line breaks.
v3.2.2
- Additional colspan fix
- Fix for crash happening on empty input
v3.2.0
v3.1.4
- 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