Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Updated CommunityToolkit.Maui from 14.1.0 to 14.2.0.

Release notes

Sourced from CommunityToolkit.Maui's releases.

14.2.0

CommunityToolkit.Maui v14.2.0

Thanks to @​IeuanWalker, Android Screen Reader now properly reads Popup v2! Previously the screen reader would default to the underlying PopupPage, now it defaults directly to the content of your Popup:

Before After
android-before.mp4
android-after.mp4

What's Changed

Housekeeping

New Contributors

@​MFinkBK made their first contribution in CommunityToolkit/Maui#3216

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

14.1.1

CommunityToolkit.Maui v14.1.1

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

Microsoft.Maui.Controls Dependency

  • Increase dependency to Microsoft.Maui.Controls v10.0.60

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.2.0
Bumps Microsoft.Maui.Controls from 10.0.50 to 10.0.60

---
updated-dependencies:
- dependency-name: CommunityToolkit.Maui
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 Jun 3, 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