Skip to content

Commit 5ee6eb1

Browse files
authored
Merge pull request #420 from SimformSolutionsPvtLtd/release/update_change_log
🔖 version bump 1.3.0
2 parents 7d8fd5a + 1729c0d commit 5ee6eb1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# [1.2.1 - Unreleased]
1+
# [1.3.0 - 12 Nov 2024](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.3.0)
22

3+
- Fixes full day event position when fullHeaderTitle is empty.
4+
- Fixes generics of _InternalDayViewPageState is always
5+
Object?. [#371](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/371)
36
- Fixes issue in showing quarter hours when startHour is provided. [#387](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/387)
47
- Use `hourLinePainter` in `DayView` [#386](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/386)
58
- Refactor `SideEventArranger` to arrange events properly. [#290](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/290)
File renamed without changes.

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.2.0
3+
version: 1.3.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)