- Added animateToDateTime to CalendarController.
- Fixed visibleStartTimeOfDay so it takes start hour into account.
- NA
- Split animateToDate into animateToDate and animateToDateTime.
- Added visibleStartTimeOfDay to calendar state. This is the current timeOfDay that the viewport's upper edge is displaying.
- Fixed some more DST bugs.
- animateToDate now animates to the specified time.
- Fixed DST navigation issues.
- Fixed DST issues.
- Added export for tile_handle_style.
- Fixed incorrect display of events in the MonthView.
- Added intl package to dependencies.
- DayHeaderStyle: now takes a dateFormat String.
- MonthHeaderStyle: now takes a dateFormat String.
- ScheduleMonthHeaderStyle now takes a dateFormat String instead.
- Fixed issue with EventGroupBasicLayoutDelegate.
- Improvements to the MultiDayHeaderPanel.
- Improvements to the EventGroupBasicLayoutDelegate.
- Added CreateEventTrigger.
- Minor bug fixes.
- Added initialHeightPerMinute.
- Fixed MultiDayView header shadow issue.
- Added hourLineLeftMargin to control the left margin of the hour line.
- Fixed start and end hour issue.
- Fixed enable resize option not working.
- Fixed alignment issues.
- Changes to layout.
- Added options to enable/disable Resizing and Rescheduling.
- ViewConfiguration is now a ChangeNotifier so making changes to it will now update the view.
- Added Custom Start and End Hours to MultiDayViewConfiguration.
- onCreateEvent is now split into onCreateEvent and onEventCreated.
- Fixed some gesture bugs.
- Added name parameter to pre-defined multi day configurations.
- Fixed time indicator bug.
- Added event tileHandleBuilder for mobile.
- Added mobile reschedule / resize docs.
- Changed event tile layout to use integer values.
- Bug fixes.
- Fixed selected date.
- Updated example.
- Renamed MultiDayEventGroupLayoutController to MultiDayEventsLayoutController.
- Added schedule view (so CalendarView now requires schedule widget)
- Fixed typo in CalendarEvent (modifyable => modifiable)
- Fixed custom layout delegate.
- Changed the way events are rendered. (See example)
- Removed Single Day view (Is now classified as multi day view with 1 day visible).
- Fixed FirstDayOfWeek bugs.
- Tile stack improvements.
- Reworked Event Selection and Changing events.
- Added onChangeStart callback.
- Added vertical scroll lock and unlock.
- Fixed timeIndicator snap points.
- Added verticalStepDuration (Duration of each vertical step while dragging).
- Added custom LayoutControllers.
- Added custom LayoutControllers example.
- Added modifiable parameter to CalendarEvent.
- Bug fixes (Getting stuck while dragging event)
- Fixed link to web example.
- Fixed bugs on mobile.
- Removed intl dependency.
- Fixed desktop_views.png in README.md
- Fixed images in README.md
- Initial Release