Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump CommunityToolkit.Maui from 5.1.0 to 5.2.0 in /src #18

Merged
merged 1 commit into from
May 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2023

Bumps CommunityToolkit.Maui from 5.1.0 to 5.2.0.

Release notes

Sourced from CommunityToolkit.Maui's releases.

v5.2.0: SpeechToText, IconTintColor for Windows & Mac & less bugs!

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 @鈥媀ladislavAntonyuk 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 @鈥媖perdlich! 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 @鈥媠oftlion and @鈥媌rminnick. 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

New Contributors

Full Changelog: CommunityToolkit/Maui@5.1.0...5.2.0

Commits
  • 041dcd9 Add IconTintColorBehavior for macOS + windows (#1179)
  • 5f79e85 Bump coverlet.collector from 3.2.0 to 6.0.0 in /samples (#1198)
  • 72a0703 Perform MediaElement Seek on main thread for WinUI (#1015)
  • 21cb4ea SpeechToText #808 (#1127)
  • fed3771 Bump NuGet.Protocol from 6.5.0 to 6.6.0 in /samples (#1192)
  • 8c1485c Bump Microsoft.CodeAnalysis from 4.5.0 to 4.6.0 in /samples (#1190)
  • a4a5ba0 Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.6.0 in /samples...
  • a8f8a39 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /samples (#1187)
  • fc5da2d Fix MauiPopup.windows.cs NullReferenceException (#1181)
  • b991497 Update CommunityToolkit.Maui.Core.csproj (#1175)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2023
@brminnick
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/src/CommunityToolkit.Maui-5.2.0 branch from 4b21b8a to 1826868 Compare May 29, 2023 00:29
@brminnick brminnick enabled auto-merge (squash) May 29, 2023 00:30
@brminnick
Copy link
Owner

@dependabot rebase

Bumps [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/CommunityToolkit/Maui/releases)
- [Commits](CommunityToolkit/Maui@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Maui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/CommunityToolkit.Maui-5.2.0 branch from 1826868 to 2e5634a Compare May 29, 2023 01:04
@brminnick brminnick merged commit c49a33e into main May 29, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/CommunityToolkit.Maui-5.2.0 branch May 29, 2023 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant