Releases: diegomura/react-pdf
Releases Β· diegomura/react-pdf
@react-pdf/[email protected]
@react-pdf/[email protected]
Minor Changes
-
#1610
4c5d527
Thanks @jeetiss! - updated rollup rollup-plugins and babel -
#1654
ccf3bf2
Thanks @jeetiss! - added@babel/runtime
to dependencies
Patch Changes
-
#1581
04449ab
Thanks @jeetiss! - added changelog with changesets -
Updated dependencies [
3217a89
,4c5d527
,04449ab
,ccf3bf2
]:- @react-pdf/[email protected]
- @react-pdf/[email protected]
v2.0.21
- fix: scoping issue on phase variable (#1557 by @ericponto)
- update: package.json to include the repository (#1586)
- fix: SVG transform style (#1585)
- fix: fontkit scoping issue on phase variable (#1577 by @MikkelStampe)
- chore: fix link in issue template (#1563 by @carlobeltrame)
- chore(ci): setup github action (#1580 by @jeetiss )
- fix(layout): calculate lines for text with fixed width and height (#1552 by @jeetiss)
- fix: full page blocks (#1541 by @jeetiss )
- fix: svg path parsing (#1540 by @jeetiss )
v2.0.20
- fix: links (#1503, by @jeetiss)
- feat: add svgkit basic text support (#1501)
- feat: svgkit improvements (#1498)
- fix: textDecoration inheritance (#1490, by @jeetiss)
- feat: add svgkit package (#1488)
- chore: refactor renderer directory (#1487)
- fix: background test file
- fix: issue with background color opacity never being selected (#1478, by @mikey0000)
- feat: convert type definitions to module (#1476, by @jeetiss)
- feat: typings β types (#1474, by @jeetiss)
- fix: add missing style type for zIndex support (#1468, by @Xiyitifu )
v2.0.19
- fix: link substitution step (#1467)
- fix: SVG transform (#1466)
- fix: PDFViewer src while loading (#1465)
- fix: inline text rendering (#1462)
- fix: remove style none value filter (#1461)
- feat: update borderWidth type to accept string (#1460, by @mikey0000)
- fix: paddingTop in image component (#1452, by @jeetiss)
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)