Releases: BugiDev/react-native-calendar-strip
Releases · BugiDev/react-native-calendar-strip
Prevent selectors from exceeding CalendarStrip's height.
Left/right selector responsive sizing limits to container height.
Fix WeekSelector shouldComponentUpdate criteria for size prop updates.
Add responsiveSizingOffset, fix circular reference error
Fix circular reference error when passing component as left/right selectors.
Add prop responsiveSizingOffset to tweak computed day component size.
Responsively size calendar strip
CalendarStrip's height is dynamically computed based on its container's width.
Refer to the Readme for new props innerStyle
, maxDayComponentSize
, and maxDayComponentSize
.
See #14
Switch to `prop-types` package due to deprecation of React.PropTypes.
Performance, features and bug fixes
Features, API changes
Use LayoutAnimation to improve performance (#25).
Numerous bug fixes and enhancements.
Breaking changes:
The props selection, selectionAnimation, borderHighlightColor, highlightColor
have been consolidated into daySelectionAnimation
. This makes it consistent with calendarAnimation
prop.