github statelyai/xstate xstate@4.34.0

latest releases: @xstate/svelte@3.0.5, @xstate/vue@3.1.4, @xstate/store@2.6.0...
23 months ago

Minor Changes

  • #3588 a4c8ead99 Thanks @davidkpiano! - The actions raise and sendTo can now be imported directly from xstate:

    import { raise, sendTo } from 'xstate';
    
    // ...

Patch Changes

  • #3599 333f803f9 Thanks @Andarist! - Fixed a regression that has caused machine.getInitialState(value) to not follow always transitions correctly.

Don't miss a new xstate release

NewReleases is sending notifications on new releases.