Skip to content

Releases: LibraStack/UnityMvvmToolkit

Version 1.0.2

18 May 12:26
Compare
Choose a tag to compare

What's Changed

  • Fixed ArgumentOutOfRange when deleting an item from BindableListView in Unity 2022 #11

New Contributors

Version 1.0.1

04 May 08:01
Compare
Choose a tag to compare

What's Changed

  • Fixed AsyncCommand cancellation issue #4
  • Collect only Observable fields from ViewModel #6
  • Changed async command IsRunning property to Observable property #5

Version 1.0.0

02 May 05:47
Compare
Choose a tag to compare

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

Version 0.1.0

06 Sep 06:32
Compare
Choose a tag to compare
v0.1.0