Skip to content

Commit 8755b8a

Browse files
committed
Update pdfkit to 0.15.1
1 parent f02e8c4 commit 8755b8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Update pdfkit to 0.15.1
56
- Fixed bug with how page breaks provoked by cells with rowspan were handled
67
- Fixed find where previous cell started with row span and col span combination
78
- Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test": "tests"
99
},
1010
"dependencies": {
11-
"@foliojs-fork/linebreak": "^1.1.1",
12-
"@foliojs-fork/pdfkit": "^0.14.0",
11+
"@foliojs-fork/linebreak": "^1.1.2",
12+
"@foliojs-fork/pdfkit": "^0.15.1",
1313
"iconv-lite": "^0.6.3",
1414
"xmldoc": "^1.1.2"
1515
},

0 commit comments

Comments
 (0)