|
| 1 | +# [1.0.1 - 25 Nov 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.0.1) |
| 2 | +- Added |
| 3 | + Feature [#26 - Support for locale](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/26) |
| 4 | +- Added removeWhere method in `EventController` to conditionally remove multiple events. (Fixes |
| 5 | + Issue [#31](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/31)) |
| 6 | +- Added customization in calendar views and |
| 7 | + closes [#34](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/34). |
| 8 | + - Added Customizations in `DayView`. Adds `dateStringBuilder`, `timeStringBuilder`, `headerStyle` |
| 9 | + parameters in `Dayview`, |
| 10 | + - Added Customizations in `MonthView`. Adds `headerStringBuilder`, `dateStringBuilder` |
| 11 | + , `weekDayStringBuilder`, `headerStyle` parameters in `WeekView`. |
| 12 | + - Added Customizations in `WeekView`. Adds `headerStyle`, `headerStringBuilder` |
| 13 | + , `timeLineStringBuilder`, `weekDayStringBuilder`, `weekDayDateStringBuilder` parameters |
| 14 | + in `WeekView`, |
| 15 | +- Added onTap lister in day and week views. issue #50. |
| 16 | +- Updates calculation of day difference. issue #80, #97. |
| 17 | +- Fixed |
| 18 | + Issue [#93 - Showing only 1 day in DayView](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/93) |
| 19 | +- Fixed |
| 20 | + Issue [#130 - Week view incorrectly displays events when a day contains overlapping events](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/130) |
| 21 | + |
1 | 22 | # [1.0.0 - 12 Aug 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.0.0) |
2 | 23 |
|
3 | 24 | - **Breaking Changes** |
|
6 | 27 | Note: This changes the behaviour of comparing two events using `==` operator. Please test your |
7 | 28 | app properly after updating to this version. |
8 | 29 |
|
9 | | -- Add 15,30 and 60 minutes slots for `onDateLongPress` callback in Week and Day view. |
10 | | -- Add method to update filter in `EventController`. |
| 30 | +- Added 15,30 and 60 minutes slots for `onDateLongPress` callback in Week and Day view. |
| 31 | +- Added method to update filter in `EventController`. |
11 | 32 | - Restructured the logic to store single time events. |
12 | | -- Add method to scroll to an event. |
| 33 | +- Added method to scroll to an event. |
13 | 34 | Issue [#30 - Scroll to an event in day view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/30) |
14 | 35 | - Added |
15 | | - feature [#36 - Feature/custom strings](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/36) |
| 36 | + Feature [#36 - Feature/custom strings](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/36) |
16 | 37 | - Use normalized dates in difference calculations. |
17 | 38 |
|
18 | 39 | # [0.0.5 - 2 Jun 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.5) |
19 | 40 |
|
20 | 41 | - Fixed |
21 | | - issue [#48 - WeekView header date is different from the calendar view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/48) |
| 42 | + Issue [#48 - WeekView header date is different from the calendar view](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/48) |
22 | 43 | - Added |
23 | | - feature [#46 - Change beginning of week in MonthView](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/46) |
| 44 | + Feature [#46 - Change beginning of week in MonthView](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/46) |
24 | 45 | - Fixed |
25 | | - issue [#42 - WeekDayTile causes RenderFlex-Overflow](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/42) |
| 46 | + Issue [#42 - WeekDayTile causes RenderFlex-Overflow](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/42) |
26 | 47 | - Fixed |
27 | | - issue [#65 - Adding onCellTap callback breaks whole calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/65) |
| 48 | + Issue [#65 - Adding onCellTap callback breaks whole calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/65) |
28 | 49 | - Fixed |
29 | | - issue [#62 - Missing redraw events](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/62) |
| 50 | + Issue [#62 - Missing redraw events](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/62) |
30 | 51 | - Fixed |
31 | | - issue [#16 - Scroll to index/liveTime](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/16) |
| 52 | + Issue [#16 - Scroll to index/liveTime](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/16) |
32 | 53 | - Show live time indicator line above event tiles. |
33 | 54 | PR [#67](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/67) |
34 | 55 |
|
35 | 56 | # [0.0.4 - 2 Mar 2022](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.4) |
36 | 57 |
|
37 | 58 | - Fixed |
38 | | - issue [#39 - Detect a long press on the calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/39) |
| 59 | + Issue [#39 - Detect a long press on the calendar](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/39) |
39 | 60 | - Fixed |
40 | | - issue [#38 - Modifying CalendarEventData](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/38) |
| 61 | + Issue [#38 - Modifying CalendarEventData](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/38) |
41 | 62 | - Fixed |
42 | | - issue [#27 - EventController remove event don't work](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/27) |
| 63 | + Issue [#27 - EventController remove event don't work](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/27) |
43 | 64 | - Fixed |
44 | | - issue [#13 - Give the option to show weekdays in a WeekView.](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/13) |
| 65 | + Issue [#13 - Give the option to show weekdays in a WeekView.](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/13) |
45 | 66 |
|
46 | 67 | # [0.0.3 - 12 Oct 2021](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.3) |
47 | 68 |
|
48 | 69 | - Added support for multiple day events |
49 | 70 |
|
50 | 71 | # [0.0.2 - 3 Sep 2021](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.2) |
51 | 72 |
|
52 | | -- Update `README.md` file. |
53 | | -- Add license information in package files. |
54 | | -- Update project description in `pubspec.yaml` |
55 | | -- Update documentation. |
56 | | -- Add `CalendarControllerProvider`. |
57 | | -- Add `onEventTap` callback in `WeekView` and `DayView`. |
58 | | -- Add `onCellTap` callback in `MonthView`. |
| 73 | +- Updated `README.md` file. |
| 74 | +- Added license information in package files. |
| 75 | +- Updated project description in `pubspec.yaml` |
| 76 | +- Updated documentation. |
| 77 | +- Added `CalendarControllerProvider`. |
| 78 | +- Added `onEventTap` callback in `WeekView` and `DayView`. |
| 79 | +- Added `onCellTap` callback in `MonthView`. |
59 | 80 | - Make `controller` optional parameter in all views where `CalendarControllerProvider` is provided. |
60 | 81 |
|
61 | 82 | # [0.0.1 - 26 Aug 2021](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/0.0.1) |
|
0 commit comments