pdfmake 0.3.1 → 0.3.2
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 +7 -0
- package/build/pdfmake.js +6888 -6872
- package/build/pdfmake.js.map +1 -1
- package/build/pdfmake.min.js +2 -2
- package/build/pdfmake.min.js.map +1 -1
- package/js/DocMeasure.js +20 -12
- package/js/browser-extensions/OutputDocumentBrowser.js +2 -1
- package/js/helpers/variableType.js +1 -1
- package/package.json +3 -3
- package/src/DocMeasure.js +23 -12
- package/src/browser-extensions/OutputDocumentBrowser.js +2 -1
- package/src/helpers/variableType.js +1 -1
- package/.typos.toml +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.2 - 2026-01-11
|
|
4
|
+
|
|
5
|
+
- Fixed non-working `open()` and `print()` methods in browser
|
|
6
|
+
- Added SVG validation: width and height must be specified (in SVG string/element or `svg` node)
|
|
7
|
+
- Added support for image scaling with only `height` defined
|
|
8
|
+
- Added custom `markerColor` for each item of `ul` and `ol`
|
|
9
|
+
|
|
3
10
|
## 0.3.1 - 2026-01-07
|
|
4
11
|
|
|
5
12
|
- Added auto page height for multiple pages (for `section` or after custom page break)
|