v1.3.0: Statusbar Color, GravatarImageSource, FadeAnimation and bugfixes!
There is too much good stuff going on in this release! Thanks to George Leithead we now have the GravatarImageSource also available in the .NET MAUI Community Toolkit. And Shaun Lawrence added a pre-built FadeAnimation that you can now use on all of your .NET MAUI elements.
Last but not least, our very own Pedro Jesus, with big help from @KSemenenko, has implemented the Status Bar color functionality. With this you can easily change your color of the status bar at runtime! I know a lot of people were waiting for this one…
One thing to still mention, our newest core team member Kym Phillpotts has made his first contribution here too 🙌
Also lots of bugfixes and other improvements, see the full list below. As always: big thanks to everyone that helped make this happen! 🥰
What’s Changed
- Fixed auto-generated flag in Generated code by @marcmognol in https://github.com/CommunityToolkit/Maui/pull/508
- Bump xunit from 2.4.1 to 2.4.2 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/529
- #511 UniformItemsLayout fixes by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/518
- Add SourceLink by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/521
- Add
Verify Code Formattingto CI Pipeline by @brminnick in https://github.com/CommunityToolkit/Maui/pull/535 - Bump CommunityToolkit.Mvvm from 8.0.0-preview4 to 8.0.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/536
- Add FadeAnimation by Shaun Lawrence in https://github.com/CommunityToolkit/Maui/pull/498
- Replace Frame with Border in BaseGalleryPage by Kym Phillpotts in https://github.com/CommunityToolkit/Maui/pull/538
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/539
EmailValidationBehavior: AssignKeyboard.Emailwhen Attached by @brminnick in https://github.com/CommunityToolkit/Maui/pull/547- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/571
- Add Additional Rules to
.editorconfigby @brminnick in https://github.com/CommunityToolkit/Maui/pull/563 - Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.2.0 to 4.3.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/581
- Bump Microsoft.CodeAnalysis from 4.2.0 to 4.3.0 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/579
- Exception message has corrected for syntax, that is from “cann” to “can”. In addition, letter case should be default case, old version is pascal case… by @MrTukhtaboev in https://github.com/CommunityToolkit/Maui/pull/584
- Bug Report Form by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/577
- rename bug report file by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/590
- Add Support for
*.net.csFile Type by @brminnick in https://github.com/CommunityToolkit/Maui/pull/576 - Use culture when convert colors by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/552
- Clean up the ContextFlyout property by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/621
- CommunityToolkit.Maui.Options by Vladislav Antonyuk in https://github.com/CommunityToolkit/Maui/pull/616
- [CommunityToolkit.Maui.Sample] Add
Microsoft.Extensions.Http.Pollyand implement.AddTransientWithShellRoute()by @brminnick in https://github.com/CommunityToolkit/Maui/pull/628 - Bug 564 - AvatarView size not available to children. by George Leithead in https://github.com/CommunityToolkit/Maui/pull/565
- 110 gravatar image source by George Leithead in https://github.com/CommunityToolkit/Maui/pull/531
- AvatarView added clipping for the different StrokeShape’s. by George Leithead in https://github.com/CommunityToolkit/Maui/pull/515
- Statusbar Color by Pedro Jesus in https://github.com/CommunityToolkit/Maui/pull/617
New Contributors
- @marcmognol made their first contribution in https://github.com/CommunityToolkit/Maui/pull/508
- @dependabot made their first contribution in https://github.com/CommunityToolkit/Maui/pull/529
- Kym Phillpotts made their first contribution in https://github.com/CommunityToolkit/Maui/pull/538
- @MrTukhtaboev made their first contribution in https://github.com/CommunityToolkit/Maui/pull/584
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/1.2.0…1.3.0