CommunityToolkit.Maui v14.0.1
Bug Fixes
NavigationBar- Add Support for
NavigationBar.SetColor(Color)on Android 35+ - Fix duplicate values for
ColorAttached Property
- Add Support for
Popup- Fix duplicate instantiation of the ViewModel via
PopupService.ShowPopupAsync<T>' - Fix Padding regression introduced in v14.0.0
- Fix duplicate instantiation of the ViewModel via
StateContainer- Fix duplicate StateContainer ViewState bug
- BindableProperty Attribute
- Resolve CS0436 Warning
DateTimeOffsetConverter- Use
TimeZoneInfoto calculate correct offset
- Use
- Microsoft.Maui.Controls Dependency
- Increase dependency to
Microsoft.Maui.Controls v10.0.41
- Increase dependency to
- Windows Apps
- Downgrade
Microsoft.WindowsAppSDKto v1.8.260101001 from 2.0.0-experimental
- Downgrade
What's Changed
- Add Support for
NavigationBar.SetColor(Color)on Android 35+ by @TheCodeTraveler in #3057 - Bump Microsoft.Testing.Extensions.CodeCoverage from 18.3.2 to 18.4.1 by @dependabot[bot] in #3062
- Reorder popup/view model instantiation by @bijington in #3071
- Resolve CS0436 Warning caused by
[BindableProperty]and[AttachedBindableProperty<T>]by @TheCodeTraveler in #3073 - Downgrade Windows SDK by @VladislavAntonyuk in #3076
- Fix Popup Padding Regression Introduced in v14.0.0 by @TheCodeTraveler in #3074
- Fix DateTimeOffset Converter #2582 by @VladislavAntonyuk in #3077
- Bump Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0 by @dependabot[bot] in #3086
- Bump Microsoft.Extensions.Logging.Debug from 10.0.2 to 10.0.3 by @dependabot[bot] in #3087
- Bump System.Formats.Asn1 from 10.0.2 to 10.0.3 by @dependabot[bot] in #3088
- Fix duplicate state container view states by @TheCodeTraveler in #3095
- Increase
Microsoft.Maui.ControlsDependency to v10.0.41 by @TheCodeTraveler in #3107
Full Changelog: 14.0.0...14.0.1