All Versions
162
Latest Version
Avg Release Cycle
70 days
Latest Release
1308 days ago

Changelog History
Page 3

  • v6.2.0-beta3 Changes

    August 17, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • [Android] 6.2.0-beta2 Playground.Droid shows RootViewModel twice #3028
    • MvxAutoCompleteTextView PartialText never changes after initial setting #3008
    • MvxExpandableTableViewSource issue #3000
    • PictureChooser can't be injected in ViewModel #2886

    Closed issues:

    • MvxTabbedPagePresentation with WrapInNavigationPage = false crashes when closing a modal view #3050
    • Commit d2a7fb2d on June 15 breaks compatibility with PropertyChanged.Fody #3016
  • v6.1.2 Changes

    June 18, 2018

    Full Changelog

    Closed issues:

    • MvxFormsAppCompatActivity.OnBackPressed assumes the standard Forms page presenter is being used #2965
    • โฌ†๏ธ Binding stop working after upgrade from 6.0.1 to 6.1.1 on Xamarin.Forms #2960

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘‰ Use interface instead of class for forms presenter #2966 (martijn00)
    • Binding to Child View's BindingContextProperty #2959 (borbmizzet)
  • v6.1.1 Changes

    June 12, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • MvxSetup Assembly.GetEntryAssembly() returns null #2957

    Closed issues:

    • [Android] 6.1 hangs on splash screen #2955
    • The app stuck at Splash Screen when using MVVMCross 6.x #2953
    • โšก๏ธ Nightly builds are not updated #2948
    • Failed to resolve "MvvmCross.Core.MvxSetup" reference from "MvvmCross, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null" #2956
    • Playground.Forms.Droid can't run #2951

    ๐Ÿ”€ Merged pull requests:

  • v6.1.0 Changes

    June 11, 2018

    Full Changelog

    Implemented enhancements:

    • MvxSimpleTableViewSource for include ViewCell designir in storyboard. #2897 (andrechi1)

    ๐Ÿ›  Fixed bugs:

    Closed issues:

    • ๐Ÿ”Œ IMvxMessenger plugin is not loaded, MvxIoCResolveException #2937
    • ๐Ÿ”Œ (6.0) Plugins not loaded unless explicitly referenced #2923
    • I'ts impossible to use custom MvxSuspensionManager in UWP projects #2882
    • All bindings stop working when using {Binding Source={x:Reference this}, Path=ViewModel.property} in Xaml derived from MvxContentView<TViewModel> #2825

    ๐Ÿ”€ Merged pull requests:

  • v6.1.0-beta2 Changes

    June 05, 2018

    Full Changelog

    Closed issues:

    • UWP Dependency Injection on startup #2925
    • Object reference not set to an instance of an object in MvxChainedSourceBinding.Dispose #2922
  • v6.1.0-beta1 Changes

    May 30, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ViewModel#Destroy does not get called on UWP #2860

    Closed issues:

    • Backstack in mvvmcross android working incorrectly #2913
    • SplashScreen doesn't automatically start Activity registered for AppStart #2895
    • ๐Ÿš€ UWP Release Builds are crashing at runtime #2842
    • MvxTimePicker won't bind correctly to Android versions 5.1 and below. #2840
    • ๐Ÿ— stamp $(AssemblyName) ($(TargetFramework)) into builds #2836
  • v6.0.1 Changes

    April 29, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • SplashScreenAppCompat should use AppCompatSetup #2821 (drungrin)

    Closed issues:

    • โšก๏ธ Calling async method on ViewModel.Initialize never ends and InitializeTask properties never got updated #2829

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“„ Small docs fix, renamed to correct method in the events mapping table. #2834 (agoransson)
    • โšก๏ธ Update Getting-Started and MvvmCross-Overview docs #2822 (nmilcoff)
    • ๐Ÿ›  Fixing crash when running Android Forms Playground #2820 (nickrandolph)
    • Removing calls to base methods to prevent error #2819 (nickrandolph)