Releases: mikecousins/react-pdf-js
Releases · mikecousins/react-pdf-js
v7.0.2
v6.1.1
Lots of changes here, fully modernized.
pdfjs-dist
is now a peer dependency so you can install whatever version you want- Removed the component in favour of just the hook to simplify/modernize the codebase
- This library is now absolutely tiny, under 1kB when gzip/minified
v5.5.0
v5.1.0
Moving to the es6 bundled version of pdfjs-dist (@bundled-es-modules/pdfjs-dist) to get rid of the warnings when using Create React App.
v5.0.6
- Updating TSDX
- Fixing Netlify demo (still needs styling)
v5.0.3
v5.0.2
We're a hook now. Just usePdf and you're done! Big thanks to @ericchernuka for the assistance.
v4.2.2
Hooks! The v4.2.0 release and forward will all be requiring React 16.8.0+ due to us using hooks now.
- Updated to latest pdf-js
- Rewrote everything in hooks