Skip to content

v4.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 19:19
· 126 commits to main since this release
44775e0

Minor Changes

  • #67 a8aa4ac Thanks @tivac! - Added .send() API

    The .send() API is a simple passthrough to the interpreter for the root statechart being managed by xstate-component-tree, and is intended as a convenience function to make it easier to interact with a ComponentTree instance instead of a direct XState Interpreter reference.

    XState Docs on .send()