← Back to Toolkit Releases
v1.1.0: Never Forget `UseMauiCommunityToolkit()` Again!
Contributors
Version 1.1.0 time! This version brings a lof of new goodies like the SelectAllTextBehavior and Icon tint color behavior, a good number of bugfixes, but the most exciting thing must be the new Roslyn Analyzer we have added. With this analyzer we detect whether or not you have added the UseMauiCommunityToolkit() call to your apps initialization code, and if not, we throw you an error and a IntelliSense suggestion to add it 🤯 We wrote code to make sure your code is complete!
Go enjoy this brand new version and let us know what you find!
What’s Changed
- SelectAllTextBehavior by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/426
- Avoid code generation for types that can use existing extension methods by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/453
- Fix background issue on apple platform by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/452
- Handle Generic Implementations of
ITextStyleby TextColorToGenerator by @anpin in https://github.com/CommunityToolkit/Maui/pull/434 - Sample App: Update MVVM Toolkit by @brminnick in https://github.com/CommunityToolkit/Maui/pull/455
- Force string comparison usage by Shaun Lawrence in https://github.com/CommunityToolkit/Maui/pull/444
- Feature/animation behavior animations by Shaun Lawrence in https://github.com/CommunityToolkit/Maui/pull/437
- Pin .NET MAUI Version to v6.0.312 by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/459
- Fixed the size calculation for iOS by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/471
- #475 Fix Sample freezes on SelectAllTextBehaviorPage, fix typos by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/477
- Icon tint color behavior by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/456
- Fix popup position by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/482
- Fix dimming background effect by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/483
- Add
UseMauiCommunityToolkit()Analyzers by @brminnick in https://github.com/CommunityToolkit/Maui/pull/486
New Contributors
- @anpin made their first contribution in https://github.com/CommunityToolkit/Maui/pull/434
Thank you so much @anpin for your time and effort on making this release the best so far! Virtual high five ✋
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/1.0.0…1.1.0