pdfmake 0.2.15 → 0.2.17
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 +10 -0
- package/build/pdfmake.js +51985 -51712
- package/build/pdfmake.js.map +1 -1
- package/build/pdfmake.min.js +2 -2
- package/build/pdfmake.min.js.map +1 -1
- package/package.json +2 -2
- package/src/3rd-party/svg-to-pdfkit/LICENSE +9 -9
- package/src/imageMeasure.js +10 -1
- package/src/layoutBuilder.js +29 -25
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/pdfmake.iml +0 -11
- package/.idea/vcs.xml +0 -6
- package/eslint.config.mjs +0 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.17 - 2024-12-23
|
|
4
|
+
|
|
5
|
+
- Fix big size pdfmake bundle for browser
|
|
6
|
+
|
|
7
|
+
## 0.2.16 - 2024-12-15
|
|
8
|
+
|
|
9
|
+
- Update pdfkit to 0.15.2
|
|
10
|
+
- Fixed aspect ratio for image with exif orientation tag
|
|
11
|
+
- Fixed font size calculation for watermark if is page orientation is changed
|
|
12
|
+
|
|
3
13
|
## 0.2.15 - 2024-11-02
|
|
4
14
|
|
|
5
15
|
- Added support PDF/A and PDF/UA (see [documentation](https://pdfmake.github.io/docs/0.1/document-definition-object/pdfa/))
|