We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02e8c4 commit 8755b8aCopy full SHA for 8755b8a
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
5
+- Update pdfkit to 0.15.1
6
- Fixed bug with how page breaks provoked by cells with rowspan were handled
7
- Fixed find where previous cell started with row span and col span combination
8
- Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows
package.json
@@ -8,8 +8,8 @@
"test": "tests"
9
},
10
"dependencies": {
11
- "@foliojs-fork/linebreak": "^1.1.1",
12
- "@foliojs-fork/pdfkit": "^0.14.0",
+ "@foliojs-fork/linebreak": "^1.1.2",
+ "@foliojs-fork/pdfkit": "^0.15.1",
13
"iconv-lite": "^0.6.3",
14
"xmldoc": "^1.1.2"
15
0 commit comments