Releases: statelyai/xstate-tools
@xstate/[email protected]
Patch Changes
-
#99
5332727
Thanks @mattpocock! - Fixed an issue where property keys passed an incorrect type would silently fail -
#100
335f349
Thanks @mattpocock! - Fixed a bug where inline guards were not being picked up in non-root events.
@xstate/[email protected]
Patch Changes
-
#99
5332727
Thanks @mattpocock! - Fixed an issue where property keys passed an incorrect type would silently fail -
Updated dependencies [
5332727
,335f349
]:- @xstate/[email protected]
- @xstate/[email protected]
@xstate/[email protected]
[email protected]
Patch Changes
-
#84
a73fce8
Thanks @Andarist! - Fixed a bug where transition targets would not be parsed correctly if they were declared using a template literal. -
Updated dependencies []:
- @xstate/[email protected]
[email protected]
Patch Changes
- #82
e49beb2
Thanks @mattpocock! - Fixed a bug where prettier was not found in the server bundle, causing an irrecoverable error on startup.
[email protected]
Minor Changes
-
a1c9de6
Thanks @mattpocock! - Allowed for parsing and rewriting inline implementations in the VSCode extension. This allows you to use either named actions (which were already supported):createMachine({ entry: ["sayHello"] });
Or inline actions:
createMachine({ entry: [ () => { console.log("Hello!"); } ] });
Both can now be handled in the VSCode extension. This is true for inline actions, services and guards.
Patch Changes
-
#69
2210d4b
Thanks @mattpocock! - Fixed issue where tags appeared to be deleted when changes were made in VSCode. -
Updated dependencies [
a3b874b
]:- @xstate/[email protected]
@xstate/[email protected]
Patch Changes
- Updated dependencies [
a73fce8
]:- @xstate/[email protected]
@xstate/[email protected]
Minor Changes
- #68
a3b874b
Thanks @mattpocock! - Bundled all shared cli/vscode utlities into a single package.
Patch Changes
- Updated dependencies [
a3b874b
,2210d4b
]:- @xstate/[email protected]
@xstate/[email protected]
@xstate/[email protected]
Minor Changes
- #68
a3b874b
Thanks @mattpocock! - Added logic for parsing inline actions, services and guards. This allows for users of this package to parse and edit machines containing inline implementations predictably.
Patch Changes
- #69
2210d4b
Thanks @mattpocock! - Fixed issue where tags appeared to be deleted when changes were made in VSCode.