Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@PRBaraiya PRBaraiya released this 07 Jan 09:25
· 6 commits to master since this release
b814e1f

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 is showWeekends = true, which shows all weekdays.
    • #385
  • 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 to true.
  • 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
  • Fix for titleColor When hideDaysNotInMonth: false

    • Fixed the issue where the titleColor for dates was not correctly applied when hideDaysNotInMonth was set to false.
  • Tap Issues for onTileDoubleTap & onTileLongTap with hideDaysNotInMonth

    • Fixed the issue of tap interactions (onTileDoubleTap and onTileLongTap) not working properly when hideDaysNotInMonth was enabled in the month view.
    • #435
  • startHour & endHour Not Updating in Week View

    • Fixed an issue where the startHour and endHour values were not updating correctly when rebuilding the week view.
    • #410
  • Header Icon color Property in IconDataConfig

    • Fixed an issue with the color property of header icons in IconDataConfig not behaving as expected.
  • 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.
  • 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 in cellBuilder.

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! 🎉