Skip to content

xstate@6.0.0-alpha.48

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:30
· 3 commits to main since this release
ae9a089

Patch Changes

  • 7601447: Add createMachineFromSCXML(...) through the xstate/scxml entry point. Converted machines follow strict SCXML behavior for transition selection, executable content, datamodel evaluation, invocation, event metadata, and completion.

    import { createMachineFromSCXML } from 'xstate/scxml';
    
    const machine = createMachineFromSCXML(scxml);