From ffd4a8e839abf710d547eafeeb3b0a100ee672ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:43:42 +0200 Subject: [PATCH] Version Packages (#290) Co-authored-by: github-actions[bot] --- .changeset/beige-points-smash.md | 5 ----- .changeset/eighty-birds-marry.md | 5 ----- .changeset/fast-ways-dance.md | 7 ------- .changeset/kind-experts-bow.md | 12 ------------ .changeset/lucky-houses-provide.md | 5 ----- .changeset/rare-singers-refuse.md | 5 ----- .changeset/strong-cameras-dream.md | 5 ----- .changeset/young-hats-deliver.md | 10 ---------- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++ package.json | 2 +- 10 files changed, 32 insertions(+), 55 deletions(-) delete mode 100644 .changeset/beige-points-smash.md delete mode 100644 .changeset/eighty-birds-marry.md delete mode 100644 .changeset/fast-ways-dance.md delete mode 100644 .changeset/kind-experts-bow.md delete mode 100644 .changeset/lucky-houses-provide.md delete mode 100644 .changeset/rare-singers-refuse.md delete mode 100644 .changeset/strong-cameras-dream.md delete mode 100644 .changeset/young-hats-deliver.md diff --git a/.changeset/beige-points-smash.md b/.changeset/beige-points-smash.md deleted file mode 100644 index 36b4e5d5..00000000 --- a/.changeset/beige-points-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -A possibility to start panning the canvas by pressing the middle button of a mouse has been added. diff --git a/.changeset/eighty-birds-marry.md b/.changeset/eighty-birds-marry.md deleted file mode 100644 index aef233a2..00000000 --- a/.changeset/eighty-birds-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Fix a bug with inconsistent embed previews diff --git a/.changeset/fast-ways-dance.md b/.changeset/fast-ways-dance.md deleted file mode 100644 index 95c9f558..00000000 --- a/.changeset/fast-ways-dance.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -pr: 278 - -Show full url in the embed code inside embed preview diff --git a/.changeset/kind-experts-bow.md b/.changeset/kind-experts-bow.md deleted file mode 100644 index 739dc8d3..00000000 --- a/.changeset/kind-experts-bow.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -author: @rthor -author: @Andarist - -Added more keyboard interactions to the canvas: - -- arrows () can be used to move the canvas around (with Shift the step move is increased) -- +/- can be used to zoom in/out -- Shift + 1 can be used to fit the machine on the canvas diff --git a/.changeset/lucky-houses-provide.md b/.changeset/lucky-houses-provide.md deleted file mode 100644 index 65d9a791..00000000 --- a/.changeset/lucky-houses-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -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. diff --git a/.changeset/rare-singers-refuse.md b/.changeset/rare-singers-refuse.md deleted file mode 100644 index 5895ccd2..00000000 --- a/.changeset/rare-singers-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -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. diff --git a/.changeset/strong-cameras-dream.md b/.changeset/strong-cameras-dream.md deleted file mode 100644 index b457e0f2..00000000 --- a/.changeset/strong-cameras-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-viz-app": patch ---- - -Fixed an issue where events were being duplicated in the right-hand events panel. diff --git a/.changeset/young-hats-deliver.md b/.changeset/young-hats-deliver.md deleted file mode 100644 index 50cbc366..00000000 --- a/.changeset/young-hats-deliver.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -Tweak controls options in embed mode - -- RESET and Fit To View are now available in all embed modes with `controls=1` -- 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d17dc24b..5c39d822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # 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: + + - arrows () can be used to move the canvas around (with Shift the step move is increased) + - +/- can be used to zoom in/out + - Shift + 1 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 with `controls=1` + - 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 + +* [#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 + +- [#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 diff --git a/package.json b/package.json index 13527b87..9b570482 100644 --- a/package.json +++ b/package.json @@ -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",