Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@ChebanovDD ChebanovDD released this 02 May 05:47
· 106 commits to main since this release

New binding workflow. Now you can achieve the same results with less boilerplate.

What's Changed

  • Added IProperty<T> & IReadOnlyProperty<T> with ValueChanged event
  • Added IBindingContext interface. Now it is a base interface for ViewModels
  • Added IBindableElement with SetBindingContext & ResetBindingContext methods to provide binding for nested UI elements

Breaking Changes

  • Removed ViewModel
  • Removed BindableElementsFactory
  • Removed BindablePropertyElement & BindableCommandElement