MDeLuise / plant-it

🪴 Self-hosted, open source gardening companion app
https://plant-it.org
GNU General Public License v3.0
686 stars 25 forks source link

chore(deps): bump calendar_view from 1.2.0 to 1.3.0 in /frontend #359

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps calendar_view from 1.2.0 to 1.3.0.

Release notes

Sourced from calendar_view's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/compare/1.2.0...1.3.0

Changelog

Sourced from calendar_view's changelog.

1.3.0 - 12 Nov 2024

  • Fixes full day event position when fullHeaderTitle is empty.
  • Fixes generics of _InternalDayViewPageState is always Object?. #371
  • Fixes issue in showing quarter hours when startHour is provided. #387
  • Use hourLinePainter in DayView #386
  • Refactor SideEventArranger to arrange events properly. #290
  • Adds generic type in _InternalWeekViewPageState. #380
  • Adds additional configurations for HeaderStyle.
    • Added mainAxisSize, mainAxisAlignment, rightIconConfig and leftIconConfig.
  • Adds additional configurations for CalendarPageHeader, MonthPageHeader, DayPageHeader and WeekPageHeader.
    • Added titleBuilder to build custom title for header.
  • Fixes issue calendar scroll physics for day & week view. #417
  • Adds onTimestampTap callback in WeekView and DayView. #383
  • Use maxWidth to set max width of event slot in day & week view. #413
  • Deprecations:
    • deprecated backgroundColor and iconColor from CalendarPageHeader, DayPageHeader, MonthPageHeader and WeekPageHeader.
      • Solution: use headerStyle instead.
    • deprecated leftIconVisible, rightIconVisible, leftIconPadding, rightIconPadding, leftIcon and rightIcon from HeaderStyle.
      • Solution: use rightIconConfig and leftIconConfig instead.
Commits
  • cc99a0e Update README.md (#421)
  • 5ee6eb1 Merge pull request #420 from SimformSolutionsPvtLtd/release/update_change_log
  • 1729c0d 🔖 version bump 1.3.0
  • 7d8fd5a Merge pull request #416 from SimformSolutionsPvtLtd/feature/event_tile_width
  • 8aa85b1 feat: Fixes issue #413: Set max width of event slot in week & day view
  • 3924c93 Merge pull request #419 from SimformSolutionsPvtLtd/feature/time_clickable_fu...
  • 1be329c feat: Fixes issue #383: ✨ Add action on tap of timestamp in day & week view
  • 372cdcc Merge pull request #418 from SimformSolutionsPvtLtd/fix/issue_417_scroll_physics
  • 689dac2 fix: Fixes issue #417: 🐛 Fixes calendar scroll physics for day & week view
  • 982747f Merge pull request #408 from SimformSolutionsPvtLtd/feature/add-more-configur...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)