Release Notes - v1.4.0
We are excited to release a new update for the Flutter Calendar View package! This version introduces several new features, bug fixes, and improvements to enhance your calendar experience. Below are the highlights of the changes in this release:
New Features:
-
showWeekends
flag in Month View- A new
showWeekends
flag has been added to the month view to allow hiding or showing weekends. The default value isshowWeekends = true
, which shows all weekdays. - #385
- A new
-
Support for Single-Day & Full-Day Recurring Events
- This release adds support for single-day and full-day recurring events.
- #378
Bug Fixes:
-
Hide Events for Days Not in Current Month
- Events are now hidden for days that do not belong to the current month when the
hideDaysNotInMonth
flag is set totrue
.
- Events are now hidden for days that do not belong to the current month when the
-
Right Icon in
CalendarPageHeader
- Fixed an issue where the right icon always showed the default icon in the
CalendarPageHeader
, even when a custom icon was provided. - #432
- Fixed an issue where the right icon always showed the default icon in the
-
Fix for
titleColor
WhenhideDaysNotInMonth: false
- Fixed the issue where the
titleColor
for dates was not correctly applied whenhideDaysNotInMonth
was set tofalse
.
- Fixed the issue where the
-
Tap Issues for
onTileDoubleTap
&onTileLongTap
withhideDaysNotInMonth
- Fixed the issue of tap interactions (
onTileDoubleTap
andonTileLongTap
) not working properly whenhideDaysNotInMonth
was enabled in the month view. - #435
- Fixed the issue of tap interactions (
-
startHour
&endHour
Not Updating in Week View- Fixed an issue where the
startHour
andendHour
values were not updating correctly when rebuilding the week view. - #410
- Fixed an issue where the
-
Header Icon
color
Property inIconDataConfig
- Fixed an issue with the
color
property of header icons inIconDataConfig
not behaving as expected.
- Fixed an issue with the
-
Header Style Icon Visibility on Min/Max Dates
- Fixed an issue where the header icons were not properly visible when the minimum or maximum dates were reached.
- #429
-
Inconsistent Padding Issue with Header Icons
- Fixed an inconsistent padding issue that affected the display of right icons in the
HeaderStyle
.
- Fixed an inconsistent padding issue that affected the display of right icons in the
-
Manual Scroll Offset Update Issue
- Fixed an issue where manually updating the scroll offset wasn't working as expected.
- #391
Miscellaneous:
- Updated documentation to reflect the new
hideDaysNotInMonth
argument incellBuilder
.
We hope these updates improve your experience with the Flutter Calendar View package. If you encounter any issues or have any questions, please feel free to open an issue on our GitHub repository.
Happy coding! 🎉