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

Commit

Permalink
Version Packages (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 20, 2021
1 parent 1d69848 commit a81ece7
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 51 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-pens-happen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/bright-wolves-juggle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/clean-seas-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-numbers-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-buttons-learn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rotten-spies-shake.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ten-rice-pump.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# XState Visualizer

## 0.2.0

### Minor Changes

- [#190](https://github.com/statelyai/xstate-viz/pull/190) [`fd64139`](https://github.com/statelyai/xstate-viz/commit/fd64139f20325532e954b8c37fc3a996b522d83a) Thanks [@davidkpiano](https://github.com/davidkpiano)! - In the visualized machine, the entire event is now clickable.

* [#189](https://github.com/statelyai/xstate-viz/pull/189) [`77e808b`](https://github.com/statelyai/xstate-viz/commit/77e808bdf13dc334d06736030d09c28724f23e06) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Styles for invoked actors are now consistent with other action styles.

- [#182](https://github.com/statelyai/xstate-viz/pull/182) [`80f6966`](https://github.com/statelyai/xstate-viz/commit/80f69666118ce4edffb14cf822ab36eda7a2ec46) Thanks [@Andarist](https://github.com/Andarist)! - All keyboard shortcuts and keyboard-based interactions should now only allow platform-specific meta keys to be used. That means that on Mac they work with <kbd>CMD</kbd> and on other platforms they work with <kbd>Ctrl</kbd>.

* [#192](https://github.com/statelyai/xstate-viz/pull/192) [`87ffc50`](https://github.com/statelyai/xstate-viz/commit/87ffc50938f7670ff16d5cdfd1fa540e7baca79f) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Sometimes, initial states will end up in an unexpected place, such as all the way to the right of the graph. This was due to the graph layout algorithm trying to prioritize _all_ transitions to point to the right, even transitions cycling back to the initial state. Now, transitions coming from the initial state are prioritized over all others, to ensure that the initial state ends up in an expected top-left placement.

### Patch Changes

- [#186](https://github.com/statelyai/xstate-viz/pull/186) Thanks [@santicros](https://github.com/santicros)! - Fixed an issue which caused browsers to zoom together with the visualization canvas when zooming using wheel.

* [#187](https://github.com/statelyai/xstate-viz/pull/187) [`1d69848`](https://github.com/statelyai/xstate-viz/commit/1d6984804fd29592c58ccb474693df43540d7215) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with inspector crashing on some inline action objects used in the config.

- [#195](https://github.com/statelyai/xstate-viz/pull/195) [`3ed3c0d`](https://github.com/statelyai/xstate-viz/commit/3ed3c0d02640c243cec08b21fd2d514727c1a7fd) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The graph layout algorithm (using ELK) is now more resilient to layout failures caused by some layout options (such as compaction), so heuristics have been applied that make it more resilient to potential layout failures.

## 0.1.0

Initial release of the new Visualizer.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xstate-viz-app",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
Expand Down

0 comments on commit a81ece7

Please sign in to comment.