v8.0.0
版本发布时间: 2024-04-30 17:55:30
wojtekmaj/react-pdf最新发布版本:v9.1.1(2024-09-18 17:59:31)
❗️ = breaking change
What's new?
- Added support for React 19.
What's changed?
- ❗️ New JSX transform is now required. Most likely, you’re already using it, but if you’re not, you’ll need to enable it by following the instructions in the linked blog post.
- ❗️
propTypes
were removed. If you’re usingpropTypes
, we recommend migrating to TypeScript or another type-checking solution.