Skip to content

Releases: koordinates/xstate-tree

v3.0.1

03 Nov 01:59
Compare
Choose a tag to compare

3.0.1 (2022-11-03)

fix

  • routing: redirects replace history instead of pushing (2735fec)

v3.0.0

03 Nov 01:10
Compare
Choose a tag to compare

3.0.0 (2022-11-03)

docs

  • README: add note about expanded code sandbox example (0ecfe63), closes #28

feat

  • routing: async redirects (e880467)
  • routing: composable dynamic routes (6f178ce)

Breaking changes

  • routing: Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions

v3.0.0-beta.2

03 Nov 01:09
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2022-11-03)

feat

  • routing: async redirects (e880467)

v3.0.0-beta.1

31 Oct 21:59
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2022-10-31)

feat

  • routing: composable dynamic routes (6f178ce)

Breaking changes

  • routing: Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions

v2.0.11

21 Oct 00:08
Compare
Choose a tag to compare

2.0.11 (2022-10-21)

chore

  • readme: add todomvc example link (7331587)
  • release: remove commit analyzer mods (3ca0946)

docs

  • examples: add todomvc example (a638915)
  • readme: improve example + add codesandbox link (3671c01)

perf

  • actions: do not re-create actions object (f6b2330), closes #2

v2.0.10

26 Sep 05:41
Compare
Choose a tag to compare

2.0.10 (2022-09-26)

chore

  • release: s/releaseEvents/releaseRules/ (6e4b375)

v2.0.9

26 Sep 05:37
Compare
Choose a tag to compare

2.0.9 (2022-09-26)

chore

  • release: remove added release rules (0e690c5)

v2.0.8

25 Sep 23:33
Compare
Choose a tag to compare

2.0.8 (2022-09-25)

chore

v2.0.7

19 Sep 22:51
Compare
Choose a tag to compare

2.0.7 (2022-09-19)

chore

  • dx: use npm script for commitlint (1eef5bb)
  • readme: add secret to example (4285993)

docs

  • contributing: setup contributing instructions (2ea2f8f)
  • readme: improve docs for external audience (256f75b)
  • readme: link to routing README (abae28d)

v2.0.6

18 Sep 06:09
Compare
Choose a tag to compare

2.0.6 (2022-09-18)

docs

  • general: add missing docs for key functions (36114a7)