github statelyai/xstate xstate@5.0.0-beta.37

latest releases: @xstate/svelte@3.0.5, @xstate/vue@3.1.4, @xstate/store@2.6.0...
pre-release11 months ago

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.

Don't miss a new xstate release

NewReleases is sending notifications on new releases.