Releases: matthewp/robot
Releases · matthewp/robot
[email protected]
Patch Changes
- 1d6179a: Fixes types for the state() function.
[email protected]
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.
[email protected]
Minor Changes
-
efbddbe: Typed event for send() in hooks
This adds the same typed event support for
send()
from hooks, for ex in React:const [state, send] = useMachine(machine); send("this-is-typed");
[email protected]
[email protected]
Minor Changes
- 910dfaa: Support React 19
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- cc17481: Add debug to package exports