react-big-calendar
Advanced tools
Comparing version 0.24.0 to 0.24.1
@@ -23,3 +23,3 @@ "use strict"; | ||
var isEqual = function isEqual(a, b) { | ||
return a.range === b.range && a.events === b.events; | ||
return a[0].range === b[0].range && a[0].events === b[0].events; | ||
}; | ||
@@ -26,0 +26,0 @@ |
@@ -106,3 +106,3 @@ "use strict"; | ||
var rangeEndMin = positionFromDate(rangeEnd); | ||
var top = rangeEndMin - rangeStartMin < step && !dates.eq(end, rangeEnd) ? (rangeStartMin - step) / (step * numSlots) * 100 : rangeStartMin / (step * numSlots) * 100; | ||
var top = rangeEndMin > step * (numSlots - 1) && !dates.eq(end, rangeEnd) ? (rangeStartMin - step) / (step * numSlots) * 100 : rangeStartMin / (step * numSlots) * 100; | ||
return { | ||
@@ -109,0 +109,0 @@ top: top, |
{ | ||
"name": "react-big-calendar", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"description": "Calendar! with events", | ||
@@ -137,3 +137,3 @@ "author": { | ||
"lodash-es": "^4.17.11", | ||
"memoize-one": "^4.0.3", | ||
"memoize-one": "^5.1.1", | ||
"prop-types": "^15.6.2", | ||
@@ -140,0 +140,0 @@ "react-overlays": "^2.0.0-0", |
@@ -5,3 +5,3 @@ # react-big-calendar | ||
[**DEMO and Docs**](http://intljusticemission.github.io/react-big-calendar/examples/index.html) | ||
[**DEMO and Docs**](http://jquense.github.io/react-big-calendar/examples/index.html) | ||
@@ -130,2 +130,2 @@ Inspired by [Full Calendar](http://fullcalendar.io/). | ||
Join us on [Reactiflux Discord](https://discord.gg/uJsgpkC) community under the channel #react-big-calendar if you have any questions. | ||
Join us on [Reactiflux Discord](https://discord.gg/PPgj6tb) community under the channel #libraries if you have any questions. |
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
1133364
26279
+ Addedmemoize-one@5.2.1(transitive)
- Removedmemoize-one@4.1.0(transitive)
Updatedmemoize-one@^5.1.1