This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/statelyai/xstate-viz/7qtrDv5x2aoYNhCCooiDGjhe37xX |
71728d6
to
c199e64
Compare
c199e64
to
8b0cfad
Compare
8b0cfad
to
f7fc70b
Compare
f7fc70b
to
f496a61
Compare
f496a61
to
d186e91
Compare
d186e91
to
984394f
Compare
984394f
to
0d46e16
Compare
0d46e16
to
9fc7bb9
Compare
9fc7bb9
to
a8505ae
Compare
a8505ae
to
eadeda3
Compare
eadeda3
to
986f614
Compare
986f614
to
30487ee
Compare
30487ee
to
778f8f7
Compare
778f8f7
to
9dfe6df
Compare
9dfe6df
to
176b399
Compare
176b399
to
07db62a
Compare
07db62a
to
a9e647f
Compare
a9e647f
to
142e692
Compare
142e692
to
6cad898
Compare
6cad898
to
0558e5f
Compare
0558e5f
to
cfa9631
Compare
cfa9631
to
73803de
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
[email protected]
Minor Changes
#209
45cdb47
Thanks @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:
#198
784ded9
Thanks @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:#246
22f1724
Thanks @Andarist! - Added a hand icon to the canvas' toolbar: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
4a0f041
Thanks @Andarist! - Fixed an issue with right-side panels getting cut off after stretching them and shrinking back with the resize handle.#240
fbb2f00
Thanks @mattpocock! - Added support for using setInterval, setTimeout, clearInterval and clearTimeout in the viz.#217
92a2bba
Thanks @mattpocock! - Added a button to allow users to report any issues they find, using a GitHub issue template.#238
e074059
Thanks @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
b9020a6
Thanks @davidkpiano! - Multiple actors are now correctly visualized in the actors panel. This includes actors that are:createMachine(...)
(automatically interpreted by default)invoke: { ... }
spawn(...)
#247
bdbc892
Thanks @Andarist! - Fixed an issue with the code editor becoming visually broken after saving a machine.