This commit is contained in:
Luiz Américo Pereira Câmara 2025-05-03 00:53:13 -03:00
parent 4b2030eedd
commit d837a13569
2 changed files with 4 additions and 1 deletions

View File

@ -2,8 +2,11 @@
### Unreleased
### [v0.17.1] - 2025-05-02
- Fix null values in table cells rendering as `[object Object]`
- Fix further LineWrapper precision issues
- Optmize standard font handling. Less code, less memory usage
### [v0.17.0] - 2025-04-12

View File

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