Skip to content

v1.0.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 11 Nov 17:03

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.