Skip to content

v1.7.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 14 Jul 01:56

What's new?

  • React 15.5 is now minimum supported version (previously 15.0).
  • New project structure. Now /sample and /test directories are indpendent from root directory.
  • You can now use react-pdf without worker. See README.md for more details.

Bug fixes

  • A warning Accessing PropTypes via the main React package is deprecated will no longer appear (#29)
  • Fixed an error causing a faulty request to './[Object object]' when loading worker (#10).
  • pdf.worker.js is now working as designed, which means vastly improved performance.