2.0.2 point release
17 Mar 2015We’ve just pushed 2.0.2 to nuget, it’s a small release mostly with bug fixes missing from 2.0.0.
What’s New?
- Resolved some design time bugs.
PropertyChangedBase.Refreshis now virtual.- Added checks to guard against an async CanClose.
- Allow
SettingsWindowManagerto open independent flyouts [WinRT]. - Deal with unicode in C# identifiers.
AttachedCollection.On*methods are now virtual.ViewAware.GetViewis now virtual`.ViewLocator.LocateForModelfalls back toLocateForModelTypeif the view could not be added to the visual tree.ActionMessage.UpdateAvailablilityis now virtual.- Removed explicit garbage collection from WinRT
FrameAdapter. - Resolved a bug where couldn’t navigate to a view model that contained the name of the assembly.
Thanks to all who contributed fixes, logged bugs etc.