Skip to content

Releases: diegomura/react-pdf

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)

v2.0.12

03 May 14:01
Compare
Choose a tag to compare
  • 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

03 May 05:18
Compare
Choose a tag to compare
  • Fix require fs in fontkit build

v2.0.9

03 May 05:07
Compare
Choose a tag to compare
  • Update fontkit (#1285)
  • Fix flex basis parsing (#1280)
  • Add annotation support to pdfkit (#1279)
  • Fix font weight processing (#1276)

v2.0.8

26 Apr 05:32
Compare
Choose a tag to compare
  • 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.6

22 Apr 04:21
Compare
Choose a tag to compare