Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

63 lines (50 loc) · 3.23 KB
  • Breaking Changes

    • Improved logic to compare CalendarEventData.

      Note: This changes the behaviour of comparing two events using == operator. Please test your app properly after updating to this version.

  • Add 15,30 and 60 minutes slots for onDateLongPress callback in Week and Day view.

  • Add method to update filter in EventController.

  • Restructured the logic to store single time events.

  • Add method to scroll to an event. Issue #30 - Scroll to an event in day view

  • Added feature #36 - Feature/custom strings

  • Use normalized dates in difference calculations.

  • Added support for multiple day events
  • Update README.md file.
  • Add license information in package files.
  • Update project description in pubspec.yaml
  • Update documentation.
  • Add CalendarControllerProvider.
  • Add onEventTap callback in WeekView and DayView.
  • Add onCellTap callback in MonthView.
  • Make controller optional parameter in all views where CalendarControllerProvider is provided.
  • Initial release