chore(deps): update dependency communitytoolkit.maui to v11 #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.0.0
->11.0.0
Release Notes
CommunityToolkit/Maui (CommunityToolkit.Maui)
v11.0.0
: : Offline speech recognitionCompare Source
And just like that, the first release in 2025 is v11 of the .NET MAUI Community Toolkit!
Offline speech recognition
In this release we add offline speech recognition. No need for an active internet connection, you can now to speech to text while offline. Note that this is available from Android 33 and up and iOS13 and up. Check out all the details on the docs.
Statusbar gap
Did you notice there was a gap when using the
StatusBarBehavior
on iOS? Thanks to @kubaflo not anymore! We made sure that the calculations for the status bar height is now correct and are even giving you fine-grained control over the calculations by being able to specify if the safe area should be included or not.And much more!
Be sure to check out the full list below with all the changes ,and last but not least, we also did releases for CameraView, MediaElement and Maps, so be sure to check those out too!
Make sure to check the requirements below for using this/building this project yourself.
Requirements
The following tools are now required for CommunityToolkit.Maui:
sudo dotnet workload install maui; sudo dotnet workload update
dotnet workload install maui;dotnet workload update
global.json
file to your application with the following parameters to ensure you're not using a unsupported preview version of .NET (example below)global.json
What's Changed
Bumpers 🚗 & Housekeeping
SpeechToTextViewModel
by @ne0rrmatrix in https://github.com/CommunityToolkit/Maui/pull/2402VariableMultiValueConverterViewModel
by @ne0rrmatrix in https://github.com/CommunityToolkit/Maui/pull/2401StateContainerViewModel
by @ne0rrmatrix in https://github.com/CommunityToolkit/Maui/pull/2400New Contributors
Full Changelog: CommunityToolkit/Maui@10.0.0...11.0.0
Configuration
📅 Schedule: Branch creation - "after 4am and before 8am on saturday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.