This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
v0.5.0
Minor Changes
- #269
0f8e205
Thanks @Andarist! - A possibility to start panning the canvas by pressing the middle button of a mouse has been added.
-
#237
7599a26
Thanks @rthor, @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
f98ce3f
Thanks @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
- RESET and Fit To View are now available in all embed modes with
Patch Changes
- #298
0c3bfec
Thanks @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
d10238a
Thanks @Andarist! - Updated XState to its latest version (4.26.0). Visualizer should be able to use the new goodies now, such as it should provide access to theinvoke.meta
object in the invoke creators.
- #303
2cb5ccf
Thanks @mattpocock! - Fixed an issue where events were being duplicated in the right-hand events panel.