Wednesday, March 26, 2014

3.1.2-beta1 - work in progress but since people are asking...

Just pushing 3.1.2-beta1 out of the normal channels.

There are still a few items left that I want to squeeze into 3.1.2 - see https://github.com/MvvmCross/MvvmCross/issues?milestone=1&page=1&state=open

The issues fixed since 3.1.1 are:
  • Wpf Location Watcher added
     
  • Fix for NullRefExc in WindowsPhone Location Watcher
     
  • AsyncRequestHandle added to Rest/Network calls - allows cancel (but users should still consider using HttpClient)
     
  • Droid fix to Click TargetBinding - wrong unsubscribe in Dispose
     
  • Additional IoC overloads added - task based constructors for dynamic types
     
  • Unify use of IMvxBundle instead of MvxBundle in Navigation calls
     
  • Option to allow TableViewSource (and other collections) to always reset when INPC is fired
     
  • Multiple changes to File plugins - allowing Stream use
     
  • Fix to allow ErrorImage displayed in MvxImageView
     
  • Updates to nuget TODO files
     
  • Newtonsoft Json moved to a Nuget dependency!
     
  • Improvements in MvxCommandCollection - commands can now share CanExecuteChanged properties
  • Changes to non-Weak reference subscription for WindowsPhone MvxCommand implementation

More details later - gotta go run now :)

1 comment:

  1. Hi Stuart,

    Interested to hear your thoughts on Xamarin Forms 3.0. With the introduction of compiling down an abstracted UI layer down to specific platform UI, what does this mean for MVVMCross? Can the 2 work together in a complimentary manner, are there any noteable limitations on using the 2 together?

    ReplyDelete