Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 16:21
· 250 commits to master since this release

Update dependencies

Added

  • New: Add support for Kotlin/Wasm (wasmJs target) 🎉.
  • New: Add LenientLifecycleRegistry, a LifecycleRegistry without the state checking,
    and has moveTo method to move to a specific state. This is a flexible version of LifecycleRegistry.
  • New: Add rememberWindowLifecycleOwner() for Desktop (JVM) platform.
  • New: Add SavedStateSupport.ProvideCompositionLocals and SavedStateSupport.ClearOnDispose for non-Android platforms.

Fixed

  • Fixed: an issue where LocalLifecycleOwner provided the wrong LifecycleOwner to the content of NavHost composable.

Sample

  • New: Add Solivagant Wasm Sample.
    You can open the web application by running the ./gradlew :samples:solivagant-wasm-sample:wasmJsBrowserDevelopmentRun Gradle task.