pdfmake 0.2.10 → 0.2.12

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.12 - 2024-08-14
4
+
5
+ - Fixed error message of bad image definition
6
+
7
+ ## 0.2.11 - 2024-08-09
8
+
9
+ - Fixed and validates input values headerRows and keepWithHeaderRows
10
+ - Fixed numbering nested ordered lists
11
+ - Speed up StyleContextStack.autopush() for large tables
12
+ - Fixed widths of table columns with percentages
13
+ - Fixed storing the correct context in the ending cell of a row span when there were nested column groups (columns or tables)
14
+
3
15
  ## 0.2.10 - 2024-03-07
4
16
 
5
17
  - Removed unused brfs dependency