What's Changed
- [iOS][WASM] fixes for compose-1.7 by @kkalisz in https://github.com/Tlaster/PreCompose/pull/390
Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.7.0-alpha02...1.7.0-alpha03
Unclaimed project
Are you a maintainer of PreCompose? Claim this project to take control of your public changelog and roadmap.
Full Changelog: https://github.com/Tlaster/PreCompose/compare/1.7.0-alpha02...1.7.0-alpha03
Starting from this version, PreCompose no longer uses built-in ViewModel and Lifecycle. Instead, it now uses JetPack's ViewModel and Lifecycle. This change will introduce breaking changes. You can refer to the following migration guide to upgrade your code:
moe.tlaster:precompose-viewmodel is no longer used. You can use `org.jetbrains.androidx.lifecycle:life...I'm migrating to Jetpack's ViewModel and Lifecycle, before lots of breaking changes, I'd like to release a new version that still uses internal ViewModel and Lifecycle.
Full Changelog: https://github.com/Tlaster/P...