github statelyai/xstate @xstate/fsm@3.0.0-alpha.0

latest releases: @xstate/vue@4.0.0, @xstate/store@2.6.1, @xstate/svelte@4.0.0...
pre-release22 months ago

Major Changes

  • #3455 ec39214c8 Thanks @davidkpiano! - The .send(...) method on interpreter.send(...) now requires the first argument (the event to send) to be an object, e.g. { type: 'someEvent' }.

    -actor.send('SOME_EVENT')
    +actor.send({ type: 'SOME_EVENT' })

Minor Changes

  • #3727 5fb3c683d Thanks @Andarist! - exports field has been added to the package.json manifest. It limits what files can be imported from a package - it's no longer possible to import from files that are not considered to be a part of the public API.

Don't miss a new xstate release

NewReleases is sending notifications on new releases.