Releases: stephy/CalendarPicker
Releases · stephy/CalendarPicker
8.0.0
- Refactor to use Date-fns instead of Moment (#361)
7.1.3
- Fix resetSelections() state update (#218, #299)
7.1.2
- Fix issue with editing scroller style on update #287
7.1.1
- Add
firstDay
prop to start week on any day (#271, #266)
- Fix minDate & maxDate prop change detection (#272)
7.1.0
- Add props
monthTitleStyle
and yearTitleStyle
for HeaderControls (#264)
- Work-around for Android selectedDate (#262)
7.0.9
- Add support for
allowDisabled
flag in `customDatesStyles (#263).
- Update calendar when
customDatesStyles
changes (#245)
7.0.8
- Add props
selectedRangeStartTextStyle
& selectedRangeEndTextStyle
(#261)
7.0.7
- Add
headerWrapperStyle
prop (#260)
- Fix
selectedDayTextStyle
prop (#261)
7.0.6
- Create localPropTypes to deal with inconsistent prop-types lib (for styles)