diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8c873e..d45c2261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# [1.4.0](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0) +# [1.4.0 - 7 Jan 2025](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0) + - Adds `showWeekends` flag in month view to hide & show weekends view. Default is `showWeekends = true` shows all weekdays. [#385](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/385) - Events are now hidden for days not in the current month when hideDaysNotInMonth = true @@ -11,6 +12,7 @@ - Adds support for single day & full day recurring events. [#378](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/378) - Fixes `HeaderStyle` icons visibility on min & max dates reached. [#429](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/429) - Fixes inconsistent padding issue of right icon in the `HeaderStyle`. +- Fixes issue of update scroll offset manually. [#391](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/391) # [1.3.0 - 12 Nov 2024](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.3.0) diff --git a/pubspec.yaml b/pubspec.yaml index 2d15129f..754c228f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: calendar_view description: A Flutter package allows you to easily implement all calendar UI and calendar event functionality. -version: 1.3.0 +version: 1.4.0 homepage: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues?q=is%3Aissue+is%3Aopen+label%3Abug