Releases: LibraStack/UnityMvvmToolkit
Releases · LibraStack/UnityMvvmToolkit
Version 1.1.9
What's Changed
- Fixed property wrappers issue #60
- Added ItemTemplate selection directly in the UI Builder for Unity 2023
Version 1.1.8
Version 1.1.7
What's Changed
- Added BindingContextProvider element #48
- Added
ReadOnlyProperty
support forBindableTextField
#50
Version 1.1.6
What's Changed
- Added
BindableListView<TItem, TCollection>
- Minor changes and improvements
Version 1.1.5
What's Changed
- Fixed
ListView
remove item issue in Unity 2021 #35 - Fixed
ScrollView
clear collection issue #36 - Added BindableDropdownField #31
New Contributors
- @VasilevMaxim made their first contribution in #31
Version 1.1.4
What's Changed
- Added
InitOnAwake
virtual property toMonoBehaviourView
. Allows toInit
a view manually.
Version 1.1.3
Version 1.1.2
What's Changed
- Fixed adding same type converters issue #23
Version 1.1.1
What's Changed
- Fixed uxml template childs binding issue #20
Version 1.1.0
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