8000 Release 10.0.0 ยท orbit-mvi/orbit-mvi ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

10.0.0

Latest
Compare
Choose a tag to compare
@Rosomack Rosomack released this 23 May 09:17
· 3 commits to main since this release
e8c6142

New features

  • Support for all Kotlin Multiplatform platforms.
  • ViewModel Multiplatform and Compose Multiplatform support, with a new Compose Multiplatform sample app.
  • expectStateOn to better support sealed class state testing

API changes

orbit-core

  • [Breaking] blockingIntent is now an extension function.

orbit-compose

  • [Breaking] Removed deprecated collectState from ContainerHostExtensionsKt

orbit-test

  • Initial state is now automatically asserted in tests, deprecating expectInitialState(). TestSettings.autoCheckInitialState can be used to override this behaviour.
  • expectStateOn added.

orbit-viewmodel

  • Added kotlinx serializable for savedstatehandle support

What's Changed

Full Changelog: 9.0.0...10.0.0

0