Releases: BugiDev/react-native-calendar-strip
Releases · BugiDev/react-native-calendar-strip
2.2.5
- 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
- Fix numVisibleDays initial state (#303, #314)
- Remove unused param from getSelectedDate() (#313)
2.2.3
- TS definition: allow Date and Moment for date props (#300, #301)
- Fix setState in onDateSelected (#299)
2.2.2
- Apply useIsoWeekday to scrollable mode (#266, #297)
- Fix scrollable selectedDate update. Scrolls to
selectedDate
prop value (centered).
- Update example app.
2.2.1
- Add type parameter to RefObject (#284)
2.2.0
- Add props
onWeekScrollStart
and onWeekScrollEnd
for scrollable mode (#279, #281)
- Fixed numVisibleItems in Scroller component (#269, #280)
2.1.9
- Add prop
upperCaseDays
to control uppercasing days (#265, #275)
2.1.8
- Add prop dayComponentHeight to customize day height (#222, #273)
2.1.7
- Fix daySelectionAnimation (#268)
- Add
highlightDateNumberContainerStyle
prop (#272, #270)
2.1.6
- Add prop
highlightDateContainerStyle
(#259, #261)
- Also fix weekend styling (was only applying if selected).