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

Remove `mapState` util

Andarist opened this pull request about 1 year ago
Declassify `State`

Andarist opened this pull request about 1 year ago
Remove the internal `getInitialConfiguration`

Andarist opened this pull request about 1 year ago
Deduplicate `State` creation methods

Andarist opened this pull request about 1 year ago
[v5] actions run but not applied

smakinson opened this issue about 1 year ago
Removed `State#toStrings` method

Andarist opened this pull request about 1 year ago
Update examples

davidkpiano opened this pull request about 1 year ago
Improved Fast Refresh support

Andarist opened this pull request about 1 year ago
[v5] Remove `waitFor` timeout

davidkpiano opened this pull request about 1 year ago
Bug: Property 'onDone' does not exist on type Actor

zavx0z opened this issue about 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request about 1 year ago
Bug: Guard with state.can don't react to react useState being toggled

MartinBspheroid opened this issue about 1 year ago
[v5] `enqueueActions()` (replaces `pure()` and `choose()`)

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

github-actions[bot] opened this pull request about 1 year ago
API Docs: `fromCallback` does work with `onError`

audionerd opened this pull request about 1 year ago
Fixed an issue with persisting children that got rehydrated

Andarist opened this pull request about 1 year ago
Removed `Interpreter['status']` from publicly available properties

Andarist opened this pull request over 1 year ago
API Docs: Actor

audionerd opened this pull request over 1 year ago
API Docs: ActorOptions

audionerd opened this pull request over 1 year ago
API Docs: Actor#subscribe

audionerd opened this pull request over 1 year ago
API Docs: createActor

audionerd opened this pull request over 1 year ago
[v5] Consistent `actorRef` property for inspection events

davidkpiano opened this pull request over 1 year ago
[@xstate/react] Add deprecation notice for `machine` in Provider prop types

davidkpiano opened this pull request over 1 year ago
Bug[v5] An inline child actor cannot be persisted.

zavx0z opened this issue over 1 year ago
Bug: v5 onDone is not called by fromPromise when completed

ShravanSunder opened this issue over 1 year ago
Version Packages (beta)

github-actions[bot] opened this pull request over 1 year ago
[v5] ActorContext -> ActorScope

davidkpiano opened this pull request over 1 year ago
API Docs: fromCallback

audionerd opened this pull request over 1 year ago
Unregister `systemId`s eagerly

Andarist opened this pull request over 1 year ago
Fixed an issue that caused non-active children to be rehydrated

Andarist opened this pull request over 1 year ago
Fixed an issue with rehydrated actors not registering themselves in the system

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

github-actions[bot] opened this pull request over 1 year ago
Update machine snapshots with the stopped status when the actor gets stopped

Andarist opened this pull request over 1 year ago
Add warning for sending events to non-started actors

davidkpiano opened this pull request over 1 year ago
Bug: Issue with statemachine in v5

ShravanSunder opened this issue over 1 year ago
Add assertEvent

davidkpiano opened this pull request over 1 year ago
Remove unused `Mailbox#prepend`

Andarist opened this pull request over 1 year ago
Add helpful code comments to `defer` calls in `sendTo` and `stop`

Andarist opened this pull request over 1 year ago
Switch from JSDoc to TSDoc

audionerd opened this pull request over 1 year ago
Fixes to support Generating API Documentation

audionerd opened this pull request over 1 year ago
Remove `TPersisted` generic

Andarist opened this pull request over 1 year ago
Add extra test cases for final outgoing events

Andarist opened this pull request over 1 year ago
Version Packages

github-actions[bot] opened this pull request over 1 year ago
Do not resolve `output` of final states directly nested in parallel states

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

github-actions[bot] opened this pull request over 1 year ago
Bug: stateIn guard does not work with parallel state IDs (v5)

rlaffers opened this issue over 1 year ago
Bug: Machine with parallel states is done prematurely (v5)

rlaffers opened this issue over 1 year ago
Add prevState to path step

davidkpiano opened this issue over 1 year ago
Stop calling exit actions on stop

Andarist opened this pull request over 1 year ago
Remove further redundant state instances

Andarist opened this pull request over 1 year ago
Add StateValue @remarks

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

github-actions[bot] opened this pull request over 1 year ago
Remove `State['_internalQueue']`

Andarist opened this pull request over 1 year ago
Add a test case related to invokes and history states

Andarist opened this pull request over 1 year ago
Bug: @xstate/solid not updating arrays properly (createImmutable.ts)

leonwilly opened this issue over 1 year ago
Fixed an issue with parallel transition sources not being reentered correctly

Andarist opened this pull request over 1 year ago
Avoid completing a single state node more than once

Andarist opened this pull request over 1 year ago
Change wording when mentioning the SCXML spec

Andarist opened this pull request over 1 year ago
Bug: Actor with system ID '...' already exists. (v5)

rlaffers opened this issue over 1 year ago
Remove support for deep and multiple initial states

Andarist opened this pull request over 1 year ago
Cleanup implementation related to entering final state of a machine

Andarist opened this pull request over 1 year ago
Generate `xstate.done.state.*` events recursively for nested parallel states

Andarist opened this pull request over 1 year ago
Fixed an issue with not all actions of initial transitions being executed

Andarist opened this pull request over 1 year ago
Fixed an issue with actions of initial transitions being called too many times

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

github-actions[bot] opened this pull request over 1 year ago
Added table in README.md

HimajPatil opened this pull request over 1 year ago
[v5] `setup()` API

davidkpiano opened this pull request over 1 year ago
Modify useMachine config instance warning

kirill578 opened this pull request over 1 year ago
Make updated context available to invokes

Andarist opened this pull request over 1 year ago
Simple workflow engine example

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

github-actions[bot] opened this pull request over 1 year ago
Fix broken docs links

davidkpiano opened this pull request over 1 year ago
Fix a few broken links to the new docs

mellson opened this pull request over 1 year ago
More XState v5 examples

davidkpiano opened this pull request over 1 year ago
Export inspection event types

davidkpiano opened this pull request over 1 year ago
[v5] `stop()` for multiple actors

davidkpiano opened this pull request over 1 year ago
Bug: Interpreter.onEvent() type without Generics

tuotuo-cloud opened this issue over 1 year ago
Add implementation details to state persistence (Vue package specific)

rynokins opened this pull request over 1 year ago
Fix typos

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

github-actions[bot] opened this pull request over 1 year ago
Do not rehydrate missing invoked children

Andarist opened this pull request over 1 year ago
[v5] Composable logic

davidkpiano opened this pull request over 1 year ago
feat: add check on state machine config for actions

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

github-actions[bot] opened this pull request over 1 year ago
setup function may lead to unexpected behavior

sachin-nanayakkara opened this pull request over 1 year ago
Refactor: Improved type equality check

sachin-nanayakkara opened this pull request over 1 year ago
Fix a parent reference on rehydrated children

Andarist opened this pull request over 1 year ago