Releases: aartikov/Alligator
Releases · aartikov/Alligator
4.5.0
4.4.0
4.3.0
goBackTo(screen)
method added. Thanks to @jamal-wia
4.2.1
4.1.0
4.0.0
Improvements:
- Flow navigation
Breaking changes:
NavigationContext.Builder
constructor receivesNavigationFactory
NavigationContext.Builder
changed methods for fragment navigation configuringTransitionListener
andTransitionAnimationProvider
receivesDestinationType
instead ofboolean isActivity
3.0.0
Improvements:
- AndroidX support
- Incremental annotation processing
- Nullability annotations for better Kotlin support
- Improved converters api
- Fixing a problem with transparent activities
Api changes:
ScreenSwitcher
interface changed- Converters are interfaces now
getScreenOrNull
method inScreenResolver
,getScreen
never returns null nowNavigationContextBinder
receives an activity inunbind
method