v1.3.0: Statusbar Color, GravatarImageSource, FadeAnimation and bugfixes!
There is too much good stuff going on in this release! Thanks to @GeorgeLeithead we now have the GravatarImageSource
also available in the .NET MAUI Community Toolkit. And @bijington added a pre-built FadeAnimation
that you can now use on all of your .NET MAUI elements.
Last but not least, our very own @pictos, 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 @kphillpotts 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 #508
- Bump xunit from 2.4.1 to 2.4.2 in /samples by @dependabot in #529
- #511 UniformItemsLayout fixes by @VladislavAntonyuk in #518
- Add SourceLink by @pictos in #521
- Add
Verify Code Formatting
to CI Pipeline by @brminnick in #535 - Bump CommunityToolkit.Mvvm from 8.0.0-preview4 to 8.0.0 in /samples by @dependabot in #536
- Add FadeAnimation by @bijington in #498
- Replace Frame with Border in BaseGalleryPage by @kphillpotts in #538
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 in /samples by @dependabot in #539
EmailValidationBehavior
: AssignKeyboard.Email
when Attached by @brminnick in #547- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 in /samples by @dependabot in #571
- Add Additional Rules to
.editorconfig
by @brminnick in #563 - Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.2.0 to 4.3.0 in /samples by @dependabot in #581
- Bump Microsoft.CodeAnalysis from 4.2.0 to 4.3.0 in /samples by @dependabot in #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 #584
- Bug Report Form by @VladislavAntonyuk in #577
- rename bug report file by @VladislavAntonyuk in #590
- Add Support for
*.net.cs
File Type by @brminnick in #576 - Use culture when convert colors by @VladislavAntonyuk in #552
- Clean up the ContextFlyout property by @pictos in #621
- CommunityToolkit.Maui.Options by @VladislavAntonyuk in #616
- [CommunityToolkit.Maui.Sample] Add
Microsoft.Extensions.Http.Polly
and implement.AddTransientWithShellRoute()
by @brminnick in #628 - Bug 564 - AvatarView size not available to children. by @GeorgeLeithead in #565
- 110 gravatar image source by @GeorgeLeithead in #531
- AvatarView added clipping for the different StrokeShape's. by @GeorgeLeithead in #515
- Statusbar Color by @pictos in #617
New Contributors
- @marcmognol made their first contribution in #508
- @dependabot made their first contribution in #529
- @kphillpotts made their first contribution in #538
- @MrTukhtaboev made their first contribution in #584
Full Changelog: 1.2.0...1.3.0