Skip to content

Releases: diegomura/react-pdf

@react-pdf/[email protected]

15 Jan 11:24
a75a7d0
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@react-pdf/[email protected]

15 Jan 11:24
a75a7d0
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v2.0.21

07 Nov 22:42
Compare
Choose a tag to compare

v2.0.20

25 Sep 21:11
Compare
Choose a tag to compare
  • 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

18 Aug 04:14
Compare
Choose a tag to compare
  • 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

02 Aug 14:49
Compare
Choose a tag to compare
  • feat: refactor stylesheet package (#1440)
  • fix: text align when inside center-justified content (#1438)
  • fix: ellipsis rendering (#1437)
  • fix: revert refactor (#1436)

v2.0.17

25 Jul 20:57
Compare
Choose a tag to compare
  • 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

05 Jun 23:41
Compare
Choose a tag to compare
  • chore: prevent pagination loop (#1364)
  • feat: text rgba color support (#1363)
  • fix: debug prop (#1362)
  • chore: rework transform (#1349, thanks @jeetiss)

v2.0.14

02 Jun 02:07
Compare
Choose a tag to compare
  • 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

22 May 05:13
Compare
Choose a tag to compare
  • 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)