Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 09:25
· 2106 commits to main since this release
a40b503

Major Changes

  • #3083 bc592582a Thanks @Andarist! - The major version of this package had to be bumped to allow integrating with the typegen. This package will now require TS version 4.0 or greater.

    When using hooks from @xstate/vue it's recommended to skip providing explicit generics to them. Note that that generics list has changed since v1 and we now only accept a single generic, TMachine.

  • #3083 bc592582a Thanks @Andarist! - Removed already deprecated useService from @xstate/vue. You can replace its usage with useActor.

Patch Changes

  • #3089 862697e29 Thanks @Andarist! - Fixed compatibility with Skypack by exporting some shared utilities from root entry of XState and consuming them directly in other packages (this avoids accessing those things using deep imports and thus it avoids creating those compatibility problems).