We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dda5ae commit 6e3727fCopy full SHA for 6e3727f
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### [v0.18.0] - 2026-03-14
6
+
7
- Fix garbled text copying in Chrome/Edge for PDFs with >256 unique characters (#1659)
8
- Fix Link accessibility issues
9
- Fix Table Accessibility Issue: Operator CS/cs not allowed in this current state
package.json
@@ -9,7 +9,7 @@
"document",
10
"vector"
11
],
12
- "version": "0.17.2",
+ "version": "0.18.0",
13
"homepage": "http://pdfkit.org/",
14
"author": {
15
"name": "Devon Govett",
@@ -91,4 +91,4 @@
91
]
92
},
93
"packageManager": "yarn@4.10.3"
94
-}
+}
0 commit comments