Catel history
=============
(+) Added
(*) Changed
(-) Removed
(x) Error / bug (fix)
For more information about issues or new feature requests, please visit:
http://catel.codeplex.com
===========
Version 1.3
===========
Release date:
=============
2011/03/18
Added/fixed:
============
(+) Added BindingHelper class to evaluate binding values manually
(+) UserControl<TViewModel> now supports master-detail views where the detail view would have a nested UserControl<TViewModel> and no parent in the whole tree had a valid binding to a data context (pfew, this was a tough one...)
(+) Project and item templates are now installed when Catel is added to a project via NuGet as well. Code snippets are now initialized during every startup of every project that includes Catel, so if the package is removed from a project, not all projects lose their code-snippets
(+) Design time view models as example data are now supported by Catel via the Designer.ViewModel attached property
(*) ViewModelBase will no longer throw an exception when a property cannot be found on the model. This is because when an interface is used, the property is not detected via reflection when FlattenHierarchy is used
(*) DataWindow and DataWindow<TViewModel> are no longer abstract to support designer view
(*) InfoBarMessageControl uses custom events instead of routed events so the control works with Silverlight as well. This requires that all non-standard validation now uses a WarningAndErrorValidation definition (which is already the case for the DataWindow and UserControl). However, if you cannot live with these changes, you can uncomment the USEROUTEDEVENTS defines in both InfoBarMessageControl.cs and WarningAndErrorValidator.cs
(-) Removed default offset in DataWindow so it can be displayed in maximized state as well. If you want to want to use the old offset, simply call DataWindow.EnableWindowOffset() or set the MaxWidth and MaxHeight properties
(-) Removed Jetpack theme because it was not working and required a reference to the WPFToolkit
(x) Fixed issue with the UserControl item template for WPF
To-do:
======
-
Known bugs:
===========
-