- [fix] Fix initial day of month to utc to fix daylight savings time problem in Brazil and other locales
- [fix] Remove jQuery as a dependency
- [fix] Add centered text alignment to
DayPicker__captionclass to work with bootstrap styles
- [new] Export date comparision methods -
isNextDay,isSameDay,isInclusivelyAfterDay,isInclusivelyBeforeDay - [fix] Replace
Array.includeswitharray-includesfor compatibility with IE11
- [new] Set scss variables to
!defaultfor easing overriding - [breaking] Rename scss variables to be more generic and namespace them with the
$react-dates-prefix - [new] Add
disabledfunctionality to the<SingleDatePicker />and<DateRangePicker /> - [breaking] Consolidate
blockedDates,blockedByDefault, andunblockedDatesinto a single function propisDayBlocked - [breaking] Remove prop
allowPastDatesin favor ofisOutsideRangeprop
- Initial commit