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 83e6248 commit c81e3e6Copy full SHA for c81e3e6
CHANGELOG.md
@@ -2,12 +2,16 @@
2
3
### Unreleased
4
5
+### [v0.17.0] - 2025-04-12
6
+
7
- Fix precision rounding issues in LineWrapper
8
- Fix fonts without a postscriptName
9
- Add support for dynamic sizing
10
- Add support for rotatable text
11
- Fix page cascade options when text overflows
12
- Add table generation
13
+- Fix y position when using `image()` without x and y coordinates
14
+- Improve Prettier configuration
15
16
### [v0.16.0] - 2024-12-29
17
package.json
@@ -9,7 +9,7 @@
"document",
"vector"
],
- "version": "0.16.0",
+ "version": "0.17.0",
"homepage": "http://pdfkit.org/",
"author": {
"name": "Devon Govett",
0 commit comments