Skip to content

Latest commit

 

History

History
139 lines (117 loc) · 7.6 KB

CHANGELOG.md

File metadata and controls

139 lines (117 loc) · 7.6 KB
  • Added Feature #26 - Support for locale
  • Added removeWhere method in EventController to conditionally remove multiple events. (Fixes Issue #31)
  • Added customization in calendar views and closes #34.
    • Added Customizations in DayView. Adds dateStringBuilder, timeStringBuilder, headerStyle parameters in Dayview,
    • Added Customizations in MonthView. Adds headerStringBuilder, dateStringBuilder , weekDayStringBuilder, headerStyle parameters in WeekView.
    • Added Customizations in WeekView. Adds headerStyle, headerStringBuilder , timeLineStringBuilder, weekDayStringBuilder, weekDayDateStringBuilder parameters in WeekView,
  • Added onTap lister in day and week views. issue #50.
  • Updates calculation of day difference. issue #80, #97.
  • Fixed Issue #93 - Showing only 1 day in DayView
  • Fixed Issue #130 - Week view incorrectly displays events when a day contains overlapping events
  • 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.

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

  • Added method to update filter in EventController.

  • Restructured the logic to store single time events.

  • Added 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
  • Updated README.md file.
  • Added license information in package files.
  • Updated project description in pubspec.yaml
  • Updated documentation.
  • Added CalendarControllerProvider.
  • Added onEventTap callback in WeekView and DayView.
  • Added onCellTap callback in MonthView.
  • Make controller optional parameter in all views where CalendarControllerProvider is provided.
  • Initial release