Skip to content

Releases: stephy/CalendarPicker

7.0.5

11 Dec 15:21
Compare
Choose a tag to compare

Fix selected...Style prop types - pt 2 (#254)

7.0.4

11 Dec 06:19
Compare
Choose a tag to compare
  • Fix selected...Style prop types (#254)

7.0.3

06 Nov 23:06
Compare
Choose a tag to compare
  • Add undefined as possible type in selected*Style (#249, #246)
  • Add prop selectedDayTextStyle (#225)
  • Fix ViewPropTypes usage (#243)

7.0.2

19 Oct 16:11
Compare
Choose a tag to compare

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

29 Sep 05:25
Compare
Choose a tag to compare
  • Refactor handleOnSelectMonthYear() to fix month update and onMonthChange() call (#221, #235)
  • Fix arg type docs of handleOnPressDay (#219)

7.0.0

10 Jul 21:19
Compare
Choose a tag to compare
  • 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

02 Jul 14:46
Compare
Choose a tag to compare
  • Support callback for customDatesStyles prop.
  • Add customDayHeaderStyles prop for day names header.
  • Deprecate dayOfWeekStyles and customDatesStylesPriority.
  • Fix postinstall for (some) Windows systems.

6.1.4

10 Jun 14:01
Compare
Choose a tag to compare
  • Fix hooks postinstall

6.1.3

09 Jun 22:56
Compare
Choose a tag to compare
  • Use node-git-hooks instead of cpx (to fix deployment issues).

6.1.2

15 May 08:30
Compare
Choose a tag to compare
  • Fix: remove disabledDates from MonthsGridView and YearsGridView (#200)
  • Add prop monthYearHeaderWrapperStyle (#199)
  • Remove preview GIFs from repo to reduce size.