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 @pictos in #426
- Avoid code generation for types that can use existing extension methods by @pictos in #453
- Fix background issue on apple platform by @pictos in #452
- Handle Generic Implementations of
ITextStyle
by TextColorToGenerator by @anpin in #434 - Sample App: Update MVVM Toolkit by @brminnick in #455
- Force string comparison usage by @bijington in #444
- Feature/animation behavior animations by @bijington in #437
- Pin .NET MAUI Version to v6.0.312 by @VladislavAntonyuk in #459
- Fixed the size calculation for iOS by @pictos in #471
- #475 Fix Sample freezes on SelectAllTextBehaviorPage, fix typos by @VladislavAntonyuk in #477
- Icon tint color behavior by @pictos in #456
- Fix popup position by @pictos in #482
- Fix dimming background effect by @pictos in #483
- Add
UseMauiCommunityToolkit()
Analyzers by @brminnick in #486
New Contributors
Thank you so much @anpin for your time and effort on making this release the best so far! Virtual high five ✋
Full Changelog: 1.0.0...1.1.0