Releases: LibraStack/UnityMvvmToolkit
Releases · LibraStack/UnityMvvmToolkit
Version 1.0.2
What's Changed
- Fixed
ArgumentOutOfRange
when deleting an item fromBindableListView
in Unity 2022 #11
New Contributors
- @CunningFox146 made their first contribution in #11 and #13
Version 1.0.1
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
Version 0.1.0
v0.1.0