Skip to content

1.6.22-beta

Compare
Choose a tag to compare
@raamcosta raamcosta released this 09 Oct 23:23
· 450 commits to main since this release
bd44051

1. Refactored some of the utility functions to correctly account for the possibility of a NavBackStackEntry corresponding to a NavGraph entry and not a Destination one.

2. Fixes #252 : Added Stable annotation to DestinationsNavigator

3. Improved internal route building to use "&" instead of "?" for non mandatory arguments other than the first one. (thanks @Mordred )

4. Fixes #221 : Added explicity types and visibility. Also made generated Destination be declared as internal if corresponding annotated Composable is.