ITADN
matthewp/robot

版本发布 8

robot3@1.1.1
? · 2025-02-05

### Patch Changes - 1d6179a: Fixes types for the state() function.

robot-hooks@1.1.0
? · 2025-01-14

### Minor Changes - efbddbe: Typed event for send() in hooks This adds the same typed event support for `send()` from hooks, for ex in React: ```ts const [state, send] = useMachine(machine); send("this-is-typed"); ```

react-robot@1.2.0
? · 2025-01-14

### Minor Changes - efbddbe: Typed event for send() in hooks This adds the same typed event support for `send()` from hooks, for ex in React: ```ts const [state, send] = useMachine(machine); send("this-is-typed"); ``` ### Patch Changes - Updated dependencies [efbddbe] - robot-hooks@1.1.0

haunted-robot@1.1.0
? · 2025-01-14

### Minor Changes - efbddbe: Typed event for send() in hooks This adds the same typed event support for `send()` from hooks, for ex in React: ```ts const [state, send] = useMachine(machine); send("this-is-typed"); ``` ### Patch Changes - Updated dependencies [efbddbe] - robot-hooks@1.1.0

react-robot@1.1.0
? · 2025-01-14

### Minor Changes - 910dfaa: Support React 19

robot3@1.1.0
? · 2025-01-14

### Minor Changes - 4f6fb69: Autocomplete for service.send() This makes it so that the event name in `service.send(event)` is inferred from the transitions used to create the machine.

robot-hooks@1.0.1
? · 2024-12-27

### Patch Changes - 9fbdbcb: Set the most deeply nested current service to current - Updated dependencies [9fbdbcb] - Updated dependencies [0409089] - robot3@1.0.2

robot3@1.0.2
? · 2024-12-27

### Patch Changes - 9fbdbcb: Set the most deeply nested current service to current - 0409089: Documentation for advanced use of 'invoke()'