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..bef4b673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # 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 + +- [#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",