|
1 | | -# [1.0.0] 3 Aug 2022 - Unreleased |
| 1 | +# [1.0.0 - 12 Aug 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.0.0) |
2 | 2 |
|
3 | | -- Add 15,30 and 60 minutes slots for onDateLongPress callback in Week and Day view. |
| 3 | +- **Breaking Changes** |
| 4 | + - Improved logic to compare `CalendarEventData`. |
| 5 | + |
| 6 | + Note: This changes the behaviour of comparing two events using `==` operator. Please test your |
| 7 | + app properly after updating to this version. |
| 8 | + |
| 9 | +- Add 15,30 and 60 minutes slots for `onDateLongPress` callback in Week and Day view. |
4 | 10 | - Add method to update filter in `EventController`. |
5 | 11 | - Restructured the logic to store single time events. |
6 | | -- Improved logic to compare `CalendarEventData`. |
7 | | -- Add method to scroll to an event. Issue [#30 - Scroll to an event in day view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/30) |
8 | | -- Added feature [#36 - Feature/custom strings](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/36) |
| 12 | +- Add method to scroll to an event. |
| 13 | + Issue [#30 - Scroll to an event in day view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/30) |
| 14 | +- Added |
| 15 | + feature [#36 - Feature/custom strings](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/36) |
| 16 | +- Use normalized dates in difference calculations. |
9 | 17 |
|
10 | 18 | # [0.0.5 - 2 Jun 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.5) |
11 | 19 |
|
12 | | -- Fixed issue [#48 - WeekView header date is different from the calendar view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/48) |
13 | | -- Added feature [#46 - Change beginning of week in MonthView](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/46) |
14 | | -- Fixed issue [#42 - WeekDayTile causes RenderFlex-Overflow](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/42) |
15 | | -- Fixed issue [#65 - Adding onCellTap callback breaks whole calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/65) |
16 | | -- Fixed issue [#62 - Missing redraw events](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/62) |
17 | | -- Fixed issue [#16 - Scroll to index/liveTime](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/16) |
18 | | -- Show live time indicator line above event tiles. PR [#67](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/67) |
| 20 | +- Fixed |
| 21 | + issue [#48 - WeekView header date is different from the calendar view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/48) |
| 22 | +- Added |
| 23 | + feature [#46 - Change beginning of week in MonthView](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/46) |
| 24 | +- Fixed |
| 25 | + issue [#42 - WeekDayTile causes RenderFlex-Overflow](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/42) |
| 26 | +- Fixed |
| 27 | + issue [#65 - Adding onCellTap callback breaks whole calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/65) |
| 28 | +- Fixed |
| 29 | + issue [#62 - Missing redraw events](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/62) |
| 30 | +- Fixed |
| 31 | + issue [#16 - Scroll to index/liveTime](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/16) |
| 32 | +- Show live time indicator line above event tiles. |
| 33 | + PR [#67](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/67) |
19 | 34 |
|
20 | 35 | # [0.0.4 - 2 Mar 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.4) |
21 | 36 |
|
22 | | -- Fixed issue [#39 - Detect a long press on the calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/39) |
23 | | -- Fixed issue [#38 - Modifying CalendarEventData](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/38) |
24 | | -- Fixed issue [#27 - EventController remove event don't work](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/27) |
25 | | -- Fixed issue [#13 - Give the option to show weekdays in a WeekView.](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/13) |
| 37 | +- Fixed |
| 38 | + issue [#39 - Detect a long press on the calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/39) |
| 39 | +- Fixed |
| 40 | + issue [#38 - Modifying CalendarEventData](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/38) |
| 41 | +- Fixed |
| 42 | + issue [#27 - EventController remove event don't work](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/27) |
| 43 | +- Fixed |
| 44 | + issue [#13 - Give the option to show weekdays in a WeekView.](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/13) |
26 | 45 |
|
27 | 46 | # [0.0.3 - 12 Oct 2021](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.3) |
28 | 47 |
|
|
0 commit comments