Skip to content

Commit 0085c3d

Browse files
Sahil-SimformPRBaraiya
authored andcommitted
🔖 version bump from 1.4.0 to 2.0.0
1 parent 9bae302 commit 0085c3d

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
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)
59
- Fixed `onEventTap` in `MonthView` to ignore when it is
610
null. [#278](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/278)
711
- Fixed Splash issue on timeline in `WeekView` and `DayView` when `onTimestampTap` is
812
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)
923

1024
# [1.4.0 - 7 Jan 2025](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0)
1125

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: calendar_view
22
description: A Flutter package allows you to easily implement all calendar UI and calendar event functionality.
3-
version: 1.4.0
3+
version: 2.0.0
44
homepage: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view
55
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues?q=is%3Aissue+is%3Aopen+label%3Abug
66

0 commit comments

Comments
 (0)