v1.4.0: Expander, DockLayout & StateContainer
This is getting old but… This is the best release EVER! I know, that’s what I always say, and it’s true every time!
Just look at the list of changes that went in 👇 those are a lot of bugfixes. But not just bugfixes…
Welcome back to three old friends from the Xamarin Community Toolkit, now available for .NET MAUI: Expander, DockLayout and StateContainer. Two of these are actually done by our amazing community members. Big shoutout to @nicjay and @profix898.
And of course, our rockstar core team member Vladislav Antonyuk for making the Expander happen.
Note Expander is not currently supported inside of CollectionView or ListView: https://github.com/CommunityToolkit/Maui/issues/742
Go try it out, and let us know what you think!
Just FYI… This is the second to last release that will support .NET 6. The next release, 2.0, will add Tizen support for all of the goodness in .NET MAUI Community Toolkit and then version 3 will bring .NET 7 support and even more features. Those releases will follow each other pretty quickly, so hang on to your hats!
What’s Changed
- Bump CommunityToolkit.Maui.Markup from 1.0.1 to 1.1.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/640
- Pj/status bar hot fix by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/638
- [BUG] GetImageStream wrong when lines populated from code #649 by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/653
- Moved SemanticProperites.Description setting out of ImageSource by Kym Phillpotts in https://github.com/CommunityToolkit/Maui/pull/656
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/657
- Fixed light dismiss on android by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/661
- Swap to using IValueConverter for the EventToCommandBehavior by Shaun Lawrence in https://github.com/CommunityToolkit/Maui/pull/665
- Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.3.0 to 4.3.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/670
- Bump Microsoft.CodeAnalysis from 4.3.0 to 4.3.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/671
- Remove obsolete APIs, Implement IDisposable by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/659
- Fix Calculation of
SnackbarParent View by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/666 - Removed the MauiContext from ToPlatform call by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/683
- Bump Microsoft.Extensions.DependencyInjection from 6.0.0 to 6.0.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/686
- Bump Microsoft.Extensions.Http.Polly from 6.0.9 to 6.0.10 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/687
- FIX: AvatarView clipping on Android isn’t applied correctly by @GeorgeLeithead in https://github.com/CommunityToolkit/Maui/pull/668
- Make sure Popup will set the Window at the Content by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/674
- Update pipeline by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/701
- [ANDROID] Implement the new API to change the StatusBar style by @maxkoshevoi in https://github.com/CommunityToolkit/Maui/pull/694
- Bump FluentAssertions from 6.7.0 to 6.8.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/710
- Bump coverlet.collector from 3.1.2 to 3.2.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/718
- For Source Generators, Ensure
GetGenericTypeConstraintsAsStringIncludes Namespace for Type by @brminnick in https://github.com/CommunityToolkit/Maui/pull/720 - StateContainer by @nicjay in https://github.com/CommunityToolkit/Maui/pull/673
- Bump CommunityToolkit.Maui.Markup from 1.1.1 to 1.2.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/730
- Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/738
- Bump Microsoft.Extensions.Http.Polly from 6.0.10 to 7.0.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/739
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/740
- Bump Microsoft.Extensions.Configuration.Abstractions from 6.0.0 to 7.0.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/741
- Add DockLayout (docks views to the edges of the layout container) by @profix898 in https://github.com/CommunityToolkit/Maui/pull/635
- Expander by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/478
New Contributors
- @nicjay made their first contribution in https://github.com/CommunityToolkit/Maui/pull/673
- @profix898 made their first contribution in https://github.com/CommunityToolkit/Maui/pull/635
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/1.3.0…1.4.0