Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/statelyai/xstate

Actor-based state management & orchestration for complex app logic.
https://github.com/statelyai/xstate

[v5] Add `spawn()` action

davidkpiano opened this pull request over 1 year ago
Use TEvent['type'] for .nextEvents

mellson opened this pull request over 1 year ago
fix: exit actions not running before transition (#1)

mlevy-liftoff opened this pull request over 1 year ago
Update actors.md

leesei opened this pull request over 1 year ago
add readme

gavination opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
add example with persistence saving to mongodb

gavination opened this pull request over 1 year ago
Add warning for missing top-level output

davidkpiano opened this pull request over 1 year ago
Give unique names to `resolve` in `execute` helpers used by builtin actions

Andarist opened this pull request over 1 year ago
Bug: @xstate/test transitions give resulting state, not starting state

inverted-capital opened this issue over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
[@xstate/graph] Mock `actorContext`

davidkpiano opened this pull request over 1 year ago
Persist callback input

davidkpiano opened this pull request over 1 year ago
Move machine's `output` to top level

Andarist opened this pull request over 1 year ago
docs(vue): Fix example conditions typos and migration and script setup migration

wobsoriano opened this pull request over 1 year ago
Tweak types in a few actor-related tests

Andarist opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
[v5] Persist timers

davidkpiano opened this pull request over 1 year ago
Normalize snapshot shapes

Andarist opened this pull request over 1 year ago
Change Babel's target to node 18

Andarist opened this pull request over 1 year ago
Bug: v5 does not error on missing actions

inverted-capital opened this issue over 1 year ago
Bug: Warnings on unmount while in action handler

jashworth opened this issue over 1 year ago
Update Prettier

Andarist opened this pull request over 1 year ago
Rollback unpacking type params as defaults from `TConfig`

Andarist opened this pull request over 1 year ago
Add `const` modifier to `TConfig`

Andarist opened this pull request over 1 year ago
Update the Transloadit's sponsorship link and logo

nqst opened this pull request over 1 year ago
Error on incompatible state value when resolving state

davidkpiano opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Update `@xstate/vue` hooks

davidkpiano opened this pull request over 1 year ago
Update templates

davidkpiano opened this pull request over 1 year ago
Avoid adding `.root` to the system object

Andarist opened this pull request over 1 year ago
Remove redundant `toActorRef` and `isActorRef` helpers

Andarist opened this pull request over 1 year ago
Avoid mutating the received event

Andarist opened this pull request over 1 year ago
Remove `deferEvents` option

Andarist opened this pull request over 1 year ago
Fixed a typo in internal `toSerializableAction` util

Andarist opened this pull request over 1 year ago
Improve types for `self`

Andarist opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Add tests for restarting actors within a macrotask

Andarist opened this pull request over 1 year ago
Rewrite one of the `invoke.onError` tests

Andarist opened this pull request over 1 year ago
docs(vue): migrate examples to script setup

wobsoriano opened this pull request over 1 year ago
Put all special events under `xstate.*` namespace

Andarist opened this pull request over 1 year ago
[v5] Export actor logic types

davidkpiano opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
[v5] Remove FSM-related code

davidkpiano opened this pull request over 1 year ago
Update API docs link

davidkpiano opened this pull request over 1 year ago
Bug: xState v5 getSnapshot value does not have a type

ShravanSunder opened this issue over 1 year ago
Introduce inferrable `TConfig`

Andarist opened this pull request over 1 year ago
Bump `@tsconfig/svelte`

Andarist opened this pull request over 1 year ago
Update Vue3 examples - e.g. todo-mvc-vue

Simonl9l opened this issue over 1 year ago
Call actions and guards with simplified `params` parameter

Andarist opened this pull request over 1 year ago
Move event utils to a separate file

Andarist opened this pull request over 1 year ago
Bug: Typo in Method Name (StateNode.ts)

PaulJPhilp opened this issue over 1 year ago
[v5] System as actor

davidkpiano opened this pull request over 1 year ago
Add type exports for all builtin action types

Andarist opened this pull request over 1 year ago
Bump the TS version used by the repository

Andarist opened this pull request over 1 year ago
Avoid mutating `implementations.actors` with inline actors

Andarist opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Remove the ability to pass a string directly as `invoke`'s value

Andarist opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Removed `StateNode['stateIds']` getter

Andarist opened this pull request over 1 year ago
Remove `StateNode['target']` getter

Andarist opened this pull request over 1 year ago
Cleanup/deduplicate `xstate.init`/`xstate.stop` event types

Andarist opened this pull request over 1 year ago
Remove leftovers of `invoke.meta`

Andarist opened this pull request over 1 year ago
Add a type-level test related to states composition

Andarist opened this pull request over 1 year ago
[v5] Strongly type state and transition `meta`

davidkpiano opened this pull request over 1 year ago
[v5] Alias `useMachine` in `@xstate/react`

davidkpiano opened this pull request over 1 year ago
[v5] Example tour flow

davidkpiano opened this pull request over 1 year ago
[v5] Improve paths in `@xstate/graph`

davidkpiano opened this pull request over 1 year ago
stately.ai editor does not respect guards

inverted-capital opened this issue over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Start including `@xstate/graph` and `@xstate/test` in v5 releases

Andarist opened this pull request over 1 year ago
Always avoid source reentrancy with `reenter: false` (the default)

Andarist opened this pull request over 1 year ago
Remove getMachineShortestPaths and getMachineSimplePaths

davidkpiano opened this pull request over 1 year ago
V5/state-key-typing-experiment

davidkpiano opened this pull request over 1 year ago
Allow optional actor in `useSelector`

davidkpiano opened this pull request over 1 year ago
Snake example

davidkpiano opened this pull request over 1 year ago
Allow action and guard params to be dynamic

Andarist opened this pull request over 1 year ago
Update nodejs.yml

sammyfilly opened this pull request over 1 year ago
Create Project

sammyfilly opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Utilize `TActor` to type `spawn`

Andarist opened this pull request over 1 year ago
[v5] Strongly-typed partial event descriptors

davidkpiano opened this pull request over 1 year ago
Refactor all test cases to use `.types` and not explicit generic type params

Andarist opened this pull request over 1 year ago
Bug: Unexpected re-entry with an internal transition in v5

rlaffers opened this issue over 1 year ago
Introduce a light representation of state nodes

Andarist opened this pull request over 1 year ago
Remove the ability to define delayed transitions using an array

Andarist opened this pull request over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
Bug: @xstate/test pathGenerator is not a function

Osky772 opened this issue over 1 year ago
Tags types

Andarist opened this pull request over 1 year ago
Bug: onDone not being called when childMachine is done

nhibrex opened this issue over 1 year ago
[v5] Add `.stateNode` for actions and guards

davidkpiano opened this pull request over 1 year ago