Skip to content

Releases: matthewp/robot

robot3@0.4.1

23 Oct 20:53
987fc5a
Compare
Choose a tag to compare

Patch Changes

  • fc4806e: Adding an export property to the core package.json for 'import' so that destructured imports work, in addition to the default imports handled by the 'default' property

robot3@0.4.0

02 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

  • cce2ae6: Drop support for Node 14

    This drops support for Node 14, with it no longer being supported by the LTS in February. Robot might still work in Node 14 but is not tested in our CI.

robot-hooks@0.4.0

02 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

  • 716c45a: Upgrade to the latest version of Robot

Patch Changes

  • Updated dependencies [cce2ae6]
    • robot3@0.4.0

react-robot@0.3.0

02 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

  • 716c45a: Upgrade to the latest version of Robot
  • 716c45a: Upgrade to support React 18

Patch Changes

  • Updated dependencies [716c45a]
  • Updated dependencies [cce2ae6]
    • robot-hooks@0.4.0
    • robot3@0.4.0

preact-robot@0.3.0

02 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

  • 716c45a: Upgrade to the latest version of Robot
  • 716c45a: Upgrade to the latest Preact

Patch Changes

  • Updated dependencies [716c45a]
  • Updated dependencies [cce2ae6]
    • robot-hooks@0.4.0
    • robot3@0.4.0

lit-robot@0.3.0

02 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

  • 716c45a: Upgrade to the latest version of Robot
  • 716c45a: Upgrade to depend on lit

Patch Changes

  • Updated dependencies [cce2ae6]
    • robot3@0.4.0

haunted-robot@0.3.0

02 Feb 12:11
Compare
Choose a tag to compare

Minor Changes

  • 716c45a: Upgrade to the latest version of Robot
  • 716c45a: Upgrade to the latest version of Haunted

Patch Changes

  • Updated dependencies [716c45a]
  • Updated dependencies [cce2ae6]
    • robot-hooks@0.4.0
    • robot3@0.4.0

0.2.15

02 Apr 11:28
Compare
Choose a tag to compare

This fixes #102, with nested state machines that transition all the way through their states and finish in a single transition. Nested machines should be much more reliable now.

0.2.14

20 Mar 10:49
Compare
Choose a tag to compare

This fixes multiple level nested state machines, ensuring that they finish in the correct order. #104

Thanks to @kybarg for fixing this bug.

0.2.13

03 Mar 12:33
Compare
Choose a tag to compare

Improvements to the machine.context function's typings: #95