From 73803de328ccc355eda31382b91a27f0637cd03d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Sep 2021 08:55:36 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-cats-play.md | 5 ---- .changeset/hot-students-wink.md | 5 ---- .changeset/new-apples-yell.md | 7 ----- .changeset/poor-moose-tease.md | 11 -------- .changeset/quick-wasps-matter.md | 5 ---- .changeset/selfish-maps-drive.md | 9 ------- .changeset/sixty-gifts-cheat.md | 9 ------- .changeset/stupid-beers-clap.md | 12 --------- .changeset/tall-planes-yell.md | 5 ---- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++ package.json | 2 +- 11 files changed, 45 insertions(+), 69 deletions(-) delete mode 100644 .changeset/famous-cats-play.md delete mode 100644 .changeset/hot-students-wink.md delete mode 100644 .changeset/new-apples-yell.md delete mode 100644 .changeset/poor-moose-tease.md delete mode 100644 .changeset/quick-wasps-matter.md delete mode 100644 .changeset/selfish-maps-drive.md delete mode 100644 .changeset/sixty-gifts-cheat.md delete mode 100644 .changeset/stupid-beers-clap.md delete mode 100644 .changeset/tall-planes-yell.md diff --git a/.changeset/famous-cats-play.md b/.changeset/famous-cats-play.md deleted file mode 100644 index e70f4146..00000000 --- a/.changeset/famous-cats-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Fixed an issue with right-side panels getting cut off after stretching them and shrinking back with the resize handle. diff --git a/.changeset/hot-students-wink.md b/.changeset/hot-students-wink.md deleted file mode 100644 index 5398eb1c..00000000 --- a/.changeset/hot-students-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-viz-app": patch ---- - -Added support for using setInterval, setTimeout, clearInterval and clearTimeout in the viz. diff --git a/.changeset/new-apples-yell.md b/.changeset/new-apples-yell.md deleted file mode 100644 index bb009488..00000000 --- a/.changeset/new-apples-yell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"xstate-viz-app": patch ---- - -Added a button to allow users to report any issues they find, using a GitHub issue template. - -![Report an issue button in the info menu](https://user-images.githubusercontent.com/28293365/130981880-23bc25aa-e4af-4b9c-95b6-d2de3a7b5dec.png) diff --git a/.changeset/poor-moose-tease.md b/.changeset/poor-moose-tease.md deleted file mode 100644 index 80d0b26f..00000000 --- a/.changeset/poor-moose-tease.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -Embedded Mode! - -The visualizer/inspector can now be used in embedded mode. In this mode, some parts of the application can be configured such as control buttons, panning, zooming, etc. - -The embed preview frame lets users configure how they want the embedded visualizer to look: - -image diff --git a/.changeset/quick-wasps-matter.md b/.changeset/quick-wasps-matter.md deleted file mode 100644 index f1f5f199..00000000 --- a/.changeset/quick-wasps-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-viz-app": patch ---- - -When you press visualize, machines will now automatically 'fit to view'. This prevents various bugs around state machines appearing not to be visible, when they're actually just off screen. diff --git a/.changeset/selfish-maps-drive.md b/.changeset/selfish-maps-drive.md deleted file mode 100644 index fac854d3..00000000 --- a/.changeset/selfish-maps-drive.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -pr: #198 - -Added generated OG images to visualized machine links. You can copy these links yourself to embed an up-to-date image of your visualized machine - for instance in docs. Here's where the share button is in the viz: - -![Share button on Stately Viz](https://user-images.githubusercontent.com/28293365/134316316-70f2cd1d-aa05-409c-b058-4a46fc8af1b5.png) diff --git a/.changeset/sixty-gifts-cheat.md b/.changeset/sixty-gifts-cheat.md deleted file mode 100644 index 7f73a6d9..00000000 --- a/.changeset/sixty-gifts-cheat.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -Added a hand icon to the canvas' toolbar: - -Canvas toolbar with the hand icon - -This allows you to enable the "pan mode" to drag the canvas around without holding the spacebar button down at the same time. diff --git a/.changeset/stupid-beers-clap.md b/.changeset/stupid-beers-clap.md deleted file mode 100644 index 3ca2cab7..00000000 --- a/.changeset/stupid-beers-clap.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'xstate-viz-app': patch ---- -pr: #214 - -Multiple actors are now correctly visualized in the actors panel. This includes actors that are: - -- Created with `createMachine(...)` (automatically interpreted by default) -- Invoked with `invoke: { ... }` -- Spawned with `spawn(...)` - -Screenshot showing multiple actors visible in the actors panel diff --git a/.changeset/tall-planes-yell.md b/.changeset/tall-planes-yell.md deleted file mode 100644 index 92b6fc27..00000000 --- a/.changeset/tall-planes-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Fixed an issue with the code editor becoming visually broken after saving a machine. diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f6e679..d17dc24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # XState Visualizer +## 0.4.0 + +### Minor Changes + +- [#209](https://github.com/statelyai/xstate-viz/pull/209) [`45cdb47`](https://github.com/statelyai/xstate-viz/commit/45cdb47349f2507ad3a8199d9938199f1261f11c) Thanks [@farskid](https://github.com/farskid)! - Embedded Mode! + + The visualizer/inspector can now be used in embedded mode. In this mode, some parts of the application can be configured such as control buttons, panning, zooming, etc. + + The embed preview frame lets users configure how they want the embedded visualizer to look: + + image + +* [#198](https://github.com/statelyai/xstate-viz/pull/198) [`784ded9`](https://github.com/statelyai/xstate-viz/commit/784ded9f7c1ea63997cfd6faa95891db31462f38) Thanks [@mattpocock](https://github.com/mattpocock)! - Added generated OG images to visualized machine links. You can copy these links yourself to embed an up-to-date image of your visualized machine - for instance in docs. Here's where the share button is in the viz: + + ![Share button on Stately Viz](https://user-images.githubusercontent.com/28293365/134316316-70f2cd1d-aa05-409c-b058-4a46fc8af1b5.png) + +- [#246](https://github.com/statelyai/xstate-viz/pull/246) [`22f1724`](https://github.com/statelyai/xstate-viz/commit/22f17242d85d86c6a3101900b0c90310d4c2b365) Thanks [@Andarist](https://github.com/Andarist)! - Added a hand icon to the canvas' toolbar: + + Canvas toolbar with the hand icon + + This allows you to enable the "pan mode" to drag the canvas around without holding the spacebar button down at the same time. + +### Patch Changes + +- [#263](https://github.com/statelyai/xstate-viz/pull/263) [`4a0f041`](https://github.com/statelyai/xstate-viz/commit/4a0f041d52cb3c0c15d27244b83c41f5120bf28a) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with right-side panels getting cut off after stretching them and shrinking back with the resize handle. + +* [#240](https://github.com/statelyai/xstate-viz/pull/240) [`fbb2f00`](https://github.com/statelyai/xstate-viz/commit/fbb2f006aebe5a0413f62274666cb69dcd00d0bc) Thanks [@mattpocock](https://github.com/mattpocock)! - Added support for using setInterval, setTimeout, clearInterval and clearTimeout in the viz. + +- [#217](https://github.com/statelyai/xstate-viz/pull/217) [`92a2bba`](https://github.com/statelyai/xstate-viz/commit/92a2bbafba7455a15b13192ee69a03a719d857b7) Thanks [@mattpocock](https://github.com/mattpocock)! - Added a button to allow users to report any issues they find, using a GitHub issue template. + + ![Report an issue button in the info menu](https://user-images.githubusercontent.com/28293365/130981880-23bc25aa-e4af-4b9c-95b6-d2de3a7b5dec.png) + +* [#238](https://github.com/statelyai/xstate-viz/pull/238) [`e074059`](https://github.com/statelyai/xstate-viz/commit/e074059d45247de5fbea116449c093728b7d3e6f) Thanks [@mattpocock](https://github.com/mattpocock)! - When you press visualize, machines will now automatically 'fit to view'. This prevents various bugs around state machines appearing not to be visible, when they're actually just off screen. + +- [#214](https://github.com/statelyai/xstate-viz/pull/214) [`b9020a6`](https://github.com/statelyai/xstate-viz/commit/b9020a642d649d15de253779884a8fbe4710ccd0) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Multiple actors are now correctly visualized in the actors panel. This includes actors that are: + + - Created with `createMachine(...)` (automatically interpreted by default) + - Invoked with `invoke: { ... }` + - Spawned with `spawn(...)` + + Screenshot showing multiple actors visible in the actors panel + +* [#247](https://github.com/statelyai/xstate-viz/pull/247) [`bdbc892`](https://github.com/statelyai/xstate-viz/commit/bdbc892a010fc7dc3ef3f304348ecac60f62966e) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with the code editor becoming visually broken after saving a machine. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 12c54de0..8e2ee37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-viz-app", - "version": "0.3.0", + "version": "0.4.0", "private": true, "dependencies": { "@chakra-ui/icons": "^1.0.13",