Skip to content

v1.3.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 12 Nov 12:33

What's new?

  • React-PDF will now display a message "No PDF file specified." if, well, no PDF file was specified.
  • React-PDF will now warn you about Cross Origin Policy not only when passing an URL directly, but also in parameter object.
  • You can now pass a Blob as file prop value.
  • You can now pass an ArrayBuffer as file prop value.
  • Added testing page.

Bug fixes

  • React-PDF will no longer throw an error if file prop changed from null to a parameter object.