Releases: stephy/CalendarPicker
Releases · stephy/CalendarPicker
7.0.5
Fix selected...Style
prop types - pt 2 (#254)
7.0.4
- Fix
selected...Style
prop types (#254)
7.0.3
- Add undefined as possible type in selected*Style (#249, #246)
- Add prop selectedDayTextStyle (#225)
- Fix ViewPropTypes usage (#243)
7.0.2
Enforce range of 1+ when minRangeDates >= 1 (#240)
Guard against undefined maxDate & minDate in YearsHeader for restrictMonthNavigation (#236, fixes #230)
Replace ViewPropTypes with PropTypes.shape (#237)
7.0.1
- Refactor handleOnSelectMonthYear() to fix month update and onMonthChange() call (#221, #235)
- Fix arg type docs of handleOnPressDay (#219)
7.0.0
- Add scrollable feature with props
scrollable
and horizontal
.
- Fix prev/next button spacing at ends of min/max range.
- Fix month selector logic (#216).
- Remove deprecated props
dayOfWeekStyles
, customDatesStylesPriority
, enableSwipe
, swipeConfig
, onSwipe
.
6.1.5
- Support callback for
customDatesStyles
prop.
- Add
customDayHeaderStyles
prop for day names header.
- Deprecate
dayOfWeekStyles
and customDatesStylesPriority
.
- Fix postinstall for (some) Windows systems.
6.1.3
- Use node-git-hooks instead of cpx (to fix deployment issues).
6.1.2
- Fix: remove
disabledDates
from MonthsGridView and YearsGridView (#200)
- Add prop monthYearHeaderWrapperStyle (#199)
- Remove preview GIFs from repo to reduce size.