Skip to content

Releases: isaac-udy/Enro

Release 2.0.0-beta04

17 Jul 09:35
Compare
Choose a tag to compare

Fixed some generic type syntax issues with activityResultDestination, added fix for resource animation compatibility causing flickering in some cases, updated several "requireNotNull" messages to provide more useful debugging information

Release 2.0.0-beta03

11 Jul 13:40
Compare
Choose a tag to compare

Update libraries, use BundleCompat for reading parcelables

Release 2.0.0-beta02

09 Jul 10:52
Compare
Choose a tag to compare

Update consumer rules for Gradle 8

Release 1.19.2

09 Jul 09:12
Compare
Choose a tag to compare

Add consumer rule to keep ComposableDestinations

Release 2.0.0-beta01

05 Jul 09:08
Compare
Choose a tag to compare

Added functionality to manage activity results from synthetic destinations, added a simple way to provide a viewmodel factory to Composables, and deprecated the older BottomSheet/DialogDestination extension interfaces

Release 1.19.1

03 Jul 09:10
Compare
Choose a tag to compare

Fix issue with skipHalfExpanded in BottomSheetDestination

Release 1.19.0

03 Jul 05:48
Compare
Choose a tag to compare

Updated Compose to 1.4.3

Release 2.0.0-alpha21

28 Jun 06:39
Compare
Choose a tag to compare

Fixed a bug where resource animations could be triggered again in for Compose destinations when they shouldn't be, added functionality to add extras to NavigationKeys without creating an instruction first, and fixed a bug with KSP not correctly registering destinations that with keys that used generic type parameters

Release 2.0.0-alpha20

19 Jun 08:26
Compare
Choose a tag to compare

Fix issue with KSP not working in multi-module projects, update rememberNavigationContainer for Composables to solve a bug with movableContent/detached views

Release 2.0.0-alpha19

28 May 19:15
Compare
Choose a tag to compare

Added KSP processor, including minor tweaks to the KAPT processor to manage this. Processors may be unstable with this version.