Skip to content

Releases: BugiDev/react-native-calendar-strip

Prevent selectors from exceeding CalendarStrip's height.

13 Aug 05:52
Compare
Choose a tag to compare

Left/right selector responsive sizing limits to container height.
Fix WeekSelector shouldComponentUpdate criteria for size prop updates.

Add responsiveSizingOffset, fix circular reference error

10 Aug 15:10
Compare
Choose a tag to compare

Fix circular reference error when passing component as left/right selectors.
Add prop responsiveSizingOffset to tweak computed day component size.

Responsively size calendar strip

21 Jul 16:34
Compare
Choose a tag to compare

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

13 Jul 16:26
Compare
Choose a tag to compare

Improve performance (#33).
Per-date custom styling (#32).
Fix examples (#31).
Use transparent background for days that aren't selected (#42).
Bug fixes.

Features, API changes

13 Jul 16:31
Compare
Choose a tag to compare

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.