Skip to content

Releases: tivac/xstate-component-tree

v3.2.0

07 Aug 08:10
Compare
Choose a tag to compare

3.2.0 (2020-08-07)

Features

v3.1.2

06 Aug 03:13
Compare
Choose a tag to compare

3.1.2 (2020-08-06)

v3.1.1

06 Aug 03:06
Compare
Choose a tag to compare

3.1.1 (2020-08-06)

Bug Fixes

v3.1.0

21 Jul 00:40
Compare
Choose a tag to compare

3.1.0 (2020-07-21)

Features

v3.0.0

15 Mar 22:41
Compare
Choose a tag to compare

3.0.0 (2020-03-15)

Features

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 a component or [ component, props ] as a return and the overall load() as well as either component or props will be awaited.

v2.0.1

14 Dec 05:43
Compare
Choose a tag to compare

2.0.1 (2019-12-14)

Bug Fixes

  • svelte example 2.0 compat (4a7f0da)

v2.0.0

13 Dec 07:50
Compare
Choose a tag to compare

2.0.0 (2019-12-13)

Features

  • insert child machine trees into parent tree (#2) (7357d40)

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.