Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 17:29
· 389 commits to main since this release
ea0ce0d

Major Changes

  • #4234 57814f46d Thanks @Andarist! - Atomic and parallel states should no longer be reentered when the transition target doesn't escape them. You can get the reentering behavior by configuring reenter: true for the transition.

Patch Changes

  • #4387 0be0ef015 Thanks @Andarist! - Added support to stateIn guard for checking a combination of an ID and a path, eg. stateIn('#b.B1').

  • #4384 e0bbe3397 Thanks @Andarist! - Fixed an issue that caused parallel states with direct final children to be completed without all regions being in their final states.