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

Commit ffd4a8e

Browse files
Version Packages (#290)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1efecb4 commit ffd4a8e

10 files changed

+32
-55
lines changed

.changeset/beige-points-smash.md

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

.changeset/eighty-birds-marry.md

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

.changeset/fast-ways-dance.md

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

.changeset/kind-experts-bow.md

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

.changeset/lucky-houses-provide.md

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

.changeset/rare-singers-refuse.md

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

.changeset/strong-cameras-dream.md

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

.changeset/young-hats-deliver.md

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

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
* [#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:
10+
11+
- 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)
12+
- <kbd>+</kbd>/<kbd>-</kbd> can be used to zoom in/out
13+
- <kbd>Shift</kbd> + <kbd>1</kbd> can be used to fit the machine on the canvas
14+
15+
- [#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
16+
17+
- RESET and Fit To View are now available in all embed modes with `controls=1`
18+
- Zoom in and out buttons are only available if controls and Zoom are both enabled
19+
- Hand tool (pan button) is only available if controls and pan are both enabled
20+
- Reset canvas button and Help button are no longer available in embed mode
21+
22+
### Patch Changes
23+
24+
- [#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
25+
26+
* [#278](https://github.com/statelyai/xstate-viz/pull/278) [`cd128a1`](https://github.com/statelyai/xstate-viz/commit/cd128a15486d9253edaaa360ee6c1b150f293f5c) Thanks [@farskid](https://github.com/farskid)! - Show full url in the embed code inside embed preview
27+
28+
- [#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.
29+
30+
* [#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.
31+
32+
- [#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.
33+
334
## 0.4.0
435

536
### 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.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/icons": "^1.0.13",

0 commit comments

Comments
 (0)