Skip to content

@xstate/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 11:33
· 1770 commits to main since this release

Major Changes

  • #3036 Thanks @davidkpiano! - Changed getSimplePaths to getSimplePlans, and getShortestPaths to getShortestPlans. Both of these functions can be passed a machine, and return StatePlan[].

    Added functions traverseSimplePlans, traverseShortestPlans,traverseShortestPlansFromTo, traverseSimplePlansTo and traverseSimplePlansFromTo, which can be passed a Behavior and return StatePlan[].