github CommunityToolkit/Maui 5.2.0
v5.2.0: SpeechToText, IconTintColor for Windows & Mac & less bugs!

latest releases: 3.1.1-mediaelement, 2.0.2-maps, 9.0.0...
11 months ago

The Community Toolkit Friday release team is at it again! In this release we're adding some more amazing things for you so you can love the .NET MAUI Community Toolkit even harder 💘

SpeechToText

Our amazing core maintainer @VladislavAntonyuk has been hard at work to add speech-to-text to this library. When you feel a bit lonely you can now talk to your .NET MAUI apps and they will echo back what you said but now in text. All kidding aside, this has a lot of power and we can't wait to see what you will build with it.

The documentation, not written with the help of speech-to-text, can be found here.

IconTintColorBehavior

Not entirely new, but now also available for Windows and macOS thanks to @kperdlich! This behavior allows you to give any given image a tint, or a color overlay if you will. This was already available for iOS and Android, now also for Windows and macOS. We have the docs on how to use it available for you right here.

Popup NRE on Windows & FileSaver/FolderPicker modal bugs

These two notable bugs have been fixed thanks to @softlion and @brminnick. The Popup on Windows might throw an exception in certain scenarios when it was closing and cleaning up, we made sure that won't happen again.

And the FileSaver & FolderPicker would cause trouble if you opened them from a modal page, obviously you also want to save files and pick folders from a modal page, so now you can!

If you need to refresh your mind about how these APIs work again, have a look at our docs for Popup & FileSaver/FolderPicker

All the details

Housekeeping, no one cares but us

  • Bump FluentAssertions from 6.10.0 to 6.11.0 in /samples by @dependabot in #1153
  • Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.0 in /samples by @dependabot in #1161
  • Update CommunityToolkit.Maui.Core.csproj by @brminnick in #1175
  • Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /samples by @dependabot in #1187
  • Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.6.0 in /samples by @dependabot in #1188
  • Bump Microsoft.CodeAnalysis from 4.5.0 to 4.6.0 in /samples by @dependabot in #1190
  • Bump NuGet.Protocol from 6.5.0 to 6.6.0 in /samples by @dependabot in #1192
  • Bump coverlet.collector from 3.2.0 to 6.0.0 in /samples by @dependabot in #1198

New Contributors

Full Changelog: 5.1.0...5.2.0

Don't miss a new Maui release

NewReleases is sending notifications on new releases.