Skip to content

Releases: simonbengtsson/jsPDF-AutoTable

v3.8.2

12 Feb 15:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.1...v3.8.2

v3.8.1

11 Dec 08:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.8.1

v3.8.0

05 Dec 11:40
Compare
Choose a tag to compare

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

01 Nov 15:05
Compare
Choose a tag to compare
  • Improve support for custom build configs (older typescript versions etc)

v3.7.0

10 Oct 16:22
Compare
Choose a tag to compare

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

24 Aug 11:12
Compare
Choose a tag to compare

What's Changed

  • Add support for repeating multiple columns using horizontalPageBreakRepeat by @ecosse3 in #988

New Contributors

Full Changelog: v3.5.31...v3.6.0

v3.5.31

14 Jul 08:01
Compare
Choose a tag to compare
  • Fix #966 - hex fillColor together with lineWidth causes invalid arguments for rect fn #978

v3.5.30

13 Jul 14:06
Compare
Choose a tag to compare

v3.5.29

20 May 22:17
Compare
Choose a tag to compare
  • Fix resolution of types when using ModuleResolution: "NodeNext" in tsconfig #949
  • Prevent lineWidth object from filling the cell in black [#897] #961

v3.5.28

30 Nov 09:26
Compare
Choose a tag to compare
  • Fix custom font style type #936