Skip to content

2.1.0 - Refactor to use ViewModelProviders

Compare
Choose a tag to compare
@sebaslogen sebaslogen released this 03 Jul 18:32
· 572 commits to main since this release

RELEASE CHANGES

  • Refactor to use ViewModelProviders, following the official way to create, store and retrieve ViewModels
  • Compose Compiler Version update to 1.2.0
  • Other dependency updates
  • More automated tests

BREAKING CHANGES

  • ViewModel can no longer be provided with rememberScoped
  • Instead use the new viewModelScoped functions to create ViewModels