Bump CommunityToolkit.Maui from 12.3.0 to 14.1.0#159
Merged
TheCodeTraveler merged 1 commit intomainfrom Apr 29, 2026
Merged
Conversation
TheCodeTraveler
previously approved these changes
Apr 29, 2026
--- updated-dependencies: - dependency-name: CommunityToolkit.Maui dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
b562a0c to
7095a52
Compare
TheCodeTraveler
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated CommunityToolkit.Maui from 12.3.0 to 14.1.0.
Release notes
Sourced from CommunityToolkit.Maui's releases.
14.1.0
CommunityToolkit.Maui v14.1.0SpeechToText
SpeechToTextOptions.AutostopSilenceTimeoutto allow you to auto-stopISpeechToTextPublic Custom Exceptions
We heard your feedback! The following exceptions are now
publicallowing you to properly catch them inside a try/catch block:SoftKeyboardExceptionPopupNotFoundExceptionPopupBlockedExceptionInvalidPopupOperationExceptionStatusBar Bug Fixes
StatusBarBehaviornow works when used inside a Modal Page on AndroidStatusBarBehaviornow uses the correct height for Android API 36+Popup Fixes
Popupnow works when used in a Modal PageAvatarView
AvatarViewnow correctly updates its size whenImageSourcechangesWhat's Changed
NavigationPageby @StefanRailcube in Add Support for Popups inside a ModalNavigationPageCommunityToolkit/Maui#3164StatusBarBehaviorin Android Modal Page by @TheCodeTraveler in Add Support forStatusBarBehaviorin Android Modal Page CommunityToolkit/Maui#3123New Contributors
NavigationPageCommunityToolkit/Maui#3164Full Changelog: CommunityToolkit/Maui@14.0.1...14.1.0
14.0.1
CommunityToolkit.Maui v14.0.1Bug Fixes
NavigationBarNavigationBar.SetColor(Color)on Android 35+ColorAttached PropertyPopupPopupService.ShowPopupAsync<T>'StateContainerDateTimeOffsetConverterTimeZoneInfoto calculate correct offsetMicrosoft.Maui.Controls v10.0.41Microsoft.WindowsAppSDKto v1.8.260101001 from 2.0.0-experimentalWhat's Changed
NavigationBar.SetColor(Color)on Android 35+ by @TheCodeTraveler in Add Support forNavigationBar.SetColor(Color)on Android 35+ CommunityToolkit/Maui#3057[BindableProperty]and[AttachedBindableProperty<T>]by @TheCodeTraveler in Resolve CS0436 Warning caused by[BindableProperty]and[AttachedBindableProperty<T>]CommunityToolkit/Maui#3073Microsoft.Maui.ControlsDependency to v10.0.41 by @TheCodeTraveler in IncreaseMicrosoft.Maui.ControlsDependency to v10.0.41 CommunityToolkit/Maui#3107Full Changelog: CommunityToolkit/Maui@14.0.0...14.0.1
14.0.0
CommunityToolkit.Maui v14.0.0I am excited to debut two new source generators!
[BindableProperty][AttachedBindableProperty<T>]These new source generators make it easier than ever to create a
BindablePropertyfor your .NET MAUI apps by allowing us to write all the associated boiler-plate code for you. In fact, all Bindable Properties inCommunityToolkit.Mauiare now automatically generated using these new source generators!For an in-depth overview of both
[BindableProperty]and[AttachedBindableProperty<T>], check out my comprehensive write-up:👉 https://codetraveler.io/2026/01/29/introducing-bindable-property-source-generators/
Bug Fixes + New Features
Alongside the new Source Generators, this Release also brings important bug fixes and new features:
StatusBarBehaviorStatusBarBehavioron Android 35+SnackbarPopupNavigatedFromEventArgsCollectionViewinPopupIntroducing Bindable Property Source Generators
Opt-into this Experimental Feature
We have decided to release this feature using the
[Experimental]attribute. This allows us to let you try out its features and provide feedback while giving us the flexibility to update it with your feedback over the next few releases.In the
csprojfile of your .NET MAUI app, add the following code:In the mean-time, we will be writing more comprehensive documentation and writing Analyzers, similar to
CommunityToolkit.MVVM, to help provide you the best coding experience!Using
[BindableProperty]To leverage the Bindable Property Source Generator, first ensure you using a
partialclass. Then, add thepartialkeyword and attach the[BindableProperty]attribute to your property:partialkeyword to the classpartialkeyword the Property for which to generate an associated Bindable Property[BindableProperty]attribute to the property to make it bindablePermissions.StorageReadandPermissions.StorageWrite:Permissions.StorageReadandPermissions.StorageWrite:Permissions.Microphoneand manually callISpeechToText.RequestPermissions():What's Changed
InvalidCastExceptionforMauiMediaElement.macios.cswhen usingCollectionViewHandler2andCarouselViewHandler2by @TheCodeTraveler in CarouselViewHandler2InvalidCastExceptionforMauiMediaElement.macios.cswhen usingCollectionViewHandler2andCarouselViewHandler2CommunityToolkit/Maui#2926CameraView,FileSaver,FolderPickerandSpeechToTextby @VladislavAntonyuk in Allow Developers to Manually Request Permissions when usingCameraView,FileSaver,FolderPickerandSpeechToTextCommunityToolkit/Maui#2934Full Changelog: CommunityToolkit/Maui@12.3.0...13.0.0
Commits viewable in compare view.