Releases: diegomura/react-pdf
Releases Β· diegomura/react-pdf
v2.0.12
- Fixes fontkit table circular reference.
Sorry about the successive versions. This should not happen frequently since I'll only update fontkit once in a while
v2.0.10
- Fix require fs in fontkit build
v2.0.9
- Update fontkit (#1285)
- Fix flex basis parsing (#1280)
- Add annotation support to pdfkit (#1279)
- Fix font weight processing (#1276)
v2.0.8
- Add ability to specify PDF language (#1265)
- Add yoga tests (#1264)
- Remove new Buffer from yoga build (#1260)
- PNG fixes (#1257)
- Fix pdfkit script
- Bring back access to Style type (#1248, thanks @meeroslav)
- Add missing
id
prop to Linear and Radial Gradient type (#1249, thanks @meeroslav)
- Import png-js lib to monorepo (#1246)
v2.0.4
- Add PDF font support on pdfkit for future form implementation (#1204)
- Add ability to override PDF version (#1204)
- Import pdfkit to monorepo (#1204)
- Fix Page style array support (#1203)
v2.0.3
- Add textkit project to monorepo (#1199)
- Fix renderToString blank document (#1196)
- Fix page wrapping (#1195)
- Fix percent page padding support (#1193)
- Fix nested link (#1187)
v2.0.1
- Fix wrap=false element infinite loop (#1179)
- Duplicate Id's removed from typings (#1183, thanks @builat !)
- Make renderer a singleton (#1182)
- Decrease yoga memory heap
- Fix missing ramda function (#1181)
- Fix margin and padding auto (#1178)
- Fix hyphenation valueOf odd behaviour (#1174)
v2.0.2
- Fix negative margin and padding support (#1185)
- Fix types. Bad returning type for methods: on, removeListener (#1184, thanks @builat again)