5.1
- ValidatingViewModel was renamed to ValidatingBindable and now inherits from Bindable instead of ViewModel
- ViewModel inherits from ValidatingBindable instead of Bindable
- Dialog inherits from ViewModel instead of ValidatingViewModel
- The IsValid property was moved to ViewModel
- The type of errors of a property was changed to IEnumerable to enable non string errors