Skip to content

Releases: BugiDev/react-native-calendar-strip

2.1.5

16 Jan 07:02
Compare
Choose a tag to compare
  • 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

10 Jan 05:58
Compare
Choose a tag to compare
  • Add scrollerPaging prop (#254, #215)
  • Add missing props to TS definition (#253, #252)

2.1.3

02 Jan 03:15
Compare
Choose a tag to compare
  • Update TS defs with dayContainerStyle

2.1.2

02 Jan 03:03
Compare
Choose a tag to compare
  • Add customDatesStyles fields highlightDateNameStyle & highlightDateNumberStyle (#251)
  • Add prop dayContainerStyle (#218)
  • Fix selectedDate prop update (#249)

2.1.1

01 Jan 00:33
Compare
Choose a tag to compare
  • 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

18 Dec 15:15
Compare
Choose a tag to compare
  • 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

07 Aug 18:52
Compare
Choose a tag to compare

Clear scrollable timer when component unmounts (#219)

2.0.8

17 Jul 20:01
Compare
Choose a tag to compare
  • Fix scrollable responsive date resizing (#211, #208)

2.0.7

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

23 Jun 22:59
Compare
Choose a tag to compare
  • Fix corner case bug with month header using scrollable (#203).
  • Update TypeScript defs (#178).
  • Add prop numDaysInWeek to change number of visible days (#75).