react-big-calendar
Advanced tools
Comparing version 1.17.1 to 1.18.0
@@ -0,1 +1,8 @@ | ||
# [1.18.0](https://github.com/jquense/react-big-calendar/compare/v1.17.1...v1.18.0) (2025-02-24) | ||
### Features | ||
* add support for React 19 ([#2710](https://github.com/jquense/react-big-calendar/issues/2710)) ([4d39499](https://github.com/jquense/react-big-calendar/commit/4d39499d0dc2803d8cf38a2d4036cbdb3c1a0b93)) | ||
## [1.17.1](https://github.com/jquense/react-big-calendar/compare/v1.17.0...v1.17.1) (2024-12-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "react-big-calendar", | ||
"version": "1.17.1", | ||
"version": "1.18.0", | ||
"description": "Calendar! with events", | ||
@@ -48,4 +48,4 @@ "author": { | ||
"peerDependencies": { | ||
"react": "^16.14.0 || ^17 || ^18", | ||
"react-dom": "^16.14.0 || ^17 || ^18" | ||
"react": "^16.14.0 || ^17 || ^18 || ^19", | ||
"react-dom": "^16.14.0 || ^17 || ^18 || ^19" | ||
}, | ||
@@ -52,0 +52,0 @@ "devDependencies": { |
2588568