github statelyai/xstate xstate@5.0.0-beta.43

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

Major Changes

  • #4451 21f18b54b Thanks @Andarist! - Removed the ability to configure input within the implementations object. You no longer can do this:

    createMachine(
      {
        invoke: {
          src: 'child'
        }
      },
      {
        actors: {
          child: {
            src: childMachine,
            input: 'foo'
          }
        }
      }
    );

    The input can only be provided within the config of the machine.

Don't miss a new xstate release

NewReleases is sending notifications on new releases.