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 MvvmCross from 9.2.0 to 9.3.1 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps MvvmCross from 9.2.0 to 9.3.1.

Release notes

Sourced from MvvmCross's releases.

Release 9.3.1

What's Changed

In MvvmCross 8 we removed the broken navigation waiting for a result from a ViewModel. New in 9.3.1 is a contribution from @​entdark which adds similar functionality back.

There are some updated docs on how to use it which can be found https://www.mvvmcross.com/documentation/fundamentals/navigation

There are some new methods in MvxNavigationService, a new IMvxResultViewModelManager and MvxResultAwaitingViewModel and MvxResultSettingViewModel types that are specific to this new navigation.

There is also a new sample in the Playground project in this repo for inspiration of use:

New Features 🎉

Fixed Bugs 🐛

Full Changelog: MvvmCross/MvvmCross@9.3.0...9.3.1

Release 9.3.0

What's Changed

It has been a while since last stable release, time for a new one. Some notable changes include:

  • Removal of .NET 7 TFM
  • Addition of .NET 9 TFM
  • Lots of warnings cleaned up and enabled nullable attributes in more places
  • Build fully moved to GitHub Actions
  • Multi Window support for WinUI 3 with the help of @​Joost-Jens-Luminis

A big thank you to all the contributors, all help is appreciated.

Changes on iOS

One change on iOS that might affect you is #4873 where now you do not need to have a Window export in your AppDelegate on iOS. If you have code as follows, make sure to remove it:

[Export("window")]
public UIWindow GetWindow() => Window;

Additionally if your app uses code like UIApplication.SharedApplication.Delegate.GetWindow() this will now return null. It has long been known that getting Window from the delegate or shared Application is deprecated and you should use the connected Scenes on your Application.

... (truncated)

Commits
  • c5ce651 Merge remote-tracking branch 'origin/release/9.3.1'
  • cc2511f Update changelog with info on where to find latest info
  • c0dcd42 Allow null values bound to Text in UILabel Text Target Binding (#4883)
  • 428cd23 Added new result awaiting and setting ViewModel navigation (#4848)
  • ea088fc Migrate tests to xUnit v3 (#4881)
  • 0e00766 Update global.json
  • 781b0b3 Merge branch 'release/9.3.0'
  • cf6fa49 Move .NET version to env var + pin when restoring workloads (#4878)
  • 89cc3f7 Add workflow to label PRs automatically (#4879)
  • dd240f9 Update directory props and targets (#4877)
  • 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)

Bumps [MvvmCross](https://github.com/MvvmCross/MvvmCross) from 9.2.0 to 9.3.1.
- [Release notes](https://github.com/MvvmCross/MvvmCross/releases)
- [Changelog](https://github.com/MvvmCross/MvvmCross/blob/develop/CHANGELOG.md)
- [Commits](MvvmCross/MvvmCross@9.2.0...9.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
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
Development

Successfully merging this pull request may close these issues.

0 participants