From a8505aea57394ed9f118c94b991ba1bc185f2e65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Sep 2021 13:51:32 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-cats-play.md | 5 ----- .changeset/hot-students-wink.md | 5 ----- .changeset/poor-moose-tease.md | 8 -------- .changeset/quick-wasps-matter.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 6 files changed, 18 insertions(+), 24 deletions(-) delete mode 100644 .changeset/famous-cats-play.md delete mode 100644 .changeset/hot-students-wink.md delete mode 100644 .changeset/poor-moose-tease.md delete mode 100644 .changeset/quick-wasps-matter.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/poor-moose-tease.md b/.changeset/poor-moose-tease.md deleted file mode 100644 index d00dc681..00000000 --- a/.changeset/poor-moose-tease.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -Embedded Mode! - -The visualizer/inspector can now be used in the embedded mode. In this mode, some parts of the application can be configured such as control buttons, panning, zooming, etc. -The most important parameter to configure embedded mode it the `mode` that can be one of `viz`, `full` or `panels`. 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/CHANGELOG.md b/CHANGELOG.md index 61f6e679..2801e767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # 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 the embedded mode. In this mode, some parts of the application can be configured such as control buttons, panning, zooming, etc. + The most important parameter to configure embedded mode it the `mode` that can be one of `viz`, `full` or `panels`. + +### 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. + +- [#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. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 3671f62d..9e79b023 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",