Releases: simonbengtsson/jsPDF-AutoTable
Releases · simonbengtsson/jsPDF-AutoTable
v3.5.29
- 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
- Fix custom font style type #936
v3.5.27
- 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.24
- Updated third party libraries
v3.5.22
- Fix fillColor on border being overwritten by alternateRowStyles #835 by @rarysson
v3.5.21
- Fix table line not respecting table height with multiple tables across pages #834 by @rarysson
v3.5.18
Fix for for using horizontalPageBreakRepeat
with the first column #819 by @knodlagc
v3.5.15
Add horizontalPageBreakRepeat
option
v3.5.12
- Fix for jspdf 2.x issue (setFontStyle error)
- Updated dependencies