We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2030e commit d837a13Copy full SHA for d837a13
CHANGELOG.md
@@ -2,8 +2,11 @@
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
package.json
@@ -9,7 +9,7 @@
"document",
"vector"
],
- "version": "0.17.0",
+ "version": "0.17.1",
13
"homepage": "http://pdfkit.org/",
14
"author": {
15
"name": "Devon Govett",
0 commit comments