Skip to content

Bump CommunityToolkit.Maui from 14.1.0 to 14.1.1#168

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/HotChocolateGraphQL.Mobile/CommunityToolkit.Maui-14.1.1
Open

Bump CommunityToolkit.Maui from 14.1.0 to 14.1.1#168
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/HotChocolateGraphQL.Mobile/CommunityToolkit.Maui-14.1.1

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.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

What's Changed

Housekeeping

New Contributors

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

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 8, 2026
@TheCodeTraveler TheCodeTraveler enabled auto-merge (squash) May 8, 2026 14:53
@TheCodeTraveler
Copy link
Copy Markdown
Owner

@dependabot rebase

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/src/HotChocolateGraphQL.Mobile/CommunityToolkit.Maui-14.1.1 branch from 657c42e to 90842a6 Compare May 8, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant