voyager

🛸 A pragmatic navigation library for Jetpack Compose

MIT License

Stars
2.5K

Bot releases are visible (Hide)

voyager - 1.0.0-beta13

Published by adrielcafe about 3 years ago

  • Fixed multiple Hilt issues (#15, #16, #17) by @programadorthi
  • Updated dependencies (Compose 1.1.0-alpha06)
voyager - 1.0.0-beta12

Published by adrielcafe about 3 years ago

  • 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)
voyager - 1.0.0-beta11

Published by adrielcafe about 3 years ago

  • Added LiveData integration (docs)
  • Fixed crash when combined TabNavigator with BottomSheetNavigator (#12)
voyager - 1.0.0-beta10

Published by adrielcafe about 3 years ago

  • Added ScreenModel and integrations for Koin, Kodein, Coroutines, RxJava (docs)
  • Fixed BackHandler for nested navigation (#10)
  • Updated dependencies
voyager - 1.0.0-beta09

Published by adrielcafe about 3 years ago

  • Added BottomSheetNavigator #8 (docs)
  • Fixed ViewModel lifecycle #7
voyager - 1.0.0-beta08

Published by adrielcafe about 3 years ago

  • Updated Compose to 1.1.0-alpha02 (now requires targetSdk 31)
  • Replaced custom transition implementation with AnimatedContent
  • Added support for SavedStateHandle (#7)
voyager - 1.0.0-beta07

Published by adrielcafe about 3 years ago

  • Added support for multi-module navigation (docs)
voyager - 1.0.0-beta06

Published by adrielcafe about 3 years ago

  • Fixed ViewModel integration (#7)
  • Added voyager-androidx module that provides AndroidScreen (docs)
  • Added Screen.uniqueScreenKey extension property to generate screen keys (docs)
  • Added hooks support (docs)
voyager - 1.0.0-beta05

Published by adrielcafe about 3 years ago

  • Fixed state restoration when using transitions (#6)
voyager - 1.0.0-beta04

Published by adrielcafe about 3 years ago

  • Fixed state restoration after Acitivity recreation (#6)
voyager - 1.0.0-beta03

Published by adrielcafe about 3 years ago

  • Updated Kotlin to 1.5.21 and Compose to 1.0.1
  • Added TabOptions and deprecated Tab.title and Tab.icon
  • Replaced NavigatorCache with SaveableStateHolder (#4 and #5, special thanks to @Grouen and @andkulikov!)
voyager - 1.0.0-beta02

Published by adrielcafe about 3 years ago

  • Updated Compose to 1.0.0 🎉
  • Added transitions, initially with fade, scale and slide animations
  • Added StackEvent and Stack.lastEvent
  • Added Stack.lastItemOrNull and Navigator.lastItem
  • Deprecated Stack.lastOrNull and Navigator.last
voyager - 1.0.0-beta01

Published by adrielcafe about 3 years ago

Initial release 🎉

Package Rankings
Top 13.14% on Repo1.maven.org
Badges
Extracted from project README
Maven metadata URL Android API kotlin ktlint License MIT
Related Projects