Skip to content

Releases: LibraStack/UnityMvvmToolkit

Version 1.1.9

Choose a tag to compare

@ChebanovDD ChebanovDD released this 11 Nov 08:14
b460555

What's Changed

  • Fixed property wrappers issue #60
  • Added ItemTemplate selection directly in the UI Builder for Unity 2023

Version 1.1.8

Choose a tag to compare

@ChebanovDD ChebanovDD released this 15 Aug 02:17
c9b5575

What's Changed

  • Fixed BindingContextProvider InvalidCastException in Unity 2023 #53
  • Other minor improvements

New Contributors

Version 1.1.7

Choose a tag to compare

@ChebanovDD ChebanovDD released this 20 Jul 07:43
a1058b4

What's Changed

Version 1.1.6

Choose a tag to compare

@ChebanovDD ChebanovDD released this 07 Jul 10:49
3fda705

What's Changed

  • Added BindableListView<TItem, TCollection>
  • Minor changes and improvements

Version 1.1.5

Choose a tag to compare

@ChebanovDD ChebanovDD released this 30 Jun 06:08

What's Changed

New Contributors

Version 1.1.4

Choose a tag to compare

@ChebanovDD ChebanovDD released this 15 Jun 04:19
d50d1f2

What's Changed

  • Added InitOnAwake virtual property to MonoBehaviourView. Allows to Init a view manually.

Version 1.1.3

Choose a tag to compare

@ChebanovDD ChebanovDD released this 06 Jun 05:17
dacb116

What's Changed

  • Fixed binding to field commands issue #27
  • Fixed the issue with ignoring the converter when source and target types match #28
  • Minor changes and improvements

Version 1.1.2

Choose a tag to compare

@ChebanovDD ChebanovDD released this 04 Jun 02:22
9607609

What's Changed

  • Fixed adding same type converters issue #23

Version 1.1.1

Choose a tag to compare

@ChebanovDD ChebanovDD released this 01 Jun 03:56
b96f557

What's Changed

  • Fixed uxml template childs binding issue #20

Version 1.1.0

Choose a tag to compare

@ChebanovDD ChebanovDD released this 30 May 04:54
161fe2e

What's Changed

  • Define UGUI bindable elements only when TMP is installed #12
  • Added BindingContextProvider #17
  • Unified ObservableAttribute logic for properties and commands #15
  • Added Unity 2023 UxmlElement attribute support #16