Skip to content

1.3.0

Compare
Choose a tag to compare
@olshevski olshevski released this 01 Nov 19:21
· 111 commits to main since this release

This release contains the next changes:

  • Compose updated to 1.3.0
  • BottomSheetNavHost is available now in a separate reimagined-material artifact
  • New scoping NavHosts for easier ViewModel sharing. You can read more about them here.
  • Pending transition animations are properly queued now. This results in less visual artifacts for AnimatedNavHost when calling navigation methods while the animation is running.
  • Experimental BaseNavHost composable for implementing custom NavHosts

Breaking changes:

  • Long-deprecated setNewBackstackEntries method is finally hidden. Use setNewBackstack instead.

Deprecations:

  • AnimatedNavHostTransitionSpec is renamed to shorter NavTransitionSpec. The previous name is deprecated and type-aliased to the new name.