Skip to content

Releases: LibraStack/UnityMvvmToolkit

Version 1.1.9

11 Nov 08:14
b460555
Compare
Choose a tag to compare

What's Changed

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

Version 1.1.8

15 Aug 02:17
c9b5575
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Version 1.1.7

20 Jul 07:43
a1058b4
Compare
Choose a tag to compare

What's Changed

Version 1.1.6

07 Jul 10:49
3fda705
Compare
Choose a tag to compare

What's Changed

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

Version 1.1.5

30 Jun 06:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Version 1.1.4

15 Jun 04:19
d50d1f2
Compare
Choose a tag to compare

What's Changed

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

Version 1.1.3

06 Jun 05:17
dacb116
Compare
Choose a tag to compare

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

04 Jun 02:22
9607609
Compare
Choose a tag to compare

What's Changed

  • Fixed adding same type converters issue #23

Version 1.1.1

01 Jun 03:56
b96f557
Compare
Choose a tag to compare

What's Changed

  • Fixed uxml template childs binding issue #20

Version 1.1.0

30 May 04:54
161fe2e
Compare
Choose a tag to compare

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