Skip to content

Bump CommunityToolkit.Maui and Microsoft.Maui.Controls#404

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-a2acc4c12a
Open

Bump CommunityToolkit.Maui and Microsoft.Maui.Controls#404
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-a2acc4c12a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Updated CommunityToolkit.Maui from 14.1.0 to 14.1.1.

Release notes

Sourced from CommunityToolkit.Maui's releases.

14.1.1

CommunityToolkit.Maui v14.2.0

New Popup Extension

public static bool IsDestinationPageACommunityToolkitPopupPage(this NavigatingFromEventArgs args);

You can now use NavigatingFromEventArgs to determine if the previous page was a Popup: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup#lifecycle-behavior

protected override void OnNavigatingFrom(NavigatingFromEventArgs args)
{
    base.OnNavigatingFrom(args);
    if (args.IsDestinationPageACommunityToolkitPopupPage())
    {
        // If true, `OnNavigatingFrom` was called by starting a Popup
    }
}

SpeechToText Bug Fix

  • Fix AutoStopSilenceTimeout for SpeechToTextOptions doesn't work on iOS

StatusBar Bug Fix

  • Fix StatusBar.SetColor() when using StatusBarBehavior
  • Update StatusBar Size On Device Orientation Change

What's Changed

Housekeeping

New Contributors

Full Changelog: CommunityToolkit/Maui@14.1.0...14.1.1

Commits viewable in compare view.

Updated Microsoft.Maui.Controls from 10.0.50 to 10.0.60.

Release notes

Sourced from Microsoft.Maui.Controls's releases.

10.0.60

What's Changed

.NET MAUI 10.0.60 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 242 commits with various improvements, bug fixes, and enhancements.

Ai Agents

Blazor

Border

Button

Checkbox

... (truncated)

10.0.51

What's Changed

Full Changelog: dotnet/maui@10.0.50...10.0.51

Commits viewable in compare view.

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 show <dependency name> 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)

Bumps CommunityToolkit.Maui from 14.1.0 to 14.1.1
Bumps Microsoft.Maui.Controls from 10.0.50 to 10.0.60

---
updated-dependencies:
- dependency-name: CommunityToolkit.Maui
  dependency-version: 14.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Maui.Controls
  dependency-version: 10.0.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Relevant to third party dependencies nuget Relevant for nugets labels May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Relevant to third party dependencies nuget Relevant for nugets

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants