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

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2021
1 parent f98ce3f commit d3df65c
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-points-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-birds-marry.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/kind-experts-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-houses-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-singers-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cameras-dream.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/young-hats-deliver.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [#269](https://github.com/statelyai/xstate-viz/pull/269) [`0f8e205`](https://github.com/statelyai/xstate-viz/commit/0f8e205fd2652df6d07dff53eea18588d7b3e2d4) Thanks [@Andarist](https://github.com/Andarist)! - A possibility to start panning the canvas by pressing the middle button of a mouse has been added.

* [#237](https://github.com/statelyai/xstate-viz/pull/237) [`7599a26`](https://github.com/statelyai/xstate-viz/commit/7599a26e7482a0f8895e7821d223b6fcdde99c79) Thanks [@rthor](https://github.com/rthor), [@Andarist](https://github.com/Andarist)! - Added more keyboard interactions to the canvas:

- <kbd>W</kbd><kbd>S</kbd><kbd>A</kbd><kbd>D</kbd> keys and arrows (<kbd>↑</kbd><kbd>↓</kbd><kbd>→</kbd><kbd>←</kbd>) can be used to move the canvas around (with <kbd>Shift</kbd> the step move is increased)
- <kbd>+</kbd>/<kbd>-</kbd> can be used to zoom in/out
- <kbd>R</kbd> can be used to reset the canvas position
- <kbd>F</kbd> can be used to fit the machine on the canvas

- [#315](https://github.com/statelyai/xstate-viz/pull/315) [`f98ce3f`](https://github.com/statelyai/xstate-viz/commit/f98ce3f97b58b499ceb88c5bdd15899b59eb12a7) Thanks [@farskid](https://github.com/farskid)! - Tweak controls options in embed mode

- RESET and Fit To View are now available in all embed modes
- Zoom in and out buttons are only available if controls and Zoom are both enabled
- Hand tool (pan button) is only available if controls and pan are both enabled
- Reset canvas button and Help button are no longer available in embed mode

### Patch Changes

- [#289](https://github.com/statelyai/xstate-viz/pull/289) [`48af2ef`](https://github.com/statelyai/xstate-viz/commit/48af2ef6dc90afe9bfcf922e575dc9846ea8b5ea) Thanks [@farskid](https://github.com/farskid)! - Fix a bug with inconsistent embed previews

* [#298](https://github.com/statelyai/xstate-viz/pull/298) [`0c3bfec`](https://github.com/statelyai/xstate-viz/commit/0c3bfec1925463b50ff443e4c74a9915c32aa32d) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Align the visualization of custom actions with the visualization of XState-provided actions. Previously, the labels for custom actions were not rendered with a bold font.

- [#312](https://github.com/statelyai/xstate-viz/pull/312) [`d10238a`](https://github.com/statelyai/xstate-viz/commit/d10238a7c0e2d25f01fa076197d95ebf8369d421) Thanks [@Andarist](https://github.com/Andarist)! - Updated XState to its latest version ([4.26.0](https://github.com/statelyai/xstate/releases/tag/xstate%404.26.0)). Visualizer should be able to use the new goodies now, such as it should provide access to the `invoke.meta` object in the invoke creators.

* [#303](https://github.com/statelyai/xstate-viz/pull/303) [`2cb5ccf`](https://github.com/statelyai/xstate-viz/commit/2cb5ccfe5eb95ceb0919d247ba07ae70054dba5d) Thanks [@mattpocock](https://github.com/mattpocock)! - Fixed an issue where events were being duplicated in the right-hand events panel.

## 0.4.0

### Minor Changes
Expand Down
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.4.0",
"version": "0.5.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
Expand Down

0 comments on commit d3df65c

Please sign in to comment.