Releases: tivac/xstate-component-tree
Releases · tivac/xstate-component-tree
v3.2.0
v3.1.2
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2020-03-15)
Features
- caching load methods (d534245)
BREAKING CHANGES
- Only 1 callback per tree change, no matter if it was the deepest child or the root machine.
- Updated
load()
support so it can take either acomponent
or[ component, props ]
as a return and the overallload()
as well as eithercomponent
orprops
will beawait
ed.
v2.0.1
v2.0.0
2.0.0 (2019-12-13)
Features
BREAKING CHANGES
- The output format has changed to no longer have an array of machines at the top-level, instead it is just the top-level components representing active states. Invoked machines are no longer part of the top-level array but now inserted into the tree of components based on the location of the component that invoked them.