microsoftgraph / msgraph-sample-maui

This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from .NET MAUI apps.
MIT License
31 stars 15 forks source link

Bump CommunityToolkit.Maui from 6.0.0 to 6.1.0 in /GraphMAUI #113

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps CommunityToolkit.Maui from 6.0.0 to 6.1.0.

Release notes

Sourced from CommunityToolkit.Maui's releases.

v6.1.0: A New Release Popped Up!

My goodness do we love our community. And in this case especially @​cat0363 who goes by the name of Kenji in real-life.

If you look through the release notes below, you'll notice that Kenji has been doing a lot of work for us and all that work went into the Popup. From this place: thank you so much for spending your valuable time on our project and making it better for everyone 🙏

So in this release: a lot of love for the Popup: better sizing, adding the ability to use resources and styles, flow direction is now working... And much more!

PopupService

Still on Popups, we have made it easier for you to work with popups from your view models. In v6.1.0 we have added the PopupService. No weird messaging or dependencies in your code that shouldn't be there, just a clean service that will allow you to show popups respecting MVVM.

All the details can be found in the documentation.

DrawingView

But we didn't stop there! As always @​VladislavAntonyuk has been doing wonderful work. With this release we introduce a bunch of Commands that allow you to capture the start, cancel and drawing in progress events in a pure MVVM way.

The documentation for DrawingView has been updated accordingly, so go check it out.

All the details

Housekeeping, important but not super interesting

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/6.0.0...6.1.0

Commits
  • 40a3e38 Change the display method of Popup Overlay on Windows (#1485)
  • 5a4f7ea Add consideration of Loaded event to Popup Show method on Windows (#1470)
  • 2305bcc [housekeeping] Automated PR to fix formatting errors (#1487)
  • 092358d Bump xunit from 2.5.3 to 2.6.0 in /samples (#1486)
  • 2ec4be1 PopupService (#1165)
  • 9043e35 Add drawing started, cancelled, and on-drawing commands (#1440)
  • d88fb23 Fixes Speech recognizer locale was not ignored on Android #1436 (#1481)
  • b430ba6 Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2 in /samples (#1475)
  • 7370010 Bump Microsoft.Extensions.Http.Polly from 7.0.12 to 7.0.13 in /samples (#1473)
  • a52ad0a [housekeeping] Automated PR to fix formatting errors (#1469)
  • 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)