react-big-calendar
Advanced tools
Comparing version 1.13.4 to 1.14.0
@@ -0,1 +1,8 @@ | ||
# [1.14.0](https://github.com/jquense/react-big-calendar/compare/v1.13.4...v1.14.0) (2024-09-12) | ||
### Features | ||
* **dayPropGetter:** pass resourceId to method ([#2650](https://github.com/jquense/react-big-calendar/issues/2650)) ([272eb88](https://github.com/jquense/react-big-calendar/commit/272eb88d53343d1283621b5626603e052100d092)), closes [#2634](https://github.com/jquense/react-big-calendar/issues/2634) | ||
## [1.13.4](https://github.com/jquense/react-big-calendar/compare/v1.13.3...v1.13.4) (2024-08-23) | ||
@@ -2,0 +9,0 @@ |
@@ -363,3 +363,3 @@ "use strict"; | ||
}; | ||
var _dayProp = dayProp(max), | ||
var _dayProp = dayProp(max, resource), | ||
className = _dayProp.className, | ||
@@ -366,0 +366,0 @@ style = _dayProp.style; |
{ | ||
"name": "react-big-calendar", | ||
"version": "1.13.4", | ||
"version": "1.14.0", | ||
"description": "Calendar! with events", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2547649