Skip to content

Releases: simonbengtsson/jsPDF-AutoTable

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

v3.5.27

29 Nov 22:22
Compare
Choose a tag to compare
  • Improved types #929
  • Reset line color and line width after plugin run #930
  • Add experimental es module nodejs export (use by import 'jspdf-autotable/es'). Automatic and improved es module support will arrive as a breaking change in v4.

v3.5.25

03 Jun 07:34
Compare
Choose a tag to compare

v3.5.24

25 May 12:02
Compare
Choose a tag to compare
  • Updated third party libraries

v3.5.22

23 Oct 14:54
Compare
Choose a tag to compare
  • Fix fillColor on border being overwritten by alternateRowStyles #835 by @rarysson

v3.5.21

22 Oct 14:07
Compare
Choose a tag to compare
  • Fix table line not respecting table height with multiple tables across pages #834 by @rarysson

v3.5.18

19 Aug 13:06
Compare
Choose a tag to compare

Fix for for using horizontalPageBreakRepeat with the first column #819 by @knodlagc

v3.5.15

28 Jun 11:21
Compare
Choose a tag to compare

Add horizontalPageBreakRepeat option

v3.5.12

08 Sep 10:35
Compare
Choose a tag to compare
  • Fix for jspdf 2.x issue (setFontStyle error)
  • Updated dependencies