Version 1.0.0
New binding workflow. Now you can achieve the same results with less boilerplate.
What's Changed
- Added
IProperty<T>
&IReadOnlyProperty<T>
withValueChanged
event - Added
IBindingContext
interface. Now it is a base interface for ViewModels - Added
IBindableElement
withSetBindingContext
&ResetBindingContext
methods to provide binding for nested UI elements
Breaking Changes
- Removed
ViewModel
- Removed
BindableElementsFactory
- Removed
BindablePropertyElement
&BindableCommandElement