Compose Navigator Versions Save

Navigation Component for Jetpack Compose with support for screens, dialogs, bottomsheets, transitions and multi module projects

1.1.2

2 years ago

What's Changed

  • Update Compose version to 1.1.0

Bug Fixes

  • Fix transition when using setRoot

Sample

  • Add example of popping current screen while navigating in DetailsScreen

v1.1.1

2 years ago

Bug fix

  • Fix DeepLinkHandler not receiving intent when app being restored

v1.1.0

2 years ago

What's Changed

  • Update version to 1.1.0 @roudikk (#6)
  • Update Compose version to 1.1.0-rc03

Breaking changes

  • Default animation is now NavTransition.None instead of fade in/ fade out

Enhancements

  • BottomSheetOptions now has Modifier parameter for the outer BottomSheet
  • BottomSheetOptions now has confirmStateChange parameter to override the bottom sheet state change behaviour per bottom sheet destination
  • BottomSheetSetup now has animationSpec parameter that can override the bottom sheet's animation spec

Sample

  • Fix previews in sample app to showcase best practices
  • Add dynamic theming

1.0.1

2 years ago

What's Changed

🚀 Features

  • Add support for Deeplinks using DeepLinkHandler @roudikk (#5)

1.0.0

2 years ago

Initial release for Compose Navigator library.

Check README for installation and usages

Compose version: 1.1.0-rc01