You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#287 – Added: Introduced a new rememberCombinedHandler implementation that takes an immutable list to avoid non-skippable compositions. The previous implementation is now deprecated.
#287 – Added: ImmutableList has been added to avoid non-skippable compositions.
#289 – Added: Introduced interop-rx3 for RxJava 3 support. This has identical functionality to interop-rx2.
#298 – Updated: ChildView documentation. TransitionDescriptor generics has been renamed to NavTarget and State
#307 - Added: Spotlight.current() method to observe currently active NavTarget.
#314 – Fixed: Lifecycle is properly destroyed for suspended nodes.