Releases: statelyai/xstate-tools
Releases · statelyai/xstate-tools
@xstate/cli@0.5.2
Patch Changes
- Updated dependencies [
807edc7
]:
- @xstate/machine-extractor@0.10.0
- @xstate/tools-shared@3.0.1
@xstate/cli@0.5.1
Patch Changes
- #341
be2caea
Thanks @Andarist! - Fixed an issue with typegen files being sometimes generated when they shouldn't be.
stately-vscode@1.14.3
Patch Changes
- #338
1ebfcea
Thanks @Andarist! - Fixed an issue with not being able to apply code updates in files containing satisfies
keyword
@xstate/machine-extractor@0.9.2
Patch Changes
- #338
1ebfcea
Thanks @Andarist! - Fixed an issue with not being able to apply code updates in files containing satisfies
keyword
stately-vscode@1.14.2
Patch Changes
-
#333 2823e81
Thanks @Andarist! - Fixed an issue that caused inline actors with IDs being marked as not provided by typegen. This could result in false positive "Some implementations missing" error.
-
Updated dependencies [2823e81
, 87bf22a
]:
- @xstate/tools-shared@3.0.0
@xstate/tools-shared@3.0.0
Major Changes
Patch Changes
- #333
2823e81
Thanks @Andarist! - Fixed an issue that caused inline actors with IDs being marked as not provided by typegen. This could result in false positive "Some implementations missing" error.
@xstate/cli@0.5.0
Minor Changes
- #328
87bf22a
Thanks @Andarist! - A local version of Prettier (if available) should now be used when writing typegen files.
Patch Changes
stately-vscode@1.14.1
Patch Changes
- #327
d1e290d
Thanks @Andarist! - Fixed an issue with typegen files being sometimes generated when they shouldn't be.
stately-vscode@1.14.0
Minor Changes
-
#323 6e524df
Thanks @Andarist! - Upgraded the Babel parser used to analyze the content of the files and machines. This should fix parsing issues with new TS features such as const
type parameters.
-
#322 cddae40
Thanks @andreash, @Andarist! - Introduced a new opt-in option useDeclarationFileForTypegenData
. It's the recommended way of using this extension and typegen and it fixes compatibility with modern moduleResolution
options in TypeScript. It can also help you to avoid issues in frameworks that derive pages based on the directory content (such as Nuxt).
Enabling this might require using at least TypeScript 5.0.
stately-vscode@1.13.0
Minor Changes
- #305
7689f10
Thanks @Andarist! - Changed the default location for the layout string insertion to be within the machine config (before its first property).