Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.3.0 source code.tar.gz | 2022-11-01 | 354.0 kB | |
1.3.0 source code.zip | 2022-11-01 | 550.9 kB | |
README.md | 2022-11-01 | 889 Bytes | |
Totals: 3 Items | 905.8 kB | 0 |
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.