Releases: adrielcafe/voyager
Releases · adrielcafe/voyager
1.0.0-beta05
- Fixed state restoration when using transitions (#6)
1.0.0-beta04
- Fixed state restoration after Acitivity recreation (#6)
1.0.0-beta03
- Updated Kotlin to 1.5.21 and Compose to 1.0.1
- Added
TabOptions
and deprecatedTab.title
andTab.icon
- Replaced
NavigatorCache
withSaveableStateHolder
(#4 and #5, special thanks to @Grouen and @andkulikov!)
1.0.0-beta02
- Updated Compose to 1.0.0 🎉
- Added transitions, initially with fade, scale and slide animations
- Added
StackEvent
andStack.lastEvent
- Added
Stack.lastItemOrNull
andNavigator.lastItem
- Deprecated
Stack.lastOrNull
andNavigator.last
1.0.0-beta01
Initial release 🎉