This commit is contained in:
Luiz Américo Pereira Câmara 2025-04-12 17:07:41 -03:00
parent 83e6248168
commit c81e3e6e36
2 changed files with 5 additions and 1 deletions

View File

@ -2,12 +2,16 @@
### Unreleased
### [v0.17.0] - 2025-04-12
- Fix precision rounding issues in LineWrapper
- Fix fonts without a postscriptName
- Add support for dynamic sizing
- Add support for rotatable text
- Fix page cascade options when text overflows
- Add table generation
- Fix y position when using `image()` without x and y coordinates
- Improve Prettier configuration
### [v0.16.0] - 2024-12-29

View File

@ -9,7 +9,7 @@
"document",
"vector"
],
"version": "0.16.0",
"version": "0.17.0",
"homepage": "http://pdfkit.org/",
"author": {
"name": "Devon Govett",