❗️ = 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!