Skip to content

Releases: statelyai/xstate-tools

@xstate/machine-extractor@0.9.1

28 Feb 14:44
fe49b6f
Compare
Choose a tag to compare

Patch Changes

  • #305 7689f10 Thanks @Andarist! - Changed the default location for the layout string insertion to be within the machine config (before its first property).

stately-vscode@1.12.0

23 Feb 11:26
12f031f
Compare
Choose a tag to compare

Minor Changes

  • #291 4be03b0 Thanks @jlarmstrongiv! - Add xstate.viewColumn setting to control whether the Visual Editor and Inspector are opened in a group beside the current file, or in the active group of the current file.

Patch Changes

@xstate/tools-shared@2.0.2

13 Jan 10:25
c87d412
Compare
Choose a tag to compare

Patch Changes

  • #288 17dc81c Thanks @Andarist! - Fixed an issue with a misleading dev-only warning being printed when generating typegen data because of the internal createMachine call.

@xstate/cli@0.4.2

13 Jan 10:25
c87d412
Compare
Choose a tag to compare

Patch Changes

  • #288 17dc81c Thanks @Andarist! - Fixed an issue with a misleading dev-only warning being printed when generating typegen data because of the internal createMachine call.

  • Updated dependencies [17dc81c]:

    • @xstate/tools-shared@2.0.2

stately-vscode@1.11.3

22 Dec 20:50
07d3c2f
Compare
Choose a tag to compare

Patch Changes

  • #284 3ba1941 Thanks @mellson! - Fixed an issue where the color theme wasn't always set correctly.

stately-vscode@1.11.2

15 Dec 13:55
8ccf66e
Compare
Choose a tag to compare

Patch Changes

  • #280 590b368 Thanks @Andarist! - Fixed an issue with "hashed IDs" being sometimes mistakenly displayed in the Editor.

stately-vscode@1.11.1

15 Dec 10:31
720d542
Compare
Choose a tag to compare

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 as invoke's IDs or descriptions, not being removable by the extension.

  • #268 e6ccc1e Thanks @Andarist! - Fixed adding invoke's id to an existing invoke.

  • #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

15 Dec 10:31
720d542
Compare
Choose a tag to compare

Patch Changes

@xstate/machine-extractor@0.9.0

15 Dec 10:31
720d542
Compare
Choose a tag to compare

Minor Changes

  • #271 7471716 Thanks @Andarist! - Replaced undefined with null within MachineEdit 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 adding invoke's id to an existing invoke.

  • #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.

@xstate/cli@0.4.1

15 Dec 10:31
720d542
Compare
Choose a tag to compare

Patch Changes

  • #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.

  • Updated dependencies [3d8bb6e, e6ccc1e, 96c4506, 286d037, 7471716]:

    • @xstate/machine-extractor@0.9.0
    • @xstate/tools-shared@2.0.1