Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 259fb02

Browse files
authored
Merge pull request #333 from statelyai/changeset-release/dev
Version Packages
2 parents 4ce3795 + 647de2d commit 259fb02

File tree

4 files changed

+24
-26
lines changed

4 files changed

+24
-26
lines changed

.changeset/slow-teachers-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-cherries-talk.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# XState Visualizer
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#332](https://github.com/statelyai/xstate-viz/pull/332) [`9f93d67`](https://github.com/statelyai/xstate-viz/commit/9f93d67972aac00236333829ab55163ba65e2290) Thanks [@Andarist](https://github.com/Andarist)! - Fixed the app crashing when processing invalid actions - like when using a guard accidentally in a place of an action.
8+
9+
* [#334](https://github.com/statelyai/xstate-viz/pull/334) [`fecdc01`](https://github.com/statelyai/xstate-viz/commit/fecdc019b54c326b81afbf3c14d494d7a92351f5) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Self-transitions on the machine will no longer cause graph layout to fail:
10+
11+
```js
12+
import { createMachine } from 'xstate';
13+
14+
const machine = createMachine({
15+
on: {
16+
// These will now display as expected
17+
LOAD: {},
18+
UPDATE: {},
19+
},
20+
states: {
21+
something: {},
22+
},
23+
});
24+
```
25+
326
## 0.5.0
427

528
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xstate-viz-app",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/icons": "^1.0.13",

0 commit comments

Comments
 (0)