pdfmake 0.3.0-beta.12 → 0.3.0-beta.13

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0-beta.13 - 2024-12-15
4
+
5
+ - Update pdfkit to 0.15.2
6
+ - Fixed speed in Node.js if is fetching URL for image or font redirected
7
+ - Fixed aspect ratio for image with exif orientation tag
8
+ - Fixed font size calculation for watermark if is page orientation is changed
9
+
3
10
  ## 0.3.0-beta.12 - 2024-11-03
4
11
 
5
12
  - Added support PDF/A and PDF/UA (see [documentation](https://pdfmake.github.io/docs/0.3/document-definition-object/pdfa/))
@@ -45,7 +52,7 @@
45
52
  - Allow the document language to be specified
46
53
  - Fixed cover image size inside table
47
54
  - Fixed "Cannot read properties of undefined (reading 'bottomMost')" if table contains too few rows
48
- - Fixed invalid source-maps in builded js file
55
+ - Fixed invalid source-maps in built js file
49
56
 
50
57
  ## 0.3.0-beta.6 - 2023-11-09
51
58
 
@@ -71,7 +78,7 @@
71
78
  ## 0.3.0-beta.2 - 2022-04-01
72
79
 
73
80
  - Attachments embedding
74
- - Support passing headers to request for loading font files and images via URL adresses
81
+ - Support passing headers to request for loading font files and images via URL addresses
75
82
 
76
83
  ## 0.3.0-beta.1 - 2022-01-01
77
84