v6.0.0-beta.4
版本发布时间: 2022-10-07 17:21:56
wojtekmaj/react-pdf最新发布版本:v9.1.1(2024-09-18 17:59:31)
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
andonRenderTextLayerSuccess
- 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!