Releases: isaac-udy/Enro
Release 2.0.0-beta04
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
Update libraries, use BundleCompat for reading parcelables
Release 2.0.0-beta02
Update consumer rules for Gradle 8
Release 1.19.2
Add consumer rule to keep ComposableDestinations
Release 2.0.0-beta01
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
Fix issue with skipHalfExpanded in BottomSheetDestination
Release 1.19.0
Updated Compose to 1.4.3
Release 2.0.0-alpha21
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
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
Added KSP processor, including minor tweaks to the KAPT processor to manage this. Processors may be unstable with this version.