Skip to content

Simple Stack 2.5.0

Compare
Choose a tag to compare
@Zhuinden Zhuinden released this 16 Dec 12:32
· 100 commits to master since this release

Simple Stack 2.5.0 (2020-12-16)

  • ADD: Backstack.exitScope(scopeTag), Backstack.exitScope(scopeTag, direction) and Backstack.exitScopeTo(scopeTag, targetKey, direction).

If a scope is found, the backstack now allows exiting from it. Providing a target allows exiting into a new target key.

  • ADD: AsyncStateChanger for convenience.

Mirroring the addition of SimpleStateChanger for synchronous state changes, AsyncStateChanger is for async state changes (while still no longer having to remember checking for the same key being provided using isTopNewKeyEqualToPrevious).

  • UPDATE: state-bundle is updated to 1.4.0 (add a few missing @Nullables that became platform types instead of nullables).