react-big-calendar
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -0,1 +1,10 @@ | ||
v0.9.2 - Thu, 12 Nov 2015 23:34:33 GMT | ||
-------------------------------------- | ||
- [58f008f](../../commit/58f008f) [fixed] none integer slot spaces (again) | ||
- [f2084ef](../../commit/f2084ef) [fixed] month event rows not fitting in their cells | ||
- [73e449d](../../commit/73e449d) [fixed] day view clicks return the correct slot | ||
v0.9.1 - Thu, 12 Nov 2015 14:52:20 GMT | ||
@@ -2,0 +11,0 @@ -------------------------------------- |
@@ -30,5 +30,5 @@ 'use strict'; | ||
span = Math.max(Math.min(span, slots), 1); | ||
span = Math.floor(Math.max(Math.min(span, slots), 1)); | ||
var padding = _dates2['default'].diff(first, start, 'day'); | ||
var padding = Math.floor(_dates2['default'].diff(first, start, 'day')); | ||
@@ -35,0 +35,0 @@ return { |
{ | ||
"name": "react-big-calendar", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Calendar! with events", | ||
@@ -5,0 +5,0 @@ "author": "Jason Quense <monastic.panic@gmail.com>", |
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
148664
302204
1