Releases: Utkarsh212/react-pdftotext
Releases · Utkarsh212/react-pdftotext
v1.3.6
What's Changed
Bug Fixes
- Fixed
pdfToText is not a functionerror in Vite projects caused by ESM/CJS interop issue
Package Changes
- Added
"type": "module"to enable native ESM output - Updated
pdfjs-distfrom^4.6.82to^5.4.296 - Updated
react-pdffrom^9.1.1to^10.4.1
Documentation
- Added homepage field linking to the official documentation site
Upgrading
No API changes, existing usage remains the same:
js import pdfToText from "react-pdftotext";
If you were using the workaround pdfToTextModule.default || pdfToTextModule, you can now remove it and use the direct import above.
v1.3.4
- Improved Error Handling, Thanks @drunkalien!
- Dependency version updates