Releases: wojtekmaj/react-pdf
Releases · wojtekmaj/react-pdf
v7.7.1
v7.7.0
v7.6.0
v7.5.1
What's new?
- Package is now published with npm provenance statements.
v7.5.0
What's new?
- Exported
PasswordResponses
type to make it easier to create custom password prompts (#1615). Thanks, @pstevovski! - Updated documentation on
options
prop and usage with Next.js.
Bug fixes
v7.4.0
What's new?
- Improved Next.js compatibility.
- Updated documentation
- Added samples for Next.js App Router and Next.js Pages Router
- Updated PDF.js to 3.11.174.
- Accessibility improvements
- Form rendering improvements
- Font conversion and substitution improvements
- Performance improvements
- Text selection improvements
- TypeScript improvements
- Other features/bugfixes
Bug fixes
- Fixed
index.test.js
entry not working in pure ESM mode with "moduleResolution": "node16" TypeScript option enabled.
v7.3.3
v7.3.2
v7.3.1
v7.3.0
What's new?
- Added support for native ESM modules (#1574).
- Added documentation on cMaps and standard fonts for Vite.
What's changed?
- Improved propTypes.
Bug fixes
- Fixed propTypes declared twice in every declaration file (#1542).
- Fixed raw-loader installation instructions using Yarn (#1569). Thanks, @felipelssilva!