pdfmake 0.3.2 → 0.3.3

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.3 - 2026-01-18
4
+
5
+ - Added properties for ToC:
6
+ - `hideEmpty` - set to `true` if you can hide an empty ToC
7
+ - `sortBy` - `'page'` (default) or `'title'`
8
+ - `sortLocale` - custom locale to sort by property `sortBy`
9
+ - Added property `decorationThickness` for `text` to set width of the decoration line
10
+ - Added inherited/extends styles, use property `extends` in style with style name or array of string with style names
11
+ - Fixed margin override with 0 value
12
+ - Fixed margin override from multiple styles
13
+ - Fixed text decoration for superscript and subscript
14
+ - Fixed svg-to-pdfkit - TypeError: t.classList.contains is not a function
15
+
3
16
  ## 0.3.2 - 2026-01-11
4
17
 
5
18
  - Fixed non-working `open()` and `print()` methods in browser