This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.
New in Feb 10th drop:
New in this release:
New in Feb 10th drop:
- Completed Items 11 and 12 below.
New in this release:
- Removed the bulk of code from Prism.Events and added nuget references to PubSubEvents package
- Added support for object instances to be passed as navigation parameters
- Added ViewModelLocator functionality via Prism.Mvvm
- Deprecated NotificationObject and updated RI and Quickstarts to use BindableBase in Prism.Mvvm
- Moved ProopertySupport class to Prism.Mvvm and enhanced BindableBase.
- Deprecated CompositePresentationEvent since it was replaced with PubSubEvent
- Removed Prism for Silverlight 5 and Windows Phone code.
- Integrated DelegateCommand<T> from Prism Desktop into Task enabled DelegateCommand<T> in Prism.Mvvm.
- Enhanced Prism InvokeCommandAction to accept EventArgs and pass it to command if CommandParameter not set. Also added EventArgsParameterPath property that is used to specify the path to desired property within EventArgs instance using object dot notation.
- All quickstarts converted to WPF.
- Added Interactivity quickstart
- Referencing Common Service Locator v1.2