Releases: simonbengtsson/jsPDF-AutoTable
Releases · simonbengtsson/jsPDF-AutoTable
v3.8.4
v3.8.3
Remove console log
v3.8.2
v3.8.1
What's Changed
Full Changelog: v3.8.0...v3.8.1
v3.8.0
What's Changed
- Adding the new option horizontalPageBreakBehaviour. When set to "immediately" pages slit with horizontal page break are included immediately after each instead of at the end the document. By @lucaslm in #1012
New Contributors
Full Changelog: v3.7.1...v3.8.0
v3.7.1
- Improve support for custom build configs (older typescript versions etc)
v3.7.0
What's Changed
- Fix horizontalPageBreak infinite loop + refactor by @mmghv in #999
- Add support for lineHeightFactor by @mmghv in #1000
- Fix lineWidth object bug with fillColor: null by @mmghv in #1002
- Support css parsing of individual borders sides by @mmghv in #1003
- Update dependencies to latest version
Full Changelog: v3.6.0...v3.7.0
v3.6.0
v3.5.31
v3.5.30
- Fixes Doubled headers and footers heights when using pageBreak: 'avoid' #976
- Updates some development dependencies