Bump the all group with 6 updates#25
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps CommunityToolkit.Maui from 13.0.0 to 14.1.1 Bumps CommunityToolkit.Mvvm from 8.4.0 to 8.4.2 Bumps DotNet.ReproducibleBuilds from 1.2.39 to 2.0.2 Bumps Microsoft.Extensions.Logging.Debug from 10.0.1 to 10.0.8 Bumps Microsoft.Maui.Controls from 10.0.11 to 10.0.60 Bumps MinVer from 6.0.0 to 7.0.0 --- updated-dependencies: - dependency-name: CommunityToolkit.Maui dependency-version: 14.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.Maui.Controls dependency-version: 10.0.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: CommunityToolkit.Mvvm dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: DotNet.ReproducibleBuilds dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.Maui.Controls dependency-version: 10.0.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MinVer dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 13.0.0 to 14.1.1.
Release notes
Sourced from CommunityToolkit.Maui's releases.
14.1.1
CommunityToolkit.Maui v14.1.1New Popup Extension
You can now use
NavigatingFromEventArgsto determine if the previous page was aPopup: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup#lifecycle-behaviorSpeechToText Bug Fix
StatusBar Bug Fix
StatusBar.SetColor()when usingStatusBarBehaviorMicrosoft.Maui.Controls Dependency
What's Changed
RestartTimer()fromAvAudioNodeCallback by @TheCodeTraveler in RemoveRestartTimer()fromAvAudioNodeCallback CommunityToolkit/Maui#3196Housekeeping
New Contributors
Full Changelog: CommunityToolkit/Maui@14.1.0...14.1.1
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 bindable