MvvmCross 8.0.2

A new MvvmCross version is available on NuGet! You can always find the latest changelog in the root of the repository to see what has changed between versions.

This is a minor release with some bug fixes to MvvmCross. In addition we have a new non-breaking feature, which adds sticky messages to the Messaging plugin.

Most pressing issue is the registration of IMvxTextProvider which didn’t work and resulted in issues resolving it.

Changelog

8.0.2 (2021-07-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Navigation with param and result crash on back navigation #4226
  • Localization feature doesn’t work #4208
  • Color plugin breaks WPF designer with NullReferenceException #4144
  • Fix appcompat searchview query targetbinding not registered #4231 (Cheesebaron)
  • Fix navigate with TParameter and TResult resulting in crash #4230 (Cheesebaron)
  • Fix potential null ref in MvxColorValueConverter #4229 (Cheesebaron)
  • Fix resolving of IMvxTextProvider #4209 (2urbo)

Closed issues:

  • Undocumented MvxApplication<TMvxUapSetup, TApplication> changes #4199

Merged pull requests: