Ecosyste.ms: OpenCollective

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

XState

State machines and statecharts for the modern web.
Collective - Host: opensource - https://opencollective.com/xstate - Website: https://xstate.js.org/ - Code: https://github.com/davidkpiano/xstate

TypeScript 5.4 (#4789)

* Upgrade TS

* Use native NoInfer (doesn't work)

* NoInfer -> DoNotInfer

* Changeset + ...

github.com/statelyai/xstate - 052da5450765052845a27a1ab6583efdc99d25c7 authored 11 months ago
Version Packages (#4781)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 839162d223dec0a48bdad6ee441388e32cba87be authored 11 months ago
Add missing `emit` export (#4780)

github.com/statelyai/xstate - 567267ed2db596375032aaf075fb682524423541 authored 11 months ago
Version Packages (#4778)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 0d4663ddccadaace281b7e47b9ea08b2cc642045 authored 11 months ago
[core] Event emitter (#4746)

* Add basic event emitter

* Remove id and delay

* Fix types

* Rename

* Add machine t...

github.com/statelyai/xstate - b570ba20d7350819cbaf6740ff00a2bad5ffedfe authored 11 months ago
Support for parameterized `enqueueActions` (#4777)

* Support for parameterized `enqueueActions`

* add missing context

github.com/statelyai/xstate - 4abeed9dfbaa01d2c1f8f7278aa600086a8a8386 authored 11 months ago
Update README.md to xstate v5 api (#4776)

1. state renamed to snapshot;
2. transition event should in an object.

github.com/statelyai/xstate - a0e3c271c3eab20d6778db58871c7024c18d486d authored 11 months ago
Version Packages (#4773)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - e6efe65784804b79fdec7ea8e8fd9964567e652c authored 11 months ago
Fixed a type issue that prevent `sendParent` to be accepted by `setup` when `delays` stayed not configured (#4772)

github.com/statelyai/xstate - 9a01209015525ecfe15c672f51888ceff906a2c2 authored 11 months ago
Version Packages (#4769)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - bab20d73d158321c74203e5130827b798ef641a5 authored 11 months ago
Correctly use falsy outputs (#4768)

github.com/statelyai/xstate - 4a29f8aabc1d17f941d06a3def7739c2853091fc authored 11 months ago
Update examples & template deps

github.com/statelyai/xstate - b421ab94684ae521496443362153158963e7d9c1 authored 11 months ago
Add example for Vue: 7 GUIs -- 2. Temperature converter (#4709)

* Create project; install deps

* Add implementation; tidy up

* Appease TypeScriptGod

* ...

github.com/statelyai/xstate - 8de5d52eda354d2dbc32892352f46d2000cd6e8b authored 11 months ago
Add-example--vue-7guis-1 (#4705)

* basic setup

* remove browserInspector

* add styles; tidy up

* add details, demo video...

github.com/statelyai/xstate - 8b0e3b6ef7417f414a3192d4adf9073d337b46ed authored 11 months ago
Version Packages (#4760)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 3d00ea57fa670cfcd89d282d25f51126b471eed5 authored 11 months ago
[@xstate/vue] Fix `send(…)` type in `useActor(…)` (#4759)

* Fix send type for useActor

* Add file to test

* Update .changeset/honest-tools-shave.md
...

github.com/statelyai/xstate - f112081b9235cb79e5ca2eb16aeceed7cc07b564 authored 11 months ago
Version Packages (#4756)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 39702e64d031dc7bf98fb461c249836782ca93ae authored 11 months ago
Forbid unknown implementations from being used (#4750)

* tweak setup in attempt to forbid using unknown implementations

* tweak `assign`

* make t...

github.com/statelyai/xstate - a9e3c086f3922eed3d82a3fdf6e1db85a3de5260 authored 11 months ago
Version Packages (#4755)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - e7ed2cd084cc7f65bb883b3b8b3041ccce893129 authored 11 months ago
`@xstate/solid` update (#4748)

* bring back changesets

* use `onMount`

* Update `@xstate/solid` hooks

* fix some thing...

github.com/statelyai/xstate - d73ac8e48af82d4d3bde648206e633eb93193353 authored 11 months ago
Add a test case related to `@xstate/solid` and after transitions (#4468)

* Add a failing test case related to `@xstate/solid`

* add a sleep

* add test title

github.com/statelyai/xstate - ca7f090d5f8693546452ca18f30c042012d18154 authored 11 months ago
Version Packages (#4745)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - a09d8f263a835d3a82b3371c6265172ac7818ae7 authored 11 months ago
Removed `this` from machine snapshot methods (#4739)

* #4734 bugfix: removed this from snapshot methods

* added type regression test for #4734

...

github.com/statelyai/xstate - 15b7dd1f009036e4ab265c8702d9b9bd124aaadc authored 11 months ago
Version Packages (#4741)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 0eca5ada37a3f86a22075c460e415a34e077b7c8 authored 11 months ago
Add inspection event for microsteps (#4693)

* Add @xstate/microstep inspection event + tests

* Optimization: make _sendInspectionEvent "l...

github.com/statelyai/xstate - 11b6a1ae1397e5da2544f0bc233584f0aeb4d38b authored 11 months ago
Error on incompatible state value when resolving state (#4290)

* Handle incompatible state value

* Changeset

* Fix

* Update packages/core/test/rehydra...

github.com/statelyai/xstate - 7a8796f809bc8fa81927761474dbbce9ab4b30d3 authored 11 months ago
Version Packages (#4740)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - b5d40d86aaf598ef6290e3a569d2ea75587cf3ff authored 11 months ago
Allow optional actor in `useSelector` (#4231)

* Allow optional actor in useSelector

* Add changeset

* Revert irrelevant files

* Wtf
...

github.com/statelyai/xstate - c2402e7bc269dd1f1a9eca0d3e4484ad5a4cfadb authored 11 months ago
Version Packages (#4732)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 91549ce8a6a5105b3d354ca442ea5c058e58e206 authored 12 months ago
Expose getInitialSnapshot (#4731)

* Expose getInitialSnapshot

* Add more details to changeset

* Add words

github.com/statelyai/xstate - 960cdcbcb88eb565bba2f03f3eeceff6001576d9 authored 12 months ago
Version Packages (#4713)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 54a2b01e666a705c643ff7b1a7b0bf7a074aa9c1 authored 12 months ago
Fixed types compatibility with TS 5.0 (#4728)

github.com/statelyai/xstate - 659efd5c14b69038b0c234255494c2fe5418fdea authored 12 months ago
Re-expose `InteropObservable` and `InteropSubscribable` (#4712)

* Expose InteropObservable and InteropSubscribable

* Changeset

* make `MachineImplementati...

github.com/statelyai/xstate - 2f1d36a9d949119bb93295362523de59acc039a0 authored 12 months ago
chore(deps): update vue template dependencies (#4714)

github.com/statelyai/xstate - 25038c1c3a3a8f7fa8db241ae126a2b11f57f0c3 authored 12 months ago
Add UnknownMachineConfig type (#4694)

* Add AnyMachineConfig type

* Update packages/core/src/types.ts

Ugh fine

Co-authored-by...

github.com/statelyai/xstate - 0b6dff21069bb168b46c943653e445ff3daa5d63 authored 12 months ago
Version Packages (#4702)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - bee9f77ae0f71da9916f545201ce7109d6fb9b94 authored 12 months ago
fix link formatting (#4710)

github.com/statelyai/xstate - b1e87c405d3e8da421d0beba57cec9e1485c0552 authored 12 months ago
Fixed compatibility with the upcoming TS 5.4 (#4706)

* Remove redundant `Compute`

* Fixed `StateValueMap` type

* fixed type errors

* add cha...

github.com/statelyai/xstate - 51b844230a26962c6ff351908eb08170567b629f authored 12 months ago
Add-contributing-guidance (#4707)

* Point to `examples/readme.md`

* Make assumptions explicit; add instructions

github.com/statelyai/xstate - 0afa53590e7478d3dd3f7fab4258aadcd17b8d59 authored 12 months ago
Make required `input` required in `createActor` (#4704)

* Make required `input` required in `createActor`

* fixed tests

github.com/statelyai/xstate - 78699aef6f1a100ee06c4ea2250da15abffbace8 authored 12 months ago
Fix broken link to actions documentation (#4701)

github.com/statelyai/xstate - 0e5bf8d1d3d1720b4d071a3c0229959abd9198f5 authored 12 months ago
Add a passthrough `schema` property to machines (#4688)

* Add a passthrough `schema` property to machines

* juggle types

* Add quick test + change...

github.com/statelyai/xstate - 14902e17a7d1d9030e99bc1d1ca289931bf8e581 authored 12 months ago
Version Packages (#4689)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - cc5c67e78ea379d578a8ac9c1c5099aef83019ab authored 12 months ago
Gavin/add api example (#4696)

* adds base project

* remove unnecessary imports

* update readme with launch instructions....

github.com/statelyai/xstate - 7d5eebf798752e48767878a719f555fe94f6284c authored 12 months ago
Merge `createActorContext` options with Provider options (#4695)

* Merge createActorContext options with provided options

* Changeset

* Update packages/xst...

github.com/statelyai/xstate - 52900a084712755b00e6c38eb9aa2c3b290259b5 authored 12 months ago
Update deps for TodoMVC React example

github.com/statelyai/xstate - 43fc63bbbf3b270f5e920d437d42d11058d285e9 authored 12 months ago
Use node 18 on CodeSandbox CI (#4692)

* ci(codesandbox): bump node to v20

* Switch to node 18

---------

Co-authored-by: Mateu...

github.com/statelyai/xstate - 04d22fe7f11058c45ce41b87f4b694f5aa4d2e15 authored about 1 year ago
Allow escaped periods in state IDs (#4685)

* Support escaped periods in state IDs

* Changeset

* Add comment

* Don't escape dots on...

github.com/statelyai/xstate - e43eab14498356daf859d0f59d02820ec4e6a040 authored about 1 year ago
Change to autoStart

github.com/statelyai/xstate - 40ec4fab867d150f71fcd15ce248cbc7f95fe87a authored about 1 year ago
Add inspectors to templates

github.com/statelyai/xstate - b4b46f299921c293e5ff07fba972ca04c730ae8d authored about 1 year ago
Update the documentation for the default timeout value (#4681)

* Update the documentation for the default timout value

* update comment

github.com/statelyai/xstate - c11e4c26c1e32d2a21384a9281f6b2ea513a1aae authored about 1 year ago
Update friends example

Co-authored by: HartS

github.com/statelyai/xstate - 2ba2d7fa78585f35a6377143e1b8df2b3541b4d9 authored about 1 year ago
Update examples to make them more type-safe

github.com/statelyai/xstate - 24be0624441089e7cf4e0ce77be106d0dd43adad authored about 1 year ago
Swap changeset directories back

github.com/statelyai/xstate - f2ecb49db17dd18468de43827c9f54eb81899e4c authored about 1 year ago
Version Packages (beta) (#4670)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 9c661b034d538aea9e50b2691a72e73cd9a15e3c authored about 1 year ago
Add a changeset to kick off the release

github.com/statelyai/xstate - 58e945f7097fbb8a16e13527a0808ffeabaa8a60 authored about 1 year ago
Swap changeset directories

github.com/statelyai/xstate - cabd828ae6965be811981f3200cac0db1caa94c8 authored about 1 year ago
Prepare files for graph and beta releases (#4669)

* Revert "Temporarily remove changesets for ignored packages"

This reverts commit 5d1eea82c6c...

github.com/statelyai/xstate - d39846f260a5a0d97aa5378c907ceb8fb59e0e58 authored about 1 year ago
Version Packages (#4668)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 073f710f597715b775f833329c2cc7d8fd47e8f2 authored about 1 year ago
Fixed compatibility with older versions of integration packages (#4667)

* Fixed compatibility with older versions of integration packages

* Create hot-ties-call.md

github.com/statelyai/xstate - 64ee3959c47f0dc02b0a15dc0e9bafb645c17ad1 authored about 1 year ago
Remove a redundant empty test file

github.com/statelyai/xstate - 2fed804daee84b740cb26c19d51d1a1c3182c828 authored about 1 year ago
More templates + examples updating

github.com/statelyai/xstate - b59a393da8fbedcdc3b58b6dd989fc5df29d22d5 authored about 1 year ago
Version Packages (#4660)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 3fcf630cd6bb181bf498d509e1598d165d330a6d authored about 1 year ago
Update examples and vanilla template

github.com/statelyai/xstate - 74292702103b178e54459fbd3e5f30fc3556a4ab authored about 1 year ago
Remove the parameter initializer from `spawn`'s signature (#4661)

github.com/statelyai/xstate - bedf085098bc85f5a0f4c7131486725b30b6dc4c authored about 1 year ago
[core] `getNextSnapshot(...)` (#4596)

* Introduce `getNextSnapshot`

* Changeset

* tweak things

* Add getInitialSnapshot

* ...

github.com/statelyai/xstate - 6113a590a6e16c22f3d3e288b825975032bdfd48 authored about 1 year ago
Allow `event` in transitions to be narrowed down even when its `.type` is defined using a union (#4659)

github.com/statelyai/xstate - 1ae07f5bf5d5eeb26481ffad789afb4d107f70a4 authored about 1 year ago
Add JSDocs (#4598)

* Add JSDocs

* Update packages/core/src/State.ts

Co-authored-by: Mateusz Burzyński <mateus...

github.com/statelyai/xstate - 3f3c829f4078e28e0e6acdc6ef880b03b40fe2a8 authored about 1 year ago
Remove xstate-react CDN install in README.md (#4657)

github.com/statelyai/xstate - eb5512187b2ae8440e224cb7f6c4529b1eac63ff authored about 1 year ago
Update xstate-react.umd.min.js url to valid link (#4656)

github.com/statelyai/xstate - 1f37b14294aa964147dc01c66225fe48835e0acc authored about 1 year ago
Update README.md

github.com/statelyai/xstate - ac8993c5fbdf25c1633c59acabc70ecf7894674d authored about 1 year ago
Make `spawn` to type `input` option correctly based on concrete logics (#4644)

Co-authored-by: Sam Armstrong <[email protected]>

github.com/statelyai/xstate - c586214f8ea4567b8f1729f38ba344f95fc11f2a authored about 1 year ago
Remove redundant casts in integration packages (#4642)

github.com/statelyai/xstate - cd33990b7e3b0b9715fbc8333302839b2858d982 authored about 1 year ago
Update example to latest XState

github.com/statelyai/xstate - 0b08a605b331cfb8adcb14ca14f39dafec1238d2 authored about 1 year ago
Update `/examples` and `/templates` dependencies (#4641)

github.com/statelyai/xstate - d46701988e35aa269dd0749910f14281b66594f3 authored about 1 year ago
Version Packages (#4631)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 94c884103eb928938dbc16284822bc707f0df584 authored about 1 year ago
Remove some typegen-specific types (#4600)

* Remove a bunch of typegen types

* interpreter.ts -> createActor.ts

* Remove offending te...

github.com/statelyai/xstate - 1f2ccb97ca00ff2d2ec1c9996f8205dbe656602b authored about 1 year ago
Version Packages (#4619)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 4dde96a255b43bc08e6f09bb34d4b5f3d97bd4d8 authored about 1 year ago
Pass `self` to `context` factories (#4616)

github.com/statelyai/xstate - e8c0b15b2ed385b233c75d79def2a7e9fe99a597 authored about 1 year ago
Bring Express example up to date with v5 (#4610)

* format with prettier. update gerPersistedSnapshot() function call

* Update examples/express...

github.com/statelyai/xstate - 6b74bbe32aa50a71a2d5782efd57752b53037295 authored about 1 year ago
add media scanner workflow example (#4589)

* add media scanner workflow example

* update readme. remove unnecessary import

* Format r...

github.com/statelyai/xstate - 998a669797f40ac374af0706f07b623e4e844874 authored about 1 year ago
ci(github-actions): bump node to v20 (#4579)

github.com/statelyai/xstate - 12e062bd594a1d05c8bc3eab7c15300384c04367 authored about 1 year ago
Fix broken template links

github.com/statelyai/xstate - 34ee1fe64167a6bcc01d77235ab6c1abe90a3a4b authored about 1 year ago
Version Packages (#4599)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 75e6187a4a4e310b46c23bdb5885a2c596795b97 authored about 1 year ago
Fix useActor send types for ActorLogic (#4604)

github.com/statelyai/xstate - 3ad929eb4a26eed0723aa80a7e4da68331ef9b23 authored about 1 year ago
[core] Add `self` and `system` to `enqueueActions(...)` (#4597)

* Add `self` to `enqueueActions(...)`

* Changeset

* improve types and make `system` availa...

github.com/statelyai/xstate - ae0b05f11f1f1048e4f3ce8ae18aa2710e3e0272 authored about 1 year ago
Update bug_report.yml

github.com/statelyai/xstate - 92958fd58a02905ae8da2c5aa164b2b81068e278 authored about 1 year ago
Update bug_report.yml

github.com/statelyai/xstate - bdfe8c457fb655519e9ab0f96a860237fa124d7c authored about 1 year ago
Update examples/readme.md

github.com/statelyai/xstate - 138c9e4e374ae9123eb1f286dce48f2b35c6bcd9 authored about 1 year ago
Update snake example

github.com/statelyai/xstate - 7bdfc63a8ff071a0b987d47740af63db7447bc30 authored about 1 year ago
Version Packages (#4593)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 6e6d8822ec815cc8ce77c9017c4f97cbd066f60c authored about 1 year ago
Svelte template (#4591)

* Add Svelte template

* Update template deps

* Optional options for Vue useActor

* Chan...

github.com/statelyai/xstate - f8cc116d31ead0ffd39db8bbd1b5122702b229a0 authored about 1 year ago
Version Packages (#4588)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 260f4fd754abef591e522fd5c8b86da602a14874 authored about 1 year ago
Fixed an issue with incorrect ancestors being entered together with default history targets (#4586)

github.com/statelyai/xstate - 97f1cbd5f3a0c4abc75d498e27b7465f18e23448 authored about 1 year ago
Add `assertEvent` (#4547)

* Add assertEvent

* Cleanup

* Support multiple events

* TSDocs

* Changeset

* Upda...

github.com/statelyai/xstate - 8e8d2ba38e80dd2457285002559bc63261a08618 authored about 1 year ago
Minor fixes to todomvc-react example. (#4580)

github.com/statelyai/xstate - dd668c6678c06ef85ae521151a222574eedf84d4 authored about 1 year ago
Version Packages (#4577)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 202de6c4e8c3b311a11c63c7cc98c83b748e8766 authored about 1 year ago
Update README.md (#4576)

* Update XState readme

* Changeset

github.com/statelyai/xstate - 677fb35b759bade51bd587037fb5edf6e6c066fd authored about 1 year ago
Version Packages (#4569)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 1399982fb7ebdb5cc53831765fb7629ae653b4d1 authored about 1 year ago
`toPromise(actorRef)` (#4198)

* Add toPromise

* Typecheck

* Just need to fix types

* Revert "Just need to fix types"
...

github.com/statelyai/xstate - ca58904ade8047ac9969838d2932b31846ac479c authored about 1 year ago