Skip to content

Releases: isaac-udy/Enro

Release 1.18.0

09 Feb 11:07
Compare
Choose a tag to compare

Updated dependencies to the latest stable versions, such as Kotlin, AGP, AndroidX, Hilt, etc

Release 2.0.0-alpha11

23 Jan 14:13
Compare
Choose a tag to compare

Added functionality to manipulate NavigationContainers from a NavigationHandle (unstable, will change in the future) and removed "PresentationContainers" in favor of allowing regular navigation containers to perform this functionality directly (which allows Composable dialogs and bottomsheets to be hosted directly within Compose, even when used when Fragments are also being used)

Release 2.0.0-alpha10

01 Nov 12:01
Compare
Choose a tag to compare

Allowed generic NavigationKey types for Activities, Fragments and Composables. Added functionality to allow a result interceptor to deliver the result without closing the active navigation destination.

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