Skip to content

v1.0.0

Compare
Choose a tag to compare
@VanTanev VanTanev released this 27 Jul 15:51
· 33 commits to development since this release
  • [Breaking change] Remove actorFromReducer and machineFromReducer - [email protected] behaviors handle this 15d53b3
  • [Breaking change] createReactContextHelpers() now returns useActor instead of useService 4355192
  • [Breaking change] Move to preconstruct, add multiple entry points d64e451

The most major change is that React helpers are no longer exported from the root of the package, instead you must import them from xstate-helpers/react. This change allows you to use xstate-helpers in projects that do not have react as a dependency.

v0.11.0...v1.0.0