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
#393 – Breaking change: Removed non-lazy implementations from NodeCustomisationDirectory
#393 – Breaking change: Removed NodeCustomisationDirectoryImpl#put(vararg values: T) due to potential uncaught bugs. Please call the reified put extension function instead.
#370 – Added: RetainedInstanceStore has two new functions which allows a developer to check whether an object is retained. These are: isRetainedByStoreId and isRetained.
#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.