pdfmake 0.2.13 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.15 - 2024-11-02
4
+
5
+ - Added support PDF/A and PDF/UA (see [documentation](https://pdfmake.github.io/docs/0.1/document-definition-object/pdfa/))
6
+ - Changed Virtual file system (VFS) format for better compatibility with frameworks (backwards compatibility preserved). **For compatibility with frameworks, rebuild VFS required!**
7
+ - Browser: Added methods for fonts (`addFonts`, `setFonts`, `clearFonts`)
8
+ - Browser: Added methods for table layouts (`addTableLayouts`, `setTableLayouts`, `clearTableLayouts`)
9
+ - Added support `link`, `linkToPage` and `linkToDestination` for SVG
10
+ - Update pdfkit to 0.15.1
11
+ - Fixed bug with how page breaks provoked by cells with rowspan were handled
12
+ - Fixed find where previous cell started with row span and col span combination
13
+ - Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows
14
+
15
+ ## 0.2.14 - 2024-10-09
16
+
17
+ - Fixed drawing top horizontal line of the table with page break
18
+ - Fixed uncaught Error when rowSpan and dontBreakRows combined
19
+
3
20
  ## 0.2.13 - 2024-09-22
4
21
 
5
22
  - Minimal supported version Node.js 18 LTS