Skip to content

Releases: breeffy/react-native-monorepo

v0.4.0

08 Apr 13:48
v0.4.0
d8450b2
Compare
Choose a tag to compare

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) @likern
  • react-native-reanimated peerDependency was upgraded to >=2.0.0 @likern

🚀 New Features

🎁 Example App

  • Example App was upgraded to RN 0.64.0 (#27) @likern
  • react-native-reanimated updated to 2.1.0 @likern

v0.3.0

07 Apr 12:41
v0.3.0
9d41172
Compare
Choose a tag to compare

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

  • Integrate with react-native-gesture-handler (#26) @likern

🎁 Example App

v0.2.0

06 Apr 17:01
v0.2.0
a680544
Compare
Choose a tag to compare

Summary

This release contains performance optimizations.

🚀 New Features

  • Add performanceProps property for <Calendar /> (#24) @likern
  • Optimize view layouts of some components (#24) @likern
  • Optimize performanceProps defaults for pagination mode (oneMonth scroll mode) (#24) @likern
  • Default scrollMode changed to oneMonth @likern

v0.1.0

05 Apr 18:49
v0.1.0
997762f
Compare
Choose a tag to compare

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

🎁 Example App

  • Add light and dark themes
  • Add example integration with modal bottomsheet

📖 Documentation

  • doc: add gif preview to readme (#13) @likern
  • doc: add usage and calendar props sections (#10) @likern

v0.0.3

25 Feb 15:50
v0.0.3
21e0717
Compare
Choose a tag to compare

Summary

Preliminary version with main calendar features support.

🚀 New Features

  • feat: horizontal mode support @likern
  • feat: active calendar day support @likern
  • feat: monthsBefore and monthsAfter properties support @likern
  • feat: singleDay and multipleDays 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