Skip to content

xstate@4.19.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 15:41
· 3140 commits to main since this release
1df3630

Patch Changes

  • 18789aa9 #2107 Thanks @woutermont! - This update restricts invoked Subscribables to EventObjects,
    so that type inference can be done on which Subscribables are
    allowed to be invoked. Existing MachineConfigs that invoke
    Subscribable<any>s that are not Subscribable<EventObject>s
    should be updated accordingly.

  • 38dcec1d #2149 Thanks @davidkpiano! - Invocations and entry actions for combinatorial machines (machines with only a single root state) now behave predictably and will not re-execute upon targetless transitions.