wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.11k stars 867 forks source link

[breaking] Update pdfjs-dist to 4.0.379 #1690

Closed wojtekmaj closed 2 months ago

wojtekmaj commented 7 months ago

Closes #1664

Breaking changes:

Blockers:

wojtekmaj commented 6 months ago

This PR is currently breaking most setups that do not support top level await (including Vite - see code changes in test app in this PR). I consider this a deal breaker at the moment and therefore postpone merging it.

See https://github.com/mozilla/pdf.js/issues/17349 for more details.

wojtekmaj commented 2 months ago

Superseded by #1809