Skip to content

v6.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 07 Oct 09:21
· 625 commits to main since this release
7eda01a

What's new?

  • Updated PDF.js to 2.16.105.
    • Bugfixes
    • Accessibility improvements
    • Rendering quality improvements.
  • Improved documentation.
    • Fixed instructions on PDF.js worker
    • Added missing documentation on onRenderTextLayerError and onRenderTextLayerSuccess
    • Added a note on SVG mode deprecation.
  • React-PDF now warns if required CSS files are not imported.

What's changed?

  • Removed support for enhanceTextSelection prop. This was previously implemented in 6.0.0-beta, but later found deprecated in PDF.js.

Bug fixes

  • Fixed legacy renderInteractiveForms prop ignored. Thanks, @liquidautumn!