Releases: icerockdev/moko-mvvm
Releases · icerockdev/moko-mvvm
0.16.1
0.16.0
0.15.0
0.14.0
0.13.1
0.13.0
Changes
- #138 swift friendly api for uikit extensions and for swiftui
- #162 add
CompoundButton
extensions - #36 added SwiftUI support with additional CocoaPods module (please read readme in install block)
- #163 added
observeAsState
for ourLiveData
- #165 added bindings for
StateFlow
on Android Views and iOS UIViews - #168 added Jetpack Compose and SwiftUI sample (see
sample-declarative-ui
directory)
0.12.0
Changes
- Kotlin 1.6.10
- #166 Apple Silicon support
- #167 support of jvm, js, linux, windows, all apple platforms
- #156 android sources publishing
- #159 fix invalid value in observers of livedata in iOS
- #155 fix android potential memory leak with databinding
Breaking changes
MutableLiveData.postValue
was extracted from classMutableLiveData
and moved to extension function. To continue usage please add importdev.icerock.moko.mvvm.livedata.postValue