React Pdf Js Versions Save

A React component to wrap PDF.js

v4.0.1

5 years ago

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

5 years ago

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

5 years ago

Includes:

  • Updated dependencies
  • Supports use with webpack 4 now

v3.0.6

6 years ago

Includes:

  • Updated dependencies
  • #57
  • #54

v3.0.4

6 years ago

Includes:

  • #51 by @andaleebroomy

v3.0.3

6 years ago

Includes:

  • Updated packages
  • Pull request #47

v3.0.2

6 years ago

Fixed #40

v3.0.1

6 years ago

Includes:

  • Pull request #44
  • Updated packages

v3.0.0

6 years ago

Includes:

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

v2.0.5

6 years ago

Includes:

  • Fixing unsafe ternary - #35