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 5.3.0 to 6.0.0 in /GraphMAUI #103

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps CommunityToolkit.Maui from 5.3.0 to 6.0.0.

Release notes

Sourced from CommunityToolkit.Maui's releases.

v6.0.0: Next Level Speech Recognition & Bugfixes

Watch out! This version contains some breaking changes! That is why we are going from version 5.3.0 to version 6.0.0. They grow up so fast... 🥲 Anyway, no time to be emotional, let's talk about the amazing things in this release. First of all: look at all the first-time contributors, amazing, thank you all so much: @​wolfgang-ironsoftware, @​inforithmics, @​olekssokol, @​vhugogarcia, @​redek91, @​babenkovitaliy and @​AllenD-MSFT 👏

Speech Recognition

The speech recognition APIs just got better. You can now listen to the user in the background and still process the results asynchronously. This enables so many cool new scenarios in your app, including building your own personal assistant! Connect that with some AI and... 🤯

You can read all about how to use this new functionality in the docs right here.

Bugfixes, bugfixes, bugfixes

Furthermore this release is PACKED with bugfixes. The popups got better, we fixed memory leaks all over and even the snackbar and toast now know how to handle a device that is rotating. Good stuff, check out all the details just below here.

All the details

Housekeeping, important but not super interesting

... (truncated)

Commits
  • 7dd409e Fix for the navigation to the SelectAllText page on macOS (#1402)
  • 429b205 Speech Recognition v2 - StartListening/StopListening (#1382)
  • 322547e Fix Memory leak on Popup (#1398)
  • bf9d66d Improved memory performance of TextColorToGenerator (#1254)
  • cfc7832 [MacCatalyst] Get correct window associated with the Popup (#1409)
  • 4c17fef Bump xunit from 2.5.0 to 2.5.1 in /samples (#1412)
  • 46fbbbf Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 in /samples (#1413)
  • 51d39d2 Add redrawing of Snackbar and Toast when the screen is rotated (#1405)
  • eb9ecfe Bump Microsoft.Extensions.Http.Polly from 7.0.10 to 7.0.11 in /samples (#1403)
  • b70024f Sample icon tint color behavior inside a popup (#1395)
  • 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)
jasonjoh commented 1 year ago

@dependabot merge