react-daypicker
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "react-daypicker", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A simple datepicker inspired by Pikaday.", | ||
@@ -5,0 +5,0 @@ "main": "lib/DayPicker.js", |
@@ -14,5 +14,5 @@ # react-daypicker | ||
## v3.0.0 is a breaking change | ||
## Version 3 is a breaking change | ||
With v3.0.0, all external dependencies are removed except react (as a peer). That means for you | ||
With version 3.0.0, all external dependencies are removed except react (as a peer). That means for you | ||
as a consumer that the `active` prop which was a `moment` date is **now expected to be a vanilla | ||
@@ -19,0 +19,0 @@ JavaScript date**. However, for date equality reasons, `active` is expected to be a day so you |
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
65570