Skip to content

1.0.2

Compare
Choose a tag to compare
@zsoltk zsoltk released this 10 Jan 20:56
· 153 commits to 1.x since this release
  • #287Added: Introduced a new rememberCombinedHandler implementation that takes an immutable list to avoid non-skippable compositions. The previous implementation is now deprecated.
  • #287Added: ImmutableList has been added to avoid non-skippable compositions.
  • #289Added: Introduced interop-rx3 for RxJava 3 support. This has identical functionality to interop-rx2.
  • #298Updated: ChildView documentation. TransitionDescriptor generics has been renamed to NavTarget and State
  • #307 - Added: Spotlight.current() method to observe currently active NavTarget.
  • #314Fixed: Lifecycle is properly destroyed for suspended nodes.