Releases: breeffy/react-native-monorepo
v0.4.0
Summary
Main difference in this release is that onDaySelectionChange
callback, which actually didn't work, was removed and replaced to more generic onDayStateChange
. New callback was tested it's working in example application.
💥 Breaking Changes
onDaySelectionChange
was removed (#29) @likernreact-native-reanimated
peerDependency was upgraded to>=2.0.0
@likern
🚀 New Features
🎁 Example App
v0.3.0
Summary
Calendar component provides ref
suitable for react-native-gesture-handler
library. It can be passed to waitFor
for cross-handler interaction. Modal BottomSheet example was updated to show this feature.
🚀 New Features
🎁 Example App
v0.2.0
Summary
This release contains performance optimizations.
🚀 New Features
v0.1.0
Summary
Main visible feature is a themes support. You can provide custom themes or use predefined CalendarThemeLight
and CalendarThemeDark
themes. Modal BottomSheet example shows how to utilize colors from predefined themes to seamlessly integrate with other UI components.
🚀 New Features
- License changed to Apache-2.0 (#23) @likern
- Dark and light themes support @likern
- Custom themes support @likern
🎁 Example App
- Add light and dark themes
- Add example integration with modal bottomsheet
📖 Documentation
v0.0.3
Summary
Preliminary version with main calendar features support.
🚀 New Features
- feat: horizontal mode support @likern
- feat: active calendar day support @likern
- feat:
monthsBefore
andmonthsAfter
properties support @likern - feat:
singleDay
andmultipleDays
selection modes support @likern - feat:
oneMonth
,multipleMonths
,anyOffset
scroll modes support @likern - feat: animated year and month support @likern
- feat: inverse animated year and month support @likern