Skip to content

1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 18:26
· 145 commits to main since this release
  • Improvements to AndroidViewModel
    • Adds attachEventHandler() override which runs on a CoroutineScope rather than a Lifecycle, which is better-suited for Compose EventHandlers
    • Adds attachEventHandlerOnLifecycle() to be more explicit about when the eventHandler is running on a Lifecycle
    • Original attachEventHandler() is now marked as deprecated, and should be replaced with attachEventHandlerOnLifecycle()
    • Adds observeStatesOnLifecycle() method for more easily collecting states in XML-based Views