Releases: isaac-udy/Enro
Release 2.0.0-alpha09
Upgraded to Compose 1.3.0, added functionality to attach interceptors to NavigationContainers
Release 2.0.0-alpha08
Updated ComposableNavigationContainer to use movableContentOf for rendering. Added NavigationContainerGroup and rememberNavigationContainerGroup to help manage groups of navigation containers inside Compose
Release 1.17.5
Fix bug where Activities/Fragments that are opened outside of Enro, but are targeted by Enro overrides will cause crashes when onBackPressed is called
Release 2.0.0-alpha07
Fixed bug with configuration changes, updated animation behaviour for nested navigation containers
Release 2.0.0-alpha06
Resolved a bug with manually registered (i.e. not through @NavigationDestination) Composables and Navigation Containers
Release 2.0.0-alpha05
Alpha release of Enro 2.0.0, with refactored navigation containers, and updated navigation directions. Some minor breaking API changes (naming) are still to come.
Release 1.17.4
Updated and improved AndroidX Navigation interoperability to allow for
Release 1.17.3
Fixed a bug with interoperability between Enro and AndroidX Navigation to ensure that back presses directed towards a Fragment hosted in a NavHostFragment correctly pop the NavController's back stack
Release 1.17.2
Added a fix for BottomSheetDestinations incorrectly managing lambdas
Release 1.17.1
Fix issue where animations provided through override
did not work correctly for Composable destinations in some situations