Skip to content

Releases: wojtekmaj/react-pdf

v5.3.0-beta.2

01 Apr 10:08
6401e6b
Compare
Choose a tag to compare
v5.3.0-beta.2 Pre-release
Pre-release

What's new?

  • Replaced worker-loader with file-loader in Webpack-specific entry file (#93, #291, #496, #530, #558, #613, #685, #734, #756). Webpack-specific entry file now works with Create React App.

Bug fixes

  • Fixed file prop checked using function with the same name.

v5.3.0-beta

18 Mar 09:38
2c5e7de
Compare
Choose a tag to compare
v5.3.0-beta Pre-release
Pre-release

What's new?

  • Updated PDF.js from 2.5.207 to 2.6.347 (#746). Thanks, @andi-dev!

What's changed?

  • Replaced PDFLinkService with custom LinkService (#657, #659, #749).

v5.2.0

15 Feb 09:58
68d433d
Compare
Choose a tag to compare

What's new?

v5.1.0

11 Dec 12:21
319db5c
Compare
Choose a tag to compare

What's new?

  • Added React 17 compatibility.
  • Updated PDF.js to 2.5.207 (#686, #687).

v5.1.0-beta

23 Nov 10:45
eec72c5
Compare
Choose a tag to compare
v5.1.0-beta Pre-release
Pre-release

What's new?

  • Added React 17 compatibility
  • Updated PDF.js to from 2.4.456 to 2.5.207 (#686, #687).

v5.0.0

27 Aug 14:26
51fba2b
Compare
Choose a tag to compare

❗️ = breaking change

What's new?

  • ❗️ React-PDF now ships with ES6 Modules along with CommonJS modules. This allows for Webpack and other bundlers to optimize your code better.
  • Updated PDF.js from 2.1.266 to 2.4.456. Thanks, @kylemellander!

What's changed?

  • ❗️ Internet Explorer 11 is no longer supported.
  • ❗️ Removed renderAnnotations backwards compatibility (#431).
  • ES6 builds of PDF.js are now used since Internet Explorer 11 support was dropped anyway.
  • Changed the way PDFDataRangeTransport is imported.
  • Explicitly initialize an EventBus instance (#593). Thanks, @danieltott!

Bug fixes

  • Fixed memory leak after unmounting Document (#452, #505). Thanks, @oze4!
  • Fixed error, loading, noData propTypes not accepting functions (#579).
  • Fixed PDF rendering incorrectly if wrapped in an element with dir="rtl" (#588).
  • Added null check before calling destroy() method on loadingTask.

v5.0.0-beta.5

04 Aug 19:17
Compare
Choose a tag to compare
v5.0.0-beta.5 Pre-release
Pre-release

What's changed?

  • ES6 builds of PDF.js are now used since Internet Explorer 11 support was dropped anyway.
  • Changed the way PDFDataRangeTransport is imported.
  • Explicitly initialize an EventBus instance (#593). Thanks, @danieltott!

v5.0.0-beta.4

09 Jun 21:25
1ed00c6
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

❗️ = breaking change

What's new?

What's changed?

  • ❗️ Internet Explorer 11 is no longer supported.

Bug fixes

  • Added null check before calling destroy() method on loadingTask.

v5.0.0-beta.3

27 Apr 15:03
7b3d624
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

What's new?

  • Updated PDF.js from 2.2.228 to 2.3.200.

Bug fixes

  • Fixed memory leak after unmounting Document (#452, #505). Thanks, @oze4!

v5.0.0-beta.2

21 Dec 16:06
d13c48e
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

❗️ = breaking change

What's changed?

  • ❗️ Removed renderAnnotations backwards compatibility (#431).

Bug fixes

  • Fixed PDF.js falling back to fake worker with sideEffects: false (#502). Thanks, @robsco-git!