From ed9a9e16a0d94f1e406deaa0cb7a9ecb20b25482 Mon Sep 17 00:00:00 2001 From: Shubham Jitiya Date: Mon, 11 Nov 2024 16:40:19 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Updates=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a6b9f3..ea852246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ -# [1.2.1 - Unreleased] +# [1.3.0 - 11 Nov 2024](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.3.0) +- Fixes full day event position when fullHeaderTitle is empty. +- Fixes generics of _InternalDayViewPageState is always + Object?. [#371](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/371) - Fixes issue in showing quarter hours when startHour is provided. [#387](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/387) +- Update example to support latest flutter versions. +- Fixes formatting issues. - Use `hourLinePainter` in `DayView` [#386](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/386) - Refactor `SideEventArranger` to arrange events properly. [#290](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/290) - Adds generic type in `_InternalWeekViewPageState`. [#380](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/380) diff --git a/pubspec.yaml b/pubspec.yaml index ee773355..2d15129f 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.2.0 +version: 1.3.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