Releases: statelyai/xstate-tools
@xstate/machine-extractor@0.9.1
stately-vscode@1.12.0
@xstate/tools-shared@2.0.2
@xstate/cli@0.4.2
stately-vscode@1.11.3
stately-vscode@1.11.2
stately-vscode@1.11.1
Patch Changes
-
#277
3d8bb6e
Thanks @Andarist! - Properly extract state descriptions that are declared using simple template literals from the source code -
#267
2543803
Thanks @Andarist! - Fixed an issue with "hashed IDs" comming up in the generated typegen data and thus confusingly appearing in the IDE autocompletions etc. -
#271
7471716
Thanks @Andarist! - Fixed issues with some properties, such asinvoke
's IDs ordescription
s, not being removable by the extension. -
#268
e6ccc1e
Thanks @Andarist! - Fixed addinginvoke
'sid
to an existinginvoke
. -
#273
96c4506
Thanks @Andarist! - Fixed an occasional crash when applying machine edits to machines directly exported from a file, like in the code here:export default createMachine({});
-
#272
ba63d55
Thanks @Andarist! - Improved displayed error when the displayed machine index can no longer be found in the source code. -
#276
286d037
Thanks @Andarist! - Fixed an issue with not being able to remove states with self-transitions from the code. -
Updated dependencies []:
- @xstate/tools-shared@2.0.1
@xstate/tools-shared@2.0.1
@xstate/machine-extractor@0.9.0
Minor Changes
- #271
7471716
Thanks @Andarist! - Replacedundefined
withnull
withinMachineEdit
type to ensure that those properties stay JSON-serializable.
Patch Changes
-
#277
3d8bb6e
Thanks @Andarist! - Properly extract state descriptions that are declared using simple template literals from the source code -
#268
e6ccc1e
Thanks @Andarist! - Fixed addinginvoke
'sid
to an existinginvoke
. -
#273
96c4506
Thanks @Andarist! - Fixed an occasional crash when applying machine edits to machines directly exported from a file, like in the code here:export default createMachine({});
-
#276
286d037
Thanks @Andarist! - Fixed an issue with not being able to remove states with self-transitions from the code.