Releases: wojtekmaj/react-pdf
Releases · wojtekmaj/react-pdf
v5.3.0
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
v5.3.0-beta.2
v5.3.0-beta
v5.2.0
v5.1.0
v5.1.0-beta
v5.0.0
❗️ = 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
v5.0.0-beta.5
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
❗️ = breaking change
What's new?
- Updated PDF.js from 2.3.200 to 2.4.456. Thanks, @kylemellander!
What's changed?
- ❗️ Internet Explorer 11 is no longer supported.
Bug fixes
- Added null check before calling destroy() method on loadingTask.