github statelyai/xstate xstate@6.0.0-alpha.48

pre-release5 hours ago

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);

Don't miss a new xstate release

NewReleases is sending notifications on new releases.