| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-04-29 | 680 Bytes | |
| v5.0.0 source code.tar.gz | 2024-04-29 | 143.3 kB | |
| v5.0.0 source code.zip | 2024-04-29 | 185.7 kB | |
| Totals: 3 Items | 329.6 kB | 0 | |
❗️ = breaking change
What's changed?
- Added support for React 19.
- ❗️ 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.
- ❗️
propTypeswere removed. If you’re usingpropTypes, we recommend migrating to TypeScript or another type-checking solution. - ❗️ Dropped support for deprecated
calendarTypevalues. If you're running React-Calendar v4.4.0 or newer, and followed documentation and deprecation warnings, you should be fine.