Skip to content

Releases: koordinates/xstate-tree

v4.1.0-beta.3

06 Dec 22:11

Choose a tag to compare

v4.1.0-beta.3 Pre-release
Pre-release

4.1.0-beta.3 (2022-12-06)

feat

  • routing: useIsRouteActive (9b7b689)

v4.1.0-beta.2

29 Nov 23:05

Choose a tag to compare

v4.1.0-beta.2 Pre-release
Pre-release

4.1.0-beta.2 (2022-11-29)

feat

  • routing: history argument is now a function (5297c8b)

v4.1.0-beta.1

29 Nov 01:34

Choose a tag to compare

v4.1.0-beta.1 Pre-release
Pre-release

4.1.0-beta.1 (2022-11-29)

chore

feat

v4.0.1

10 Nov 03:01

Choose a tag to compare

4.0.1 (2022-11-10)

fix

  • logging: remove spammy log message (1b101fc)

v4.0.0

08 Nov 03:09

Choose a tag to compare

4.0.0 (2022-11-08)

feat

  • slots: better multiSlot handling (d2e17de)

Breaking changes

  • slots: multi slot names in views have changed

v3.0.1

03 Nov 01:59

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

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

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

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

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