Skip to content

Bump CommunityToolkit.Maui from 5.0.0 to 5.1.0 #163

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps CommunityToolkit.Maui from 5.0.0 to 5.1.0.

Release notes

Sourced from CommunityToolkit.Maui's releases.

v5.1.0: LazyView, Keyboard Extensions & Bugfixes!

Happy Friday! Almost weekend, but before you go... Here is the latest release of the .NET MAUI Community Toolkit, our best release yet!

LazyView

A good developer is a lazy developer? If that's true for you, then we have just the control for that!

You might already know and love the LazyView from the Xamarin Community Toolkit. With the LazyView control you can delay the initialization of any given View in .NET MAUI. You can read all about what it is, and more importantly, how to use it in our docs!

All this amazing work is done by our very own @​kphillpotts, thanks mate!

Keyboard Extensions

OK, sit down, this is an important one although you might not realize it. There is a lot to do about the keyboard behavior in .NET MAUI.

With these keyboard extensions, now available in .NET MAUI Community Toolkit, you will have more control over how the (soft)keyboard behaves. You can easily check if the keyboard is currently shown, hide it or show it as you please in your .NET MAUI app.

A-MA-ZING, right?! This should send you off into the weekend with a great feeling. Oh, you wonder how to work with it? Say no more, we got the docs right here.

Thank you for your great work on this @​PureWeen! Here is your virtual margarita 🍸

All the details

We got a lot of bugfixes and other small changes included in this version as well. Check them out below and let us know your favorite one!

Who am I kidding... No one has a favorite bugfix.

Housekeeping, no one cares but us

New Contributors

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

Commits
  • 8a5d550 KeyboardExtensions (#1064)
  • 0e334b5 Bump Microsoft.Extensions.Http.Polly from 7.0.4 to 7.0.5 in /samples (#1137)
  • 0df52ee Implementation of LazyView + Sample + Unit Tests (#1102)
  • 16d045f Bump Microsoft.Extensions.Http.Polly from 7.0.3 to 7.0.4 in /samples (#1096)
  • 8868aaf No need to create choose intent (#1087)
  • c2f9b85 [Housekeeping] Fix Directory.Build.targets for macOS (#1081)
  • b086142 [Housekeeping] Enable AccelerateBuildsInVisualStudio (#1079)
  • c72bc38 Fix FileSaver doesn't handle non-seekable streams (#1078)
  • 1485b98 Bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /samples (#1076)
  • 4893c48 Fix FileSaver exception {"The parameter is incorrect.\r\n"} (#1074)
  • 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)

Bumps [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/CommunityToolkit/Maui/releases)
- [Commits](CommunityToolkit/Maui@5.0.0...5.1.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 added the dependencies Pull requests that update a dependency file label Apr 17, 2023
@TheCodeTraveler TheCodeTraveler merged commit 8bf8281 into main Apr 17, 2023
@dependabot dependabot bot deleted the dependabot/nuget/CommunityToolkit.Maui-5.1.0 branch April 17, 2023 14:05
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.

1 participant