Skip to content

Releases: SimformSolutionsPvtLtd/flutter_calendar_view

v1.4.0

07 Jan 09:25
b814e1f
Compare
Choose a tag to compare

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

v1.3.0

12 Nov 10:49
cc99a0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

v1.2.0

10 May 14:52
f183169
Compare
Choose a tag to compare

What's Changed

  • feat: correct release date in CHANGELOG.md. by @PRBaraiya in #330
  • fix: 🐛onDateTap triggered issue resolved by changing customPaint height #332. by @ravilsimform in #335
  • refactor code of day week view by @apurva010 in #348
  • fix: 🐛live time indicator position on timeline is not correct when st… by @apurva010 in #349
  • fix: 🐛 onDateTap return wrong date when startHour is set #341 by @apurva010 in #350
  • fix: 🐛 lock horizontal scroll for week and month view #314 by @apurva010 in #351
  • docs: CHANGELOG.md updated by @apurva010 in #352
  • docs: Fixes CONTRIBUTING.md referencing old flutter format command by @ahmetakil in #345
  • fix: add check to keep hour in timeline (in day and week view) if LiveTimeIndicator time or bubble dosen't overlap. by @mataai in #343
  • fix: Display full day events on correct date on weekView by @MartimTSilva in #307
  • feat: Added support for event long-press method execution by @rohitbhoite in #342
  • feat: ✨add on event double tap callback in day, week, month view by @apurva010 in #353
  • fix: 🐛 change end time for day and week view #298 by @apurva010 in #354
  • fix: 🐛 fix show border not applying to header in month view #306 by @apurva010 in #364
  • fix: 🐛hide month days not in current month functionality added #328. by @apurva010 in #362
  • Feat/all day header title by @apurva010 in #361
  • Feat/synchronize scroll by @apurva010 in #363
  • fix: 🐛 display live time indicator only when it is in between of star… by @apurva010 in #365
  • fix: 🐛 fix full day event on tap with on tap callback in full day eve… by @apurva010 in #360
  • docs: CHANGELOG.md updated by @apurva010 in #358
  • 🔖 version bump 1.2.0 by @apurva010 in #367
  • fix: 🐛 update lastOffset and fix full day event position when fullHea… by @apurva010 in #368

New Contributors

Full Changelog: 1.1.0...1.2.0

v1.1.0

28 Feb 10:21
582c6e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.1.0

v1.0.4

09 Aug 07:37
6ae1800
Compare
Choose a tag to compare

Fixed Issue #219
Fixed Issue #205
Fixed Issue #237
Added Feature #57
Fixed Issue #225

v1.0.3

03 Apr 12:05
8d6a21e
Compare
Choose a tag to compare
🐛 Test folder location update (#211)

v1.0.2

10 Jan 09:49
de5b7a8
Compare
Choose a tag to compare
🔖 Version bump 1.0.2 (#169)

v1.0.1

25 Nov 07:19
f11647b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0

12 Aug 08:18
Compare
Choose a tag to compare
📌 Fix formatting issue.

- Fix late initialization error in EventController.

- Add flutter_calendar_page.iml in .gitignore.

- Updated workflow to check formatting options.

- Add CONTRIBUTING.md file.

v0.0.5

02 Jun 12:47
885a67d
Compare
Choose a tag to compare
:checkered_flag: provide start day while navigating to next page in w…