Skip to content

5.1

Compare
Choose a tag to compare
@nkristek nkristek released this 21 Aug 19:46
· 37 commits to master since this release
  • 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