Skip to content

Releases: BugiDev/react-native-calendar-strip

2.0.5

12 Jun 17:00
Compare
Choose a tag to compare
  • Fix end of week param returned by onWeekChanged (#199)

2.0.4

11 Jun 20:22
Compare
Choose a tag to compare
  • Prevent state mutation in callbacks by passing cloned dates (#196).
  • Add lines feature to markedDates (#190).
  • Add headerText prop to support custom header text (#129).
  • Remove prettier due to inability to support multi-line JSX props.
  • Add node-git-hooks for pre-commit linting.
  • Fix tests.

v2.0.3

04 Jun 17:27
Compare
Choose a tag to compare
  • Fix scrolling animation bug on iOS devices (#193).
  • Add prop onHeaderSelected (#182).

v2.0.2

04 Jun 03:41
Compare
Choose a tag to compare
  • Fix scrollable initial month header and next selector (#191).
  • Debounce onLayout to reduce resize thrashing (#184).
  • Add callback feature to markedDates prop.
  • Update Readme with device specific notes for OnePlus font (#188, #86).

v2.0.1

28 May 07:23
Compare
Choose a tag to compare
  • Fix startingDate to accept non-Moment dates (#186).
  • Fix responsive day size calculation (#184).
  • Fix Readme typos (#93).

v2.0.0

23 May 05:57
Compare
Choose a tag to compare
  • Add scrollable prop to support scroll / swipe on dates (#1).
  • Refactor and extract day logic into CalendarDay.
  • Restore updateWeekView method (#79).
  • Update example app.
  • Restore preview GIFs in Readme (#180).

v1.4.2

09 May 17:11
Compare
Choose a tag to compare
  • Support callback for datesWhitelist & datesBlacklist props (#156).
  • Support callback for customDatesStyles prop (#170).
  • [ADD] useNativeDriver prop for Animated (#174)
  • Update example app and Readme.
  • Fix lint errors.

v1.4.1

11 Feb 20:29
Compare
Choose a tag to compare

Add method types for useRef<CalendarStrip>() (#169)

v1.4.0

04 Jan 07:54
Compare
Choose a tag to compare

Fix centering when using marked dates (#148).
Update example with customDatesStyles and markedDates.
Update Readme for building release with custom locale (#153).
Misc dependency updates recommended by Github.

v1.3.9

23 Aug 14:01
92ddce8
Compare
Choose a tag to compare

Declare newState locally in componentDidUpdate (#146)