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.2
===========
Release date:
=============
2011/02/17
Added/fixed:
============
(+) DataObjectBase now supports Isolated Storage out of the box:
Person.Save(myStream) stores a whole object graph in Silverlight
(+) DataObjectBase can now be converted to Json via Person.ToJson();
(+) UserControl<TViewModel> can now automatically disable itself when there
is no view model constructed via the DisabledWhenNoViewModel property
(+) InfoBarMessageControl now contains a Mode property so it is possible to
show the control either Inline or Overlay, DataWindow also has overloads
to specify this option
(*) Added protection that a view model can only be initialized once
(x) Silverlight Commands are now correctly cleaned up without exceptions
(x) Fixed bug in SavableDataObjectBase.ToXml()
(x) ViewModelBase will no longer get into an undefined state after the model
becomes null because of the SelectedItem property of an ItemsControl
To-do:
======
-
Known bugs:
===========
-