Releases: diegomura/react-pdf
Releases Β· diegomura/react-pdf
v2.0.18
v2.0.17
- feat: add prop 'showToolbar' to control whether the toolbar shows (#1419, thanks @DanMHammer)
- feat: add support for multiple text decorations (#1404, thanks @aaronjedwards)
- test: add visual tests with jest-image-snapshot (#1372, thanks @jeetiss)
- refactor(renderer): move events to the closure of pdf (#1402, thanks @kidroca)
v2.0.15
v2.0.14
- fix: flex shorthand (#1341, thanks to @jeetiss)
- fix: remove flexbox ordering from types (#1345, thanks to @jeetiss)
- Remove incorrect types from StyleSheet. (#1331, thanks to @GriffinSchneider)
- feat: error handling when source factories of Image return undefined (thanks to @byeokim)
- fix: non-latin text rendering (#1328)
- chore: code cleanup
- fix: flexbox types (#1325)
v2.0.13
- fix: donβt call hasGlyphForCodePoint if font is null (#1270, thanks @OliverLeighC)
- fix: transform origin conversion (#1309)
- fix: change renderer queue require to import statement (#1305, thanks @mlmmn)
- feat: add support of source factories for Image component (#1306, thanks @khmm12)
- fix: FontDescriptor type (#1307, thanks @khmm12)
v2.0.12
v2.0.10
v2.0.9
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)