pdfkit 0.16.0 → 0.17.1

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,24 @@
1
1
  ## pdfkit changelog
2
2
 
3
+ ### Unreleased
4
+
5
+ ### [v0.17.1] - 2025-05-02
6
+
7
+ - Fix null values in table cells rendering as `[object Object]`
8
+ - Fix further LineWrapper precision issues
9
+ - Optmize standard font handling. Less code, less memory usage
10
+
11
+ ### [v0.17.0] - 2025-04-12
12
+
13
+ - Fix precision rounding issues in LineWrapper
14
+ - Fix fonts without a postscriptName
15
+ - Add support for dynamic sizing
16
+ - Add support for rotatable text
17
+ - Fix page cascade options when text overflows
18
+ - Add table generation
19
+ - Fix y position when using `image()` without x and y coordinates
20
+ - Improve Prettier configuration
21
+
3
22
  ### [v0.16.0] - 2024-12-29
4
23
 
5
24
  - Update fontkit to 2.0