|
1 | | -# [1.4.1 - Unreleased] |
2 | | - |
3 | | -- Adds clear method to `EventController`. |
4 | | -- Adds `onEventTapDetails`, `onEventDoubleTapDetails` & `onEventLongTapDetails` gesture recognizers to get tap details. [#390](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/390) |
| 1 | +# [2.0.0 - 25 Jun 2025](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/2.0.0) |
| 2 | + |
| 3 | +- Added clear method to `EventController`. |
| 4 | +- Added `onEventTapDetails`, `onEventDoubleTapDetails` & `onEventLongTapDetails` gesture recognizers |
| 5 | + to get tap |
| 6 | + details. [#390](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/390) |
| 7 | +- Fixed `hourLinePainter` has no effect in `DayView` and |
| 8 | + `WeekView`. [#461](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/461) |
5 | 9 | - Fixed `onEventTap` in `MonthView` to ignore when it is |
6 | 10 | null. [#278](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/278) |
7 | 11 | - Fixed Splash issue on timeline in `WeekView` and `DayView` when `onTimestampTap` is |
8 | 12 | null. [#459](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/459) |
| 13 | +- Fixed recurring event not properly working in |
| 14 | + example. [#473](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/473) |
| 15 | +- Added multi day event |
| 16 | + support. [#333](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/333) |
| 17 | +- Added support for custom time provider in live time |
| 18 | + indicator. [#460](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/460) |
| 19 | +- Fixed example app to run on flutter |
| 20 | + v3.32.4. [#478](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/478) |
| 21 | +- Updated `README.md` to use documentation |
| 22 | + website. [#469](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/469) |
9 | 23 |
|
10 | 24 | # [1.4.0 - 7 Jan 2025](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0) |
11 | 25 |
|
|
0 commit comments