Releases: BugiDev/react-native-calendar-strip
Releases · BugiDev/react-native-calendar-strip
2.0.5
- Fix end of week param returned by onWeekChanged (#199)
2.0.4
- 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
- Fix scrolling animation bug on iOS devices (#193).
- Add prop
onHeaderSelected
(#182).
v2.0.2
- 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
- Fix startingDate to accept non-Moment dates (#186).
- Fix responsive day size calculation (#184).
- Fix Readme typos (#93).
v2.0.0
- 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
- 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
Add method types for useRef<CalendarStrip>()
(#169)
v1.4.0
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
Declare newState locally in componentDidUpdate (#146)