This release contains the next changes:
- Compatibility with Compose 1.5
- Removed @ExperimentalAnimatedApi annotation from AnimatedNavHost, as the underlying AnimatedContent is now stable
- BottomSheetNavHost stability fixes
- NavBackHandler now has an optional
allowEmptyBackstack
parameter. This way NavBackHandler can be used with BottomSheetNavHost now (just setallowEmptyBackstack = true
). - New API to access all current NavHostEntries through the NavHostState. This way two neighbour NavHosts may access each others state and entries.