MvvmCross

The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI

MS-PL License

Stars
3.9K
Committers
401

Bot releases are hidden (Show)

MvvmCross - Release 9.2.0 Latest Release

Published by Cheesebaron 8 months ago

This release adds .NET 7 and 8 support for MvvmCross and removes support for .NET 6.

Also, this contains changes to the startup process and Dependency Injection in MvvmCross to prepare and help switching to a different Dependency Injection provider in the future. This means that the methods CallbackWhenRegistered have been removed from IMvxIoCProvider and has been removed from Plugins which were using this functionality. This also meant that those plugins which relied on it broke, which has been fixed by initializing them at a different time during startup.

Plugin registration InitializePluginFramework has been move to just before InitializeApp and InitializeLastChance in MvxSetup and you can check the new order of initialization here: https://github.com/MvvmCross/MvvmCross/blob/develop/MvvmCross/Core/MvxSetup.cs#L150

What's Changed

New Contributors

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.1.1...9.2.0

MvvmCross - Release 9.2.0-beta.7

Published by Cheesebaron 9 months ago

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.2.0-beta.6...9.2.0-beta.7

MvvmCross - Release 9.2.0-beta.6

Published by Cheesebaron 9 months ago

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.2.0-beta.5...9.2.0-beta.6

MvvmCross - Release 9.2.0-beta.5

Published by Cheesebaron 10 months ago

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.2.0-beta.4...9.2.0-beta.5

MvvmCross - Release 9.2.0-beta.4

Published by Cheesebaron 11 months ago

This release is built against the stable .NET SDK 8.0.100

What's Changed

New Contributors

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.2.0-beta.3...9.2.0-beta.4

MvvmCross - Release 9.2.0-beta.3

Published by Cheesebaron 12 months ago

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.2.0-beta.2...9.2.0-beta.3

MvvmCross - Release 9.2.0-beta.2

Published by Cheesebaron 12 months ago

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.2.0-beta.1...9.2.0-beta.2

MvvmCross - Release 9.2.0-beta.1 with .NET 8.0 Support

Published by Cheesebaron about 1 year ago

This is a release which removes the .NET 6.0 Target Frameworks as they are out of support. MvvmCross now targets .NET 7.0 and .NET 8.0.

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.1.1...9.2.0-beta.1

MvvmCross - Hotfix 9.1.1

Published by Cheesebaron about 1 year ago

What's Changed

Full Changelog: https://github.com/MvvmCross/MvvmCross/compare/9.1.0...9.1.1

MvvmCross - 7.1.1

Published by Cheesebaron almost 4 years ago

Hotfix to fix PendingIntent in MvxAndroidViewPresenter not being able to be set from an inheritor.

MvvmCross - 7.0.1

Published by Cheesebaron almost 4 years ago

Changelog

7.0.1 (2020-09-19)

Full Changelog

Fixed bugs:

Merged pull requests:

MvvmCross - 7.1.0

Published by Cheesebaron almost 4 years ago

Changelog

7.1.0 (2020-10-21)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • No windows is presented when trying to launch Mac app #3830
  • fix for adjusting scrollview insets twice #3950 (Hackmodford)

Closed issues:

  • Fragment.Instantiate is deprecated #3949
  • Poll: Removal of Plugins File and Network #3915

Merged pull requests:

MvvmCross - 7.0.0

Published by Cheesebaron about 4 years ago

7.0.0 (2020-08-14)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Binding : Binding Set Creation #3693

Fixed bugs:

  • MvxIosViewPresenter fails to close all modal ViewControllers #3826
  • EXC_BAD_ACCESS on MvxPathSourceStep.ClearPathSourceBinding #3784
  • Conflict calls to SaveAsync() in MvxSuspensionManager #3772
  • Exception Java.Lang.NoSuchMethodError: no method with name='isDestroyed' occurs on API 16 #3727
  • Use dedicated object to acquire lock #3810 (Cheesebaron)
  • Fix NoSuchMethodError exception when calling IsDestroyed #3729 (Cheesebaron)
  • Fix rethrowing exceptions #3683 (sm-g)

Closed issues:

  • Mistake in documentation #3690

Merged pull requests:

MvvmCross - 5.2.1

Published by martijn00 about 7 years ago

MvvmCross -

Published by martijn00 about 7 years ago

MvvmCross -

Published by martijn00 about 7 years ago

MvvmCross -

Published by martijn00 over 7 years ago

MvvmCross -

Published by martijn00 over 7 years ago

MvvmCross -

Published by martijn00 over 7 years ago

MvvmCross -

Published by martijn00 over 7 years ago

Badges
Extracted from project README's
Twitter: @MvvmCross Build Status NuGet NuGet Pre Release MyGet OpenCollective OpenCollective CodeFactor Sponsors Backers
Related Projects