Skip to content

Commit b814e1f

Browse files
authored
Merge pull request #450 from SimformSolutionsPvtLtd/release/v2.0.0
release: 🔖 version bump 1.4.0
2 parents d822044 + c357d2b commit b814e1f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# [1.4.0](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0)
1+
# [1.4.0 - 7 Jan 2025](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0)
2+
23
- Adds `showWeekends` flag in month view to hide & show weekends view.
34
Default is `showWeekends = true` shows all weekdays. [#385](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/385)
45
- Events are now hidden for days not in the current month when hideDaysNotInMonth = true
@@ -11,6 +12,7 @@
1112
- Adds support for single day & full day recurring events. [#378](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/378)
1213
- Fixes `HeaderStyle` icons visibility on min & max dates reached. [#429](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/429)
1314
- Fixes inconsistent padding issue of right icon in the `HeaderStyle`.
15+
- Fixes issue of update scroll offset manually. [#391](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/391)
1416

1517
# [1.3.0 - 12 Nov 2024](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.3.0)
1618

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.3.0
3+
version: 1.4.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)