- Change: In
ViewRetaintion.RETAIN
mode, fragments are set toRESUMED
state when they are active &PAUSED
state when they are in active.
- Breaking Change:
NavOptions.remember
will betrue
by default. - Fixed: Some leaks found in
navigator
&navigator-base-navigation
libraries.
- Change: Unified version for all the add-on libraries.
- Fixed:
StateViewModel
's history will also be considered during initial destination(s) creation.
- Added: Methods for passing an instance of fragment for
navigateTo
&show
call.
- Fixed: Issue where
navigateTo
aDialogFragment
crashes the app.
- Breaking Change:
getParentNavigator()
&getSimpleNavigator()
have become property types.
- Fixed:
IllegalStateException
when circularTransform runs before container's root view is laid out or is in layout.