Skip to content

Releases: Utkarsh212/react-pdftotext

v1.3.6

16 Apr 12:51
f3d415e

Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed pdfToText is not a function error in Vite projects caused by ESM/CJS interop issue

Package Changes

  • Added "type": "module" to enable native ESM output
  • Updated pdfjs-dist from ^4.6.82 to ^5.4.296
  • Updated react-pdf from ^9.1.1 to ^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

17 Nov 18:52

Choose a tag to compare

  • Improved Error Handling, Thanks @drunkalien!
  • Dependency version updates