Skip to content

Releases: isaac-udy/Enro

Release 2.0.0-alpha09

29 Oct 03:56
Compare
Choose a tag to compare

Upgraded to Compose 1.3.0, added functionality to attach interceptors to NavigationContainers

Release 2.0.0-alpha08

25 Oct 11:18
Compare
Choose a tag to compare

Updated ComposableNavigationContainer to use movableContentOf for rendering. Added NavigationContainerGroup and rememberNavigationContainerGroup to help manage groups of navigation containers inside Compose

Release 1.17.5

25 Oct 08:15
Compare
Choose a tag to compare

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

24 Oct 10:26
Compare
Choose a tag to compare

Fixed bug with configuration changes, updated animation behaviour for nested navigation containers

Release 2.0.0-alpha06

18 Oct 15:00
Compare
Choose a tag to compare

Resolved a bug with manually registered (i.e. not through @NavigationDestination) Composables and Navigation Containers

Release 2.0.0-alpha05

18 Oct 12:59
Compare
Choose a tag to compare

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

11 Oct 07:37
Compare
Choose a tag to compare

Updated and improved AndroidX Navigation interoperability to allow for

Release 1.17.3

10 Oct 10:30
Compare
Choose a tag to compare

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

07 Aug 03:20
Compare
Choose a tag to compare

Added a fix for BottomSheetDestinations incorrectly managing lambdas

Release 1.17.1

05 Aug 00:50
Compare
Choose a tag to compare

Fix issue where animations provided through override did not work correctly for Composable destinations in some situations