Note: React <16.3 is not supported. If you're still using React older than 16.3, please use react-pdf@^3.0.0
instead.
What's new?
- React-PDF is now fully compatible with React 17 (sic!).
- Interactive forms can now be rendered by toggling
renderInteractiveForms
flag. - React-PDF now uses new Context API giving it much improved reliability and stability.
What's changed?
- You can no longer use React-PDF without Web Worker.
setOptions
function has been replaced with much more powerfuloptions
prop in Document component.
Bug fixes
- Fixed annotation rendering multiple times if an update which does not reset the layout occurs (#192).