Skip to content

Releases: wojtekmaj/react-pdf

v5.4.0

27 Sep 08:54
dead22e
Compare
Choose a tag to compare

What's new?

  • Updated PDF.js to 2.9.359 (#818).
    • Added support for Signatures (#559, #691, #772, #817).
    • Fixed rendering on Chrome 92 and up (#819).
  • Replaced pdfjs-dist build with legacy ES5 version (#794). Thanks, @njleonzhang!
  • Changed async/await syntax to Promises, reducing build size significantly (#807).

Bug fixes

  • Fixed annotation links no longer working in some cases (#816).

v5.4.0-beta.3

01 Sep 09:45
a6ddbaa
Compare
Choose a tag to compare
v5.4.0-beta.3 Pre-release
Pre-release

What's changed?

  • Replaced pdfjs-dist build with legacy ES5 version (#794). Thanks, @njleonzhang!

v5.4.0-beta.2

27 Jul 11:03
fe1556a
Compare
Choose a tag to compare
v5.4.0-beta.2 Pre-release
Pre-release

What's new?

  • Updated PDF.js to 2.9.359 (#818).
    • Added support for Signatures (#559, #691, #772, #817).
    • Fixed rendering on Chrome 92 and up (#819).

Bug fixes

  • Fixed annotation links no longer working in some cases (#816).

v5.4.0-beta

08 Jul 12:19
dd2a954
Compare
Choose a tag to compare
v5.4.0-beta Pre-release
Pre-release

What's new?

  • Changed async/await syntax to Promises, reducing build size significantly (#807).

v5.3.2

08 Jul 12:17
c6fad62
Compare
Choose a tag to compare

Bug fixes

  • Fixed file prop type checker not accepting data as string (#800).

v5.3.1

07 Jul 11:09
a3fa9e0
Compare
Choose a tag to compare

What's changed?

  • Made documentation on bundler-specific entry files clearer.
  • Minor code optimizations for smaller bundle size.

Bug fixes

  • Fixed onLoadProgress incorrectly listed as Page prop in README.
  • Fixed data URI not parsed properly when having multiple headers (#784).

v5.3.0

08 May 08:55
f9be05c
Compare
Choose a tag to compare

What's new?

  • Updated PDF.js from 2.5.207 to 2.6.347 (#746). Thanks, @andi-dev!
  • 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.
  • Improved memory management by destroying previous worker when file changes (#288, #305, #755). Thanks, @jeetiss!

What's changed?

  • Replaced PDFLinkService with custom LinkService (#657, #659, #749).
  • Use public API for rendering cancellation (#757). Thanks, @jeetiss!

Bug fixes

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

v5.3.0-beta.3

01 Apr 12:48
19db7df
Compare
Choose a tag to compare
v5.3.0-beta.3 Pre-release
Pre-release

What's new?

  • Improved memory management by destroying previous worker when file changes (#288, #305, #755). Thanks, @jeetiss!

What's changed?

  • Use public API for rendering cancellation (#757). Thanks, @jeetiss!

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).