Skip to content

Releases: mikecousins/react-pdf-js

v4.0.1

01 Nov 21:27
Compare
Choose a tag to compare

Full release of version 4. This is a full rewrite to bring our package size down a bit and move back to the latest version of pdf.js.

We've lost a couple features along the way. Let's discuss which ones we want to bring back. I don't want to make it too complicated this time. I'm aiming for simple and small. Feel free to post feedback in our issues.

v4.0.0-alpha.1

11 Jun 22:48
Compare
Choose a tag to compare

Includes:

  • Complete rewrite from scratch, trying to simplify things and remove some cruft
  • Based on create-react-library (which includes create-react-app for an example site)
  • Switched from pdf.combined.js to pdf.js to save a huge amount of size
  • Updated to latest pdf.js

v3.0.8

11 Jun 22:47
Compare
Choose a tag to compare

Includes:

  • Updated dependencies
  • Supports use with webpack 4 now

v3.0.6

31 Jan 18:15
Compare
Choose a tag to compare

Includes:

  • Updated dependencies
  • #57
  • #54

v3.0.4

02 Jan 04:33
Compare
Choose a tag to compare

Includes:

v3.0.3

11 Dec 20:34
Compare
Choose a tag to compare

Includes:

  • Updated packages
  • Pull request #47

v3.0.2

06 Dec 00:29
Compare
Choose a tag to compare

Fixed #40

v3.0.1

06 Dec 00:21
Compare
Choose a tag to compare

Includes:

  • Pull request #44
  • Updated packages

v3.0.0

02 Nov 22:58
Compare
Choose a tag to compare

Includes:

  • Update to pdfjs-dist ^2.0.0 (big change)
  • Update other packages

v2.0.5

21 Sep 17:50
Compare
Choose a tag to compare

Includes:

  • Fixing unsafe ternary - #35