pdfmake 0.3.0-beta.11 → 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,21 @@
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
+
10
+ ## 0.3.0-beta.12 - 2024-11-03
11
+
12
+ - Added support PDF/A and PDF/UA (see [documentation](https://pdfmake.github.io/docs/0.3/document-definition-object/pdfa/))
13
+ - Added support `link`, `linkToPage` and `linkToDestination` for SVG
14
+ - Update pdfkit to 0.15.1
15
+ - Fixed bug with how page breaks provoked by cells with rowspan were handled
16
+ - Fixed find where previous cell started with row span and col span combination
17
+ - Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows
18
+
3
19
  ## 0.3.0-beta.11 - 2024-10-09
4
20
 
5
21
  - Fixed drawing top horizontal line of the table with page break
@@ -36,7 +52,7 @@
36
52
  - Allow the document language to be specified
37
53
  - Fixed cover image size inside table
38
54
  - Fixed "Cannot read properties of undefined (reading 'bottomMost')" if table contains too few rows
39
- - Fixed invalid source-maps in builded js file
55
+ - Fixed invalid source-maps in built js file
40
56
 
41
57
  ## 0.3.0-beta.6 - 2023-11-09
42
58
 
@@ -62,7 +78,7 @@
62
78
  ## 0.3.0-beta.2 - 2022-04-01
63
79
 
64
80
  - Attachments embedding
65
- - 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
66
82
 
67
83
  ## 0.3.0-beta.1 - 2022-01-01
68
84