Releases: wojtekmaj/react-pdf
Releases · wojtekmaj/react-pdf
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.
v5.0.0-beta.3
v5.0.0-beta.2
❗️ = 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!
v5.0.0-beta
❗️ = 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.2.228.
Bug fixes
v4.2.0
What's new?
- Greatly improved documentation. Thanks, everyone!
What's changed?
- Development platform upgrade - now v4.x branch uses the same build tools as v5.x branch.
Bug fixes
v4.1.0
v4.0.5
v4.0.4
What's changed?
- TextLayer items are now rendered using
span
elements, making it easier to select the text. - Improved memory consumption on many browsers, including Firefox and iOS Safari (#335). Thanks, @robsco-git!
Bug fixes
- Fixed "Deprecated API usage: RenderTask.then method, use the
promise
getter instead" (#354).