Releases: adrielcafe/voyager
Releases · adrielcafe/voyager
1.0.0-beta14
- Compose Multiplatform support (#33) by @terrakok
- Check the platform compatibility of each module
- Fixes for Hilt integration (#21, #22) by @programadorthi
- Fixes for BottomSheetNavigator (#28, #32) by @Tolriq
- Updated dependencies
- Kotlin 1.6.10
- Jetpack Compose 1.1.0-rc01
- Compose Multiplatform 1.0.1-rc2
1.0.0-beta13
- Fixed multiple Hilt issues (#15, #16, #17) by @programadorthi
- Updated dependencies (Compose 1.1.0-alpha06)
1.0.0-beta12
- Added Hilt integration (ScreenModel docs, ViewModel docs) (#11) by @programadorthi #13
- Fixed crash with ScreenModel's
coroutineScope
(#14) - Updated dependencies (Kotlin 1.5.31, Compose 1.1.0-alpha05 and more)
1.0.0-beta11
1.0.0-beta10
1.0.0-beta09
1.0.0-beta08
- Updated Compose to 1.1.0-alpha02 (now requires targetSdk 31)
- Replaced custom transition implementation with
AnimatedContent
- Added support for
SavedStateHandle
(#7)
1.0.0-beta07
- Added support for multi-module navigation (docs)
1.0.0-beta06
1.0.0-beta05
- Fixed state restoration when using transitions (#6)