diff --git a/CHANGELOG.md b/CHANGELOG.md index 658b97e7..46d204a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ -# 0.0.4 - Unreleased +# [0.0.4](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.4) -- Fixed issue [#17 - EventController remove event don't work](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/27) +- Fixed issue [#39 - Detect a long press on the calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/39) +- Fixed issue [#38 - Modifying CalendarEventData](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/38) +- Fixed issue [#27 - EventController remove event don't work](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/27) - Fixed issue [#13 - Give the option to show weekdays in a weekview.](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/13) -# 0.0.3 +# [0.0.3](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.3) - Added support for multiple day events -# 0.0.2 +# [0.0.2](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.2) - Update `README.md` file. - Add license information in package files. @@ -18,6 +20,6 @@ - Add `onCellTap` callback in `MonthView`. - Make `controller` optional parameter in all views where `CalendarControllerProvider` is provided. -# 0.0.1 +# [0.0.1](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.1) - Initial release \ No newline at end of file diff --git a/README.md b/README.md index cbe8b4f3..54f14508 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ There are two ways to synchronize events between calendar views. ### Show only working days in WeekView. -You can configure week view such that it can display only specific days. +You can configure week view such that it displays only specific days. ex, ```dart @@ -262,6 +262,20 @@ WeekView( Above code will create `WeekView` with only five days, from monday to friday. + +## Main Contributors + + +
Vatsal Tanna |
+ Sanket Kachhela |
+ Parth Baraiya |
+ Ujas Majithiya |
+