Simple Stack 2.5.0
Simple Stack 2.5.0 (2020-12-16)
- ADD:
Backstack.exitScope(scopeTag),Backstack.exitScope(scopeTag, direction)andBackstack.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:
AsyncStateChangerfor 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-bundleis updated to1.4.0(add a few missing@Nullables that became platform types instead of nullables).