v1.0.0
I'm happy to announce the new version of react-pdf based on an awesome work of Niklas Närhinen [email protected]!
What's new?
- The code has been completely rewritten to ES6.
- Updated all dependencies, most notably PDF.js.
- new callback: onPageLoad. Unlike onPageLoad, it will be fired when the page is completely visible for the user. This is especially useful for very heavy PDFs in which tendering a page takes more time than a blink of an eye.
Bug fixes
- Fixed an error that caused pages to be rendered on top of each other.