Releases: BugiDev/react-native-calendar-strip
Releases · BugiDev/react-native-calendar-strip
2.1.5
- Guard against undefined
startingDate
on prop update check (#257)
- Add markedDates & customDatesStyles to prop update check (#189)
- Propagate changes to datesWhitelist & datesBlacklist props (#258)
2.1.4
- Add
scrollerPaging
prop (#254, #215)
- Add missing props to TS definition (#253, #252)
2.1.3
- Update TS defs with
dayContainerStyle
2.1.2
- Add customDatesStyles fields
highlightDateNameStyle
& highlightDateNumberStyle
(#251)
- Add prop
dayContainerStyle
(#218)
- Fix selectedDate prop update (#249)
2.1.1
- Compensate for timezones by setting hour = 12 (#245)
- Scroll to
setSelectedDate()
(#240)
- Add prop
scrollToOnSetSelectedDate
to control repositioning.
- Support
updateWeekView()
when scroller enabled. Add scrollToDate()
in scroller.js (#247)
- Update TS def on IDaySelectionAnimationBackground: mark anim* props as optional. (#246)
2.1.0
- Fix Typescript types and linting errors (#243)
- Update Typescript definitions (#234)
- Add externalScrollView prop for RecyclerListView (#242)
- Check if data is empty on visible indices changed (#236, #237)
- Fix typescript linting errors (#235, #214)
- Fix TS definition for daySelectionAnimation prop (#230)
- Add "string" to PropTypes of imageSource in WeekSelector (#225)
2.0.9
Clear scrollable timer when component unmounts (#219)
2.0.8
- Fix scrollable responsive date resizing (#211, #208)
2.0.7
- Fix scrollable nav arrows at min/maxDate edges (#202).
- Fix state initialization in Scroller.js (#204).
- Fix postinstall for node-git-hooks.
2.0.6
- Fix corner case bug with month header using scrollable (#203).
- Update TypeScript defs (#178).
- Add prop
numDaysInWeek
to change number of visible days (#75).