Skip to content

Releases: BugiDev/react-native-calendar-strip

2.2.5

13 Sep 21:12
be28e31
Compare
Choose a tag to compare
  • Set default height & width props to avoid Math.round(undefined) crashes, particularly when hot-reloading. (#324)
  • Fix Highlight date container style override (#318)

2.2.4

14 Jul 04:05
Compare
Choose a tag to compare
  • Fix numVisibleDays initial state (#303, #314)
  • Remove unused param from getSelectedDate() (#313)

2.2.3

08 Jun 21:17
Compare
Choose a tag to compare
  • TS definition: allow Date and Moment for date props (#300, #301)
  • Fix setState in onDateSelected (#299)

2.2.2

26 May 15:17
Compare
Choose a tag to compare
  • Apply useIsoWeekday to scrollable mode (#266, #297)
  • Fix scrollable selectedDate update. Scrolls to selectedDate prop value (centered).
  • Update example app.

2.2.1

25 Mar 19:37
Compare
Choose a tag to compare
  • Add type parameter to RefObject (#284)

2.2.0

03 Mar 16:18
Compare
Choose a tag to compare
  • Add props onWeekScrollStart and onWeekScrollEnd for scrollable mode (#279, #281)
  • Fixed numVisibleItems in Scroller component (#269, #280)

2.1.9

12 Feb 20:04
Compare
Choose a tag to compare
  • Add prop upperCaseDays to control uppercasing days (#265, #275)

2.1.8

11 Feb 18:13
Compare
Choose a tag to compare
  • Add prop dayComponentHeight to customize day height (#222, #273)

2.1.7

09 Feb 07:46
Compare
Choose a tag to compare
  • Fix daySelectionAnimation (#268)
  • Add highlightDateNumberContainerStyle prop (#272, #270)

2.1.6

29 Jan 05:10
Compare
Choose a tag to compare
  • Add prop highlightDateContainerStyle (#259, #261)
    • Also fix weekend styling (was only applying if selected).