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

Already on GitHub? Sign in to your account

Bump CommunityToolkit.Maui from 7.0.1 to 9.0.0 in /samples #283

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps CommunityToolkit.Maui from 7.0.1 to 9.0.0.

Release notes

Sourced from CommunityToolkit.Maui's releases.

v9.0.0: Breaking Bugfixes

Version 9! That must mean amazing new goodies! 😱

Unfortunately, no. Although every release of the Toolkit is a party of its own, for this release there are a couple of bugfixes that required breaking changes and therefore we bumped the version up to 9.

However, is XAML and converters are your jam, then be sure to check out the improvements in usage with CompareConverter. @​bijington has done some great work with that and you can find the documentation for that right here.

Find all the details below, if you have any questions or concerns, please let us know!

You might also like the .NET MAUI Community Toolkit standup live stream recording for May. Join us live and come hang out every first Thursday of every month on the .NET Foundation YouTube channel!

As always, many thanks to our contributors for this version, especially the community ones 👏 you are our heroes!

Breaking Changes

Replace FrozenSet with IReadOnlyList

By @​brminnick in CommunityToolkit/Maui#1839

This was breaking because it changed the signature of some public APIs:

AlertView.macios.cs changed the Children property from:

public FrozenSet<UIView> Children

to

public IReadOnlyList<UIView> Children

Improve the usage experience with CompareConverter in XAML

By @​bijington in CommunityToolkit/Maui#1841

This change is breaking because CompareConverter now takes 2 type arguments.

It went from

public abstract class CompareConverter<TReturnObject> : BaseConverterOneWay<IComparable, object>

to

public abstract class CompareConverter<TValue, TReturnObject> : BaseConverterOneWay<TValue, object> where TValue : IComparable

... (truncated)

Commits
  • 567eee2 [housekeeping] Automated PR to fix formatting errors (#1848)
  • 971842b Fix Media Element Android Layout (#1814)
  • bcd463e Improve the usage experience with CompareConverter in XAML (#1841)
  • 4f999c1 [housekeeping] Automated PR to fix formatting errors (#1843)
  • 46a7dd8 Update Touch Behavior Sample (#1784)
  • 66d42c0 Replace FrozenSet with IReadOnlyList (#1839)
  • 176f515 [housekeeping] Automated PR to fix formatting errors (#1840)
  • 9ff0633 Fix AVPlayer Crash on IOS 16.x and 17.x (#1813)
  • 3e17a9c Fix Back button behavior when Media Element is full screen (#1761)
  • 5934abf Fix Windows Map control no longer displays the User's Location Pin after addi...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 24, 2024
@brminnick brminnick enabled auto-merge (squash) May 24, 2024 18:04
Bumps [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui) from 7.0.1 to 9.0.0.
- [Release notes](https://github.com/CommunityToolkit/Maui/releases)
- [Commits](CommunityToolkit/Maui@7.0.1...9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/samples/CommunityToolkit.Maui-9.0.0 branch from e2e7876 to 317387d Compare May 27, 2024 04:36
@brminnick brminnick merged commit 0547a4a into main May 27, 2024
5 checks passed
@brminnick brminnick deleted the dependabot/nuget/samples/CommunityToolkit.Maui-9.0.0 branch May 27, 2024 04:49
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