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

Merge branch 'master' into davidkpiano/1281

github.com/statelyai/xstate - 9fabdfb16fc12c6fbd5b7424ebf28f177dc0b130 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1297 from GiancarlosIO/patch-1

Add react Calculator example in the Examples section

github.com/statelyai/xstate - 1b88b3e7b5975db4eb7ebf99eabbd311c9f8dcdd authored over 4 years ago by David Khourshid <[email protected]>
Add react Calculator example

Can we add a react calculator example in the docs? đŸ€”

github.com/statelyai/xstate - 5c9fbd370860d66d41281655d932b5b21e9b467f authored over 4 years ago by Giancarlos Isasi <[email protected]>
Merge branch 'master' into davidkpiano/1281

github.com/statelyai/xstate - bca8d6690de0bd08b66487e2d03c57b6a3eb2b14 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1285 from davidkpiano/fix/invoked-initial-state

Fixed an issue with initial state of invoked machines being read without custom data

github.com/statelyai/xstate - 0c3521702fd4b4dbb79fcdb6122fb4fb6473591b authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Use withContext when reading initial state of deferred machine services

github.com/statelyai/xstate - 27bfd3a2c8cdce186b355e82caebca759e2bd9fa authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Fix a typo in a state name in tests

github.com/statelyai/xstate - 64d032d1868e42e2733732a7345c63f2743815e6 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Remove unused declarations

github.com/statelyai/xstate - 5a167d572e1e2070e039b91b2a9e3a040ad0aa12 authored over 4 years ago by David Khourshid <[email protected]>
Ensure that prematurely spawned actors are also deferred. Fixes #1281

github.com/statelyai/xstate - 5838394680da755888bcd4992ed76718a46e55b7 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1288 from rlaffers/patch-1

Update effects.md

github.com/statelyai/xstate - 61c9a57e37694e466b9521bad9238ca9bcc6449a authored over 4 years ago by David Khourshid <[email protected]>
Update effects.md

Fix #1286
Provide more specific differences between fire-and-forget vs invoked effects.
Adds ...

github.com/statelyai/xstate - 9f78d5069513b25a332ca49186d5d278da1215d0 authored over 4 years ago by Richard Laffers <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 44fcc7556b54eb7345f8896ee0b984c9ab62ea5c authored over 4 years ago by David Khourshid <[email protected]>
Fixed an issue with initial state of invoked machines being read without custom data

github.com/statelyai/xstate - 3ab3f25ea297e4d770eef512e9583475c943845d authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Merge pull request #1267 from nlopin/fsm/restore-state

[@xstate/fsm] Allow to rehydrate interpreted state machine

github.com/statelyai/xstate - 8226700aab94031f66133c6518430786aab4780c authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Fix type errors

github.com/statelyai/xstate - d7f01b1c25292480b6daa73cd9e34c9c4bff1f87 authored over 4 years ago by David Khourshid <[email protected]>
Make V5 tests pass

github.com/statelyai/xstate - eecab83115960da32447d4714e570b3ccf499423 authored over 4 years ago by David Khourshid <[email protected]>
Add example to the change description .changeset/light-news-add.md

Co-authored-by: David Khourshid <[email protected]>

github.com/statelyai/xstate - 8988d4ed4788d7bb4b9f16e4434dba1468a2912e authored over 4 years ago by Nikolai Lopin <[email protected]>
Export useActor from the main entry point of `@xstate/react` (#1283)

github.com/statelyai/xstate - e115ecab83c172b0ac21453b6053241f019f8dc0 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Move ObservableActorRef to new file

github.com/statelyai/xstate - ccfe47a8634cd60094b3990d7cf86e0bb058d964 authored over 4 years ago by David Khourshid <[email protected]>
use better description of change .changeset/light-news-add.md

Co-authored-by: Mateusz BurzyƄski <[email protected]>

github.com/statelyai/xstate - 8388c1b94a75143d2fd186fbc6b54b5d64854bcd authored over 4 years ago by Nikolai Lopin <[email protected]>
docs(@xstate/fsm): update `start` method description

github.com/statelyai/xstate - ebe724867103ddc5f7f95d4df7aab7d5e10a5911 authored over 4 years ago by Nikolai Lopin <[email protected]>
test(@xstate/fsm): add test to verify the context can be rehydarted

github.com/statelyai/xstate - 0615263272d358d06a2c06cd400d09cb9c60939f authored over 4 years ago by Nikolai Lopin <[email protected]>
Merge pull request #1 from davidkpiano/fsm/allow-context-rehydration

Allow context to be rehydrated together with the value for @xstate/fsm

github.com/statelyai/xstate - fccc490972d31bae793f88e4c95408660336ff56 authored over 4 years ago by Nikolai Lopin <[email protected]>
Allow context to be rehydrated together with the value for @xstate/fsm

github.com/statelyai/xstate - f42aa4df8eabfeb856d0693758b8308cfc376247 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Export TestPath (#1273)

* Export TestPath

* Add changeset

* Update .changeset/real-buses-film.md

Co-authored-by...

github.com/statelyai/xstate - ca8841a5da6560f2956b0dfa08eb05252ad1eca5 authored over 4 years ago by RĂ©mi Pradal <[email protected]>
Fix core tests

github.com/statelyai/xstate - ff74fcc942cd328674cec85e3a0c3ea6ae1c22de authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - ab32160a23d37e8031759bf3d36b028d79f02146 authored over 4 years ago by David Khourshid <[email protected]>
refactor(@xstate/fsm): remove new public method `getStateByValue`

github.com/statelyai/xstate - 1d307d94636adca6ae317ad0b03884d765693b2b authored over 4 years ago by Nikolai Lopin <[email protected]>
Merge pull request #1260 from davidkpiano/v5/generic-order

github.com/statelyai/xstate - f530161c8b752ba7fc8c6a407f67223c8f87a4d0 authored over 4 years ago by David Khourshid <[email protected]>
feat(@xstate/fsm): throw error from `start` method of the Service in non-production environment if state does not exist

github.com/statelyai/xstate - 010c1e6ee2a71e2da2d049f01906298dfac5313b authored over 4 years ago by Nikolai Lopin <[email protected]>
Merge pull request #1272 from davidkpiano/xstate-react-peer-dep-bump

Bump required XState version in @xstate/react

github.com/statelyai/xstate - 478eb239df19f990b4208602eef0640857714a78 authored over 4 years ago by David Khourshid <[email protected]>
Remove changeset file for currently ignored @xstate/react package

github.com/statelyai/xstate - 81a2ede1a37aa1c1f06e137fd3c63d4fc6f70426 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Bump required XState version in @xstate/react

github.com/statelyai/xstate - 4b7050930da420b30731ce3e0ad0b755525e6376 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Version Packages (#1221)

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

github.com/statelyai/xstate - 1e1378ff27d71bbafe4c2f97d20c465ef58c7bc8 authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor: avoid redundant transformations to check if key exists in the state object

github.com/statelyai/xstate - 0d07b3ee43f6ddf39d330b2e72cf7badb527cc81 authored over 4 years ago by Nikolai Lopin <[email protected]>
Merge pull request #1269 from rlaffers/re-export-aseffect-aslayouteffect

github.com/statelyai/xstate - 6780bdf9ee97369161bec52fe32e95a3eeca5ca6 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - c340a8c61bf678bbda627307d872893e77ef50fa authored over 4 years ago by Richard Laffers <[email protected]>
Re-export asEffect and asLayoutEffect for public use. Fixes #1268

github.com/statelyai/xstate - 6d930465b4e8bcb213623d77a3fd42d8430fe1f4 authored over 4 years ago by Richard Laffers <[email protected]>
add changeset

github.com/statelyai/xstate - ccefca92a1261cf8d9a1e356557af4c8d5fbaffb authored over 4 years ago by Nikolai Lopin <[email protected]>
docs: add description of the new `start(initialState?)` method

github.com/statelyai/xstate - 79ba9b0ca51341c236c3e18d01e8176b28235037 authored over 4 years ago by Nikolai Lopin <[email protected]>
Merge pull request #1266 from x-aaron-moore/master

Link to David Harel Paper Fix

github.com/statelyai/xstate - 91e5508dd601bcad300bed2dcc25c3f4f55a869a authored over 4 years ago by David Khourshid <[email protected]>
Link to a copy of the David Harel paper with a complete version of Fig. 31.

github.com/statelyai/xstate - d765da41430261dd93ceb6d3224350d37a956864 authored over 4 years ago by Aaron Moore <[email protected]>
feat: allow to rehydrate state of the FSM when starting the service

github.com/statelyai/xstate - 2cdf0d78a13c16d2b941735417a1e7011717b7a0 authored over 4 years ago by Nikolai Lopin <[email protected]>
fix ts-lint errors

github.com/statelyai/xstate - d425e855b5f54f67ca9f4e889d05cf7df591cecc authored over 4 years ago by Nikolai Lopin <[email protected]>
Merge pull request #1262 from davidkpiano/node-data-stricter-types

Node data stricter types

github.com/statelyai/xstate - 05477103bfb42a8bd0a9ef9291a13f178ec2bc4f authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Add changeset for improved inference of InvokeConfig["data"] and Mapper/PropertyMapper rework

github.com/statelyai/xstate - 36ed8d0a3adf5b7fd187b0abe198220398e8b056 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Do not use useLayoutEffect directly as it causes server renderer warnings (#1263)

github.com/statelyai/xstate - 746691e9a25ebcba1c846952d80a25a9146cdfd8 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Rework Mapper and PropertyMapper types a little bit

github.com/statelyai/xstate - 91f4e2da595e807b447cc3f7aeff3f28806460eb authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Do not include `any` in type unions

github.com/statelyai/xstate - 5101f6d06c52b502b9303fbe4015dc4eda86ad07 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Merge pull request #1239 from davidkpiano/davidkpiano/1237

github.com/statelyai/xstate - 5100c16d915a4cfb2d5dea30d9083fe645e93c4c authored over 4 years ago by David Khourshid <[email protected]>
Update test

github.com/statelyai/xstate - cbd3bc71cd4352c7c34e145dae04bcb440f84a3b authored over 4 years ago by David Khourshid <[email protected]>
Fix TS

github.com/statelyai/xstate - 8b0608bce9d21aa91aaa6ee5916d93a862016e53 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - 172d6a7e1e4ab0fa73485f76c52675be8a1f3362 authored over 4 years ago by David Khourshid <[email protected]>
Ensure that generic order adheres to TContext, TEvent, ...

github.com/statelyai/xstate - db33dbaded9f92873190e442102e45568515cf35 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1240 from davidkpiano/davidkpiano/scxml-tests-1

github.com/statelyai/xstate - 8c437ab23159bd47773dd2527e438fd07945c20e authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - 6043a1c28d21ff8cbabc420a6817a02a1a54fcc8 authored over 4 years ago by David Khourshid <[email protected]>
Optimization

github.com/statelyai/xstate - 40f808450103d3bb715f968e0b536c49a07b4b59 authored over 4 years ago by David Khourshid <[email protected]>
Add commit phase test

github.com/statelyai/xstate - 6d46767fd58cfcc7edc276df09e20a779f3fa79a authored over 4 years ago by David Khourshid <[email protected]>
Add commit phase counter test

github.com/statelyai/xstate - f8ce89b6a360efa1e8e4af74327d8df021569580 authored over 4 years ago by David Khourshid <[email protected]>
Add test

github.com/statelyai/xstate - 2bc401712fcd5224df6e01b4a71789ff0e75b24c authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into davidkpiano/1237

github.com/statelyai/xstate - aca0e26ea9c535b2bc7c4e4d11a939d183a7540a authored over 4 years ago by David Khourshid <[email protected]>
Default to `deferEvents: true`

github.com/statelyai/xstate - 8549fd9decd380f816c0e9036285be98c00f14fa authored over 4 years ago by David Khourshid <[email protected]>
Fix warnings

github.com/statelyai/xstate - 72f7cbe4c98ccf6dacdb37a59547de4ce44847cb authored over 4 years ago by David Khourshid <[email protected]>
Add comment

github.com/statelyai/xstate - d80346affe7ac595911fd487e91da38fa2539e9e authored over 4 years ago by David Khourshid <[email protected]>
Refactor useConstant calls

github.com/statelyai/xstate - cc65d1c759a1665e4bafd28cf3906a580863049e authored over 4 years ago by David Khourshid <[email protected]>
Split tests

github.com/statelyai/xstate - 27c2cce3625b64577a0f51148f414362f236c797 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1257 from tmikeschu/patch-1

Add note about using `async` with callback service

github.com/statelyai/xstate - bcdc944bddc2a7f874594510cd4fa24154a6efde authored over 4 years ago by David Khourshid <[email protected]>
Add note about using `async` with callback service

Re: https://github.com/davidkpiano/xstate/issues/988#issuecomment-583855715

Just wanted to ma...

github.com/statelyai/xstate - ff7b19e3cb1e2a392140ed0d17299d9391aa4857 authored over 4 years ago by Mike Schutte <[email protected]>
Merge pull request #1249 from davidkpiano/davidkpiano/always

github.com/statelyai/xstate - 1273d72447af45b6c92da9b002f82619f566ebb7 authored over 4 years ago by David Khourshid <[email protected]>
Remove warning

github.com/statelyai/xstate - 721358eab7bf55ebc34303f43669f3d2a331aa79 authored over 4 years ago by David Khourshid <[email protected]>
Remove warning

github.com/statelyai/xstate - 6113f66879d4a1559e03fcd538dcb386b16c370f authored over 4 years ago by David Khourshid <[email protected]>
Add .deferred property to invocable actors, improve test

github.com/statelyai/xstate - 460e8315ebdc42a275725a9d66b1bd1515bc0e50 authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'davidkpiano/react-useActor' into davidkpiano/1237

github.com/statelyai/xstate - 78c3f7914c8cb7c60809355ba21c712a2c8899fd authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into davidkpiano/react-useActor

github.com/statelyai/xstate - 6d52e2e62f2696b8e666e1d07e05047f82ed64b9 authored over 4 years ago by David Khourshid <[email protected]>
Update packages/core/test/scxml.test.ts

Co-authored-by: Mateusz BurzyƄski <[email protected]>

github.com/statelyai/xstate - a5a729853146374ecd0505ced1a3f6c099f0fa95 authored over 4 years ago by David Khourshid <[email protected]>
Update packages/core/test/scxml.test.ts

Co-authored-by: Mateusz BurzyƄski <[email protected]>

github.com/statelyai/xstate - 5f416861ac62908aa0b5d4359c77ca651e93a80c authored over 4 years ago by David Khourshid <[email protected]>
Update packages/core/src/scxml.ts

Co-authored-by: Mateusz BurzyƄski <[email protected]>

github.com/statelyai/xstate - a26f05e1f9b1686d9216c5ea21e6ad12b832d9cf authored over 4 years ago by David Khourshid <[email protected]>
Update docs

github.com/statelyai/xstate - 72d2eef420c8626c1643d7c29cb3bf75a6dbabb8 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - a6c78ae960acba36b61a41a5d154ea59908010b0 authored over 4 years ago by David Khourshid <[email protected]>
Add deprecation warning

github.com/statelyai/xstate - 1bd37ca5b8574d499c9aba752653f4f6f8027734 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1253 from darrenjennings/chore/composition-api-bump-0.6.x

chore(dep/vue) bump peerDep composition-api to 0.6

github.com/statelyai/xstate - 97a2ee60ac995b562d0feca4398a9823b4b8690b authored over 4 years ago by David Khourshid <[email protected]>
fixup! chore(dep/vue) bump peerDep composition-api to 0.6

github.com/statelyai/xstate - 7560f68d41e494b4246fa981fcd3ca476456b641 authored over 4 years ago by Darren Jennings <[email protected]>
Update .changeset/tiny-guests-wash.md

Co-authored-by: Mateusz BurzyƄski <[email protected]>

github.com/statelyai/xstate - b363a67c6b16cc0234d7906d63834d43a15f6703 authored over 4 years ago by Darren Jennings <[email protected]>
chore(dep/vue) bump peerDep composition-api to 0.6

- breaking changes in 0.6.x, adapated code. Will make it easier for
this library to also be upda...

github.com/statelyai/xstate - 65c132458cdc73b242f9c0b22e61ba9ba7780509 authored over 4 years ago by Darren Jennings <[email protected]>
Update tests

github.com/statelyai/xstate - 298a209e702646f138f89df80819664f3cbcb471 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1245 from davidkpiano/upgrade-changesets

Upgrade @changesets/cli to use its new features and remove old hacks

github.com/statelyai/xstate - ed278d2f8594015ef181be50677cf0c2713d319b authored over 4 years ago by David Khourshid <[email protected]>
Upgrade @changesets/cli to use its new features and remove old hacks

github.com/statelyai/xstate - 61eef499507aa2f251a5f6bae977c0063f676387 authored over 4 years ago by Mateusz BurzyƄski <[email protected]>
Fix an error in the description of the example code (#1244)

The child machine's `duration` context property is updated by the parent's `context.customDurati...

github.com/statelyai/xstate - f53079b97a044f0476c5d3b32982ed2db171b326 authored over 4 years ago by Todd Heslin <[email protected]>
Clean up error handling

github.com/statelyai/xstate - 8e1c2363edbed026296e8a728fd28dff1ced134c authored over 4 years ago by David Khourshid <[email protected]>
Add comments

github.com/statelyai/xstate - 9441ab18f68f485a8814893a62ffcfa536a89530 authored over 4 years ago by David Khourshid <[email protected]>
Slowly start deprecating `in` predicate in favor of guards

github.com/statelyai/xstate - 477f5ae5f7d6e97ade3d487ca298022aed94c505 authored over 4 years ago by David Khourshid <[email protected]>
Add In() predicate conversion

github.com/statelyai/xstate - e95b051e76801cdbbaab8064c919039d9f72326b authored over 4 years ago by David Khourshid <[email protected]>
Add failing test

github.com/statelyai/xstate - ce3b3e6e67d897fe94596fefd35a95e61f8a25ba authored over 4 years ago by David Khourshid <[email protected]>
Cleanup

github.com/statelyai/xstate - fa64b6b52bd44b339420996d8fe7deba8d4bec39 authored over 4 years ago by David Khourshid <[email protected]>
Fix double-rendering issue. Fixes #1237

github.com/statelyai/xstate - f2b394917040c86aa61e278d92b2e3d12e21f6cb authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1238 from perry-garvin/pg-doc-update-2

Docs: clarify code is for Vue 3 (2nd try!)

github.com/statelyai/xstate - 48cde74e75e4c119e12c61f34b9e82ab53268dbe authored over 4 years ago by David Khourshid <[email protected]>
Docs: clarify code is for Vue 3

github.com/statelyai/xstate - f556a855c473e55cfd2e9c39d67925d21fb0f8c7 authored over 4 years ago by Perry Garvin <[email protected]>
Merge pull request #1234 from laughnan/patch-1

Documentation: Clarify the XState FSM useMachine hook args

github.com/statelyai/xstate - 2119a1d958380a8f8c12bf71b946d80ec757c4d7 authored over 4 years ago by David Khourshid <[email protected]>
Made optional flag consistent

github.com/statelyai/xstate - 59587b9f84761e452c81cc73b857b0efdb3cffc5 authored over 4 years ago by Alex Laughnan <[email protected]>
Documentation: Clarify the XState FSM useMachine hook args

Based on the Type definition, we only support `actions`: https://github.com/davidkpiano/xstate/b...

github.com/statelyai/xstate - 1eac2c241db0d71901296ea61f0580784c87b544 authored over 4 years ago by Alex Laughnan <[email protected]>