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

[v5] Consistent renaming: options & definition (#4080)

* options -> implementations

* Add changeset

github.com/statelyai/xstate - 94526df034bb83fa88d6751a317e9964f83f54cd authored over 1 year ago by David Khourshid <[email protected]>
Merge branch 'main' into next

# Conflicts:
# CONTRIBUTING.md
# README.md
# examples/counter/package.json
# examples/counter/sr...

github.com/statelyai/xstate - a95d9aaac687f9c5b9a2bef5b93a977a68b30ff2 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Enable `strictFunctionTypes` (#4095)

github.com/statelyai/xstate - cea0d2089a50c75f9b40bcb7a1d199d84b003865 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Enable `noImplicitAny` (#4092)

* Enable `noImplicitAny`

* move onCleanup with some checks in tests before useMachine since S...

github.com/statelyai/xstate - 48fe8bd4ddc16c5e8001f9a8e9f00dd947af6469 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove shebangs from workflow examples (#4089)

github.com/statelyai/xstate - 56e557aadcd05dd0ccf9ff08f5a77b1bdf12cab2 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Enable TS strict rules that don't affect many locations (#4088)

github.com/statelyai/xstate - 164e9d0eabd475203a67521fca4b655679b7eaee authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (#4076)

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

github.com/statelyai/xstate - 49966df69c78c9a66b24046e41bf77d20f62b7e1 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Minor tweaks to the root `tsconfig.json` (#4086)

github.com/statelyai/xstate - 59e372d152168cfdbd33b6de0cb5f3297f8475b7 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove `State['_initial']` (#4084)

github.com/statelyai/xstate - 4aa3a89e6946d4f0711df76a8393f62133778250 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove `State['changed']` (#4083)

* Remove `State['changed']`

* avoid passing resolved actions around

* fixed type error

...

github.com/statelyai/xstate - 163528529d7887b093b308c1f92911f025f437c7 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove `StateConfig['transitions']` (#4085)

* Remove `StateConfig['transitions']`

* remove it from more places

* remove it from one la...

github.com/statelyai/xstate - 8ae5c34e5fc5993d967493c164a5a86093a70c67 authored over 1 year ago by Mateusz Burzyński <[email protected]>
[v5] Serverless workflow examples (#4053)

* Add serverless workflow examples

* Add parallel execution example

* Async function invoc...

github.com/statelyai/xstate - e5fb05b34ec8390a6a349a35f737b9f8274c96ed authored over 1 year ago by David Khourshid <[email protected]>
Do not use a static string as ID for spawned actors when no explicit ID is given (#4078)

github.com/statelyai/xstate - 43fcdecf27106370745404be0d9878dd69faf9a3 authored over 1 year ago by Mateusz Burzyński <[email protected]>
[v5] Allow guard objects to reference other guard objects (#4064)

* Allow a guard object to reference another guard object

* Add TODO

* Update packages/core...

github.com/statelyai/xstate - 04789726500e97d0a0a63681fc7abf66f97195b3 authored over 1 year ago by David Khourshid <[email protected]>
Add support for wildcard transitions to `@xstate/fsm` (#4065)

* Add support for wildcard transitions to xstate-fsm.

* Update docs for xstate-fsm to match i...

github.com/statelyai/xstate - 3b4b1305af6fa5db288ffdb3b4918a05048353e4 authored over 1 year ago by Ben Blank <[email protected]>
Version Packages (beta) (#4051)

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

github.com/statelyai/xstate - 69dc9c1a5d14ddc6be9263edc17f4811ddbc1e5e authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Remove `State['transitions']` (#4063)

* Remove `State['transitions']`

* Create new-gorillas-visit.md

github.com/statelyai/xstate - e1f633ac9f9998f5f2f07382eecd7defd6f6eba5 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove `State['event']` (#4062)

* Remove `State['event']`

* Create stale-chairs-rush.md

github.com/statelyai/xstate - 28603a07ff8d8d8550927bebf5a0a0a9870bf172 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Examples WIP (#3910)

* Add simple counter example

* Add toggle example

* Add stopwatch

* Add timer

* Tile...

github.com/statelyai/xstate - 679a84eee468a9c4b359b68eff3e82d60aab6fe0 authored over 1 year ago by David Khourshid <[email protected]>
[v5] System for all actor logic (#4055)

* Ensure all actors have access to the system

* Oops, forgot fromCallback

* Split up tests...

github.com/statelyai/xstate - eb7c8b387930644bffadb2fa2fb8546aee09eb88 authored over 1 year ago by David Khourshid <[email protected]>
Remove redundant `resolveActionsAndContext` call (#4061)

github.com/statelyai/xstate - df55ac0c51158204c02f1c1af2c3b360db997858 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove `State['actions']` (#4059)

* Remove tests depending on state.actions

* make things work without executing state.actions ...

github.com/statelyai/xstate - bbea3bc4d39c36b642d15fe4116635d592a2c5a9 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Update comparison table in `@xstate/fsm` doc to include a row for wildcard event descriptors (#4060)

* Update README.md

There had been a discussion about the availability of `Wildcard event desc...

github.com/statelyai/xstate - 754afa022047518ef4813f7aa85398218b39f960 authored over 1 year ago by Chaitanya J <[email protected]>
Update `state.children` directly when resolving `stop` action (#4058)

github.com/statelyai/xstate - ef39dd4754b4ff0cc47e541c02eeb83d63169fec authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (#4031)

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

github.com/statelyai/xstate - eeb2a1bb336b7b0d86f0a861041b68645e45f514 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
`@xstate.fsm`: State value added to transition type (#4043)

* feat: state value added to transition type

* fix: types changed

* change `state.matches`...

github.com/statelyai/xstate - bc1799b36e6b4d6dc5373fb45775943a45a99d28 authored over 1 year ago by ksv90 <[email protected]>
Remove incorrectly added `@xstate/fsm` from a changeset (#4052)

github.com/statelyai/xstate - 4863a4ad48470760d84508fef2f9a24ec8c821fa authored over 1 year ago by Mateusz Burzyński <[email protected]>
[v5] Behavior to logic (#4041)

* behavior -> logic

# Conflicts:
# packages/core/src/State.ts
# packages/core/src/StateMach...

github.com/statelyai/xstate - 50fe8cdd4114e77c104520f9c89d471cf2173dfb authored over 1 year ago by David Khourshid <[email protected]>
Remove initial state getter from machines and require actor context for `transition`/`getInitialState` calls (#4018)

* Remove initialState getter

* add changesets

github.com/statelyai/xstate - c59bb6a7231c8adff552e76fc1ca4af5b36de927 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Update CONTRIBUTING.md (#4046)

github.com/statelyai/xstate - 4909dab267840bf69b5025f48fccbd35faa12ba5 authored over 1 year ago by Chaitanya J <[email protected]>
Update README.md

github.com/statelyai/xstate - cc2fe2e0c3bd2061d335b059de500820ef2e675a authored over 1 year ago by David Khourshid <[email protected]>
Rename machine in stopwatch example (#4044)

github.com/statelyai/xstate - dc006e7ebdc2eec68edbdf4f8cab95c2e3ea019e authored over 1 year ago by Laura Kalbag <[email protected]>
[v5] More examples (#4040)

* Add examples

* Update examples

* Add readmes

* Remove unused assets

github.com/statelyai/xstate - 97d9399412eda50f8b19ec7fc0dd8f390fa6fcf6 authored over 1 year ago by David Khourshid <[email protected]>
Update tic tac toe

github.com/statelyai/xstate - fc52b97d3bc8b20769c63e4f09df3005e41ad3a8 authored over 1 year ago by David Khourshid <[email protected]>
Update README.md

github.com/statelyai/xstate - a95e56bb42b7ab38d384f972c99eb2f560004d22 authored over 1 year ago by David Khourshid <[email protected]>
Links (#4038)

github.com/statelyai/xstate - ba33bffdd58df6d621fe9116e1e0cf626db15dab authored over 1 year ago by David Khourshid <[email protected]>
Update Vue 2 recipe (#4009)

* Update Vue 2 recipe

Added context on Xstate usage depending on the version of Vue.

* App...

github.com/statelyai/xstate - 675caff135ee2e21b4b5cd3be4457ecba397d00c authored over 1 year ago by Amy Pellegrini <[email protected]>
Add a second launch script for debugging tests (#4024)

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

github.com/statelyai/xstate - a5056a2c4d6021cb67992ae0f8e1a1f4e58cbb08 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Create readme.md

github.com/statelyai/xstate - 348037940e496148e3335a30f7064d70deedf549 authored over 1 year ago by David Khourshid <[email protected]>
[v5] Examples (#3987)

* Update templates

* More examples

* Use exact versions

* Add TodoMVC example

* Add ...

github.com/statelyai/xstate - 4e0aa14f1471942529fc74c12d7f04656a2a637d authored over 1 year ago by David Khourshid <[email protected]>
Add docs contribution info + legacy docs/xstate.js.org upkeep info (#4035)

github.com/statelyai/xstate - 6ef653a4f82a271d95226b666c76d0909e2e0865 authored over 1 year ago by Laura Kalbag <[email protected]>
Version Packages (beta) (#4034)

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

github.com/statelyai/xstate - 18df0339c5d0004c0992ab5d034a93cf609e6b3a authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed generated TS declaration files to not include `.ts` extensions in the import/export statements (#4033)

github.com/statelyai/xstate - 9cb7cb51a0ce577d2de508aedf3773d4f80f9d46 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (beta) (#4025)

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

github.com/statelyai/xstate - 095786193cdd018bf0416003a758fc293a206aa1 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Remove `actor.onDone(...)` (#3991)

* Replace a lot of .onDone with .subscribe({ complete })

* Get rid of remaining .onDone() cal...

github.com/statelyai/xstate - 98db493e44a1aaddc74615d600a01472266679a5 authored over 1 year ago by David Khourshid <[email protected]>
Bump XState-immer immer peer dep (#4030)

github.com/statelyai/xstate - bcb81158746dbf0ff9d586f6d7a3e548794bef3b authored over 1 year ago by Simeon Cheeseman <[email protected]>
Update code of conduct and contributions guide (#4027)

* Update code of conduct to contributor covenant version 2.1

* Update contributing info

* ...

github.com/statelyai/xstate - 595964aac347a0fef2db5c41064ceb562f83a92d authored over 1 year ago by Laura Kalbag <[email protected]>
[v5] `systemId` for `spawn()` (#3990)

* Add systemId to spawn() options

* Add changeset

github.com/statelyai/xstate - fe6db147a1d7c1555699ded8d37ed8cd46f7a982 authored over 1 year ago by David Khourshid <[email protected]>
Version Packages (beta) (#4022)

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

github.com/statelyai/xstate - 9dd2ce8eabb44bd20f2efb355b263faa077f7153 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump syntax level of the shipped code to what's supported by node 16 (#4021)

* Bump syntax level of the shipped code to what's supported by node 16

* use assumptions over...

github.com/statelyai/xstate - 37a998e96254a1d949331e0a2500976c765cdf68 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Avoid redundant subscriptions in `waitFor` (#4023)

github.com/statelyai/xstate - d015ae7ee11b428d98d8760e083e42e7f6075c65 authored over 1 year ago by Mateusz Burzyński <[email protected]>
[v5] Add `input` support to `fromEventObservable` (#4020)

* Add input support in fromEventObservable

* Add changeset

* Add test for callbacks

* U...

github.com/statelyai/xstate - 7898731b5738ce73a7441d528b5920c946d33b5f authored over 1 year ago by David Khourshid <[email protected]>
Migrate away from the `process.env.NODE_ENV` convention (#4016)

* upgrade preconstruct

* remove browser build from xstate/test

* fixed packages

* refac...

github.com/statelyai/xstate - 4c3169ad2d6c47355ab5f8af54c9d994da2f10a8 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (beta) (#4008)

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

github.com/statelyai/xstate - 028314ade6842d16719b8adaa236fb02246c0992 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update README.md (#4015)

github.com/statelyai/xstate - de75010fd943900eb1c776a87c2283531e46cbf0 authored over 1 year ago by David Khourshid <[email protected]>
Remove `MachineConfig['scxml'] setting` (#4012)

* Remove `MachineConfig['scxml'] setting`

* Fixed SCXML tests

* remove unused variable

github.com/statelyai/xstate - e48b35896f47e8dadd943dadcf420a51543ebc14 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Adjust bump type in one of the changesets

github.com/statelyai/xstate - 4accc281fa6f15508280ed0c56a5654a563e5dc2 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Rename and repurpose some hooks in `@xstate/react` (#4006)

* useInterpret -> useActorRef

* Replace useActor usage with useSelector

* One more

* us...

github.com/statelyai/xstate - 42df9a5360ec776ca3ce8bcd0f90873a79125bf2 authored over 1 year ago by David Khourshid <[email protected]>
Root out SCXML-related wrappers (#3971)

* Root out SCXML-related wrappers

* remove more things

* fix things

* fixed escalate

...

github.com/statelyai/xstate - d0ba42ca9f60e15fcb08d1b3ee33f5161dc44903 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Fixed a typo in the env check (#4011)

github.com/statelyai/xstate - 633ca764e022e8d838fcc3226763a61c8bb99b06 authored over 1 year ago by Mateusz Burzyński <[email protected]>
React `.provide` support (#3947)

* 1 failing test

* fixed the test

* Update packages/core/src/StateMachine.ts

* Add chan...

github.com/statelyai/xstate - 5fa3a0c74343e400871473d375f02d3d918d1f4e authored over 1 year ago by David Khourshid <[email protected]>
Version Packages (beta) (#3980)

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

github.com/statelyai/xstate - 850a0ff49d0b8dfb9192652f95a7644e619931d6 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge branch 'main' into next

# Conflicts:
# packages/xstate-graph/src/simplePaths.ts
# packages/xstate-solid/test/createSpawn...

github.com/statelyai/xstate - 65e23a6173020fde9caaf3ac5efe31e109e909b1 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Fixed comatibility with Node ESM (#3994)

github.com/statelyai/xstate - d118abfd3aa9acbdba276f8efeea0e8a4f82bee7 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Switch back to the stable release channel

github.com/statelyai/xstate - ee03923852b7c8a3eaa1691a3056535b3dcfd51e authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (alpha) (#3995)

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

github.com/statelyai/xstate - 5e998af029b2c30ff4a7753e155e22b5562f2e85 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Prepare files for an `@xstate/graph@alpha` release

github.com/statelyai/xstate - aa3c065b7d9ae37422251236f94c23f2cb6f3c2d authored over 1 year ago by Mateusz Burzyński <[email protected]>
Fixed `xstate/src` imports (#3992)

* Fix imports

* Changeset

* Update .changeset/ninety-paws-roll.md

Co-authored-by: Mateu...

github.com/statelyai/xstate - fc076d82f4646c3285455c33200d84f804c17f36 authored over 1 year ago by David Khourshid <[email protected]>
Merge branch 'main' into next

# Conflicts:
# packages/core/CHANGELOG.md
# packages/core/package.json
# packages/core/src/inter...

github.com/statelyai/xstate - bfbd1696442d9a76d9cec2a8a007348bb7bc2c6d authored over 1 year ago by Mateusz Burzyński <[email protected]>
Improve control over console logs in tests (#3986)

* Improve control over console logs in tests

* fixed tests

* add comment

* only fail te...

github.com/statelyai/xstate - 10f19a36bf545f9d2d3d4e28ebea7b886b7843a4 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Rewrite a few tests (#3985)

github.com/statelyai/xstate - 2dc9cc9888f37138c417959edb3ff25a11e7d1e4 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Increase `testTimeout` in the Jest launch configuration (#3984)

github.com/statelyai/xstate - ed4ed9fc9a72de453dcde60bcd1b17dfd1410be3 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Upgrade `svelte-check` (#3983)

github.com/statelyai/xstate - f3c6f7d29dd2f1c27d726898b70076cec6edae5c authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (#3928)

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

github.com/statelyai/xstate - 5dd9e258c93dfd5a9e2898ea97c9d8137552d1c2 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Changed the content of the changeset related to `use-isomorphic-layout-effect` update

github.com/statelyai/xstate - 87abf42f0c8802b12530d4ca9813e9a08d972765 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Improve missing implementations error by mentioning missing names (#3972)

* Improve missing implementations error by mentioning missing names

* Typo

* add changeset...

github.com/statelyai/xstate - 2b9583a63c9089103365bad9419bd4a1edd43556 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Fixed an issue with a referenced action responding to an initial raised event being called with init event (#3981)

* Fixed an issue with a referenced action responding to an initial raised event being called wit...

github.com/statelyai/xstate - a225a474c7f8ff6f1ea2aa8535a5e58a36e26dc9 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Merge branch 'main' into next

github.com/statelyai/xstate - 4f8e989036e02bca76b2a82f6b7d8d37755ca227 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (beta) (#3964)

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

github.com/statelyai/xstate - 107d9811afb005d2f74150b4e869bb47fa5eef44 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Throw when sending strings (#3967)

* Throw if string is sent

* Oops

* Changeset

* Add error for raise and send

* Update...

github.com/statelyai/xstate - 26986f4178d34ce3f74209e89006337cc1c10dbc authored over 1 year ago by David Khourshid <[email protected]>
Add `createEmptyActor()` (#3968)

* Add createNullActor

* Add changeset

* Update packages/xstate-react/test/useActor.test.ts...

github.com/statelyai/xstate - eecb31b8f43efc4580887ad850336ea74cfba537 authored over 1 year ago by David Khourshid <[email protected]>
[v5] Some export cleanup (#3966)

* Export pure

* Remove export of `send`

* Export waitFor

* fixed action usage in scxml ...

github.com/statelyai/xstate - 61db63bf44edf0efe4774ebdec29244d7d024381 authored over 1 year ago by David Khourshid <[email protected]>
Fix persisting unresolved promises (#3959)

* Fix persisting unresolved promises

* Changeset

* Avoid mutations of the internal state i...

github.com/statelyai/xstate - ead28725741c99c6282bd8ab1b7c12818bd66865 authored over 1 year ago by David Khourshid <[email protected]>
Rename `.schema` to `.types` and moves `.tsTypes` into it as `.typegen` (#3957)

* schema -> types

* tsTypes -> typegen, MachineSchema -> MachineTypes

* Remove unused `cre...

github.com/statelyai/xstate - 423c5ab72f1ad7f510f94a5b4b5f98e5e8540d0e authored over 1 year ago by David Khourshid <[email protected]>
Version Packages (beta) (#3956)

* Version Packages (alpha)

* Promote to beta

---------

Co-authored-by: github-actions[b...

github.com/statelyai/xstate - 5f0291aab10deed700787feaedc09c60798638c2 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[v5] Rename external transitions to reentering ones (#3900)

* Rename external transitions to reentering ones and adjust semantics slightly

* fixed the mi...

github.com/statelyai/xstate - 7d1a8ff097dc96526e4aba3700d34934133e6eeb authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (alpha) (#3954)

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

github.com/statelyai/xstate - 0b38a64c7692e3c58e17a6ef01d1a265ba68e44c authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Final `.data` to `.output` (#3952)

* Rename final.data to final.output

* Add changeset

* Update .changeset/five-mirrors-join....

github.com/statelyai/xstate - ec300837e7665057b0edf8f3728319ca509ed801 authored over 1 year ago by David Khourshid <[email protected]>
Fixed sibling targets on root accidentally resolving the root's children (#2881)

* Improve target resolution algorithm

* Add changesets

* Fixed targets

* Fix test

* ...

github.com/statelyai/xstate - 2f45343c5a8984dd92ee6b2ee6fcf90efaee264f authored over 1 year ago by David Khourshid <[email protected]>
Version Packages (alpha) (#3951)

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

github.com/statelyai/xstate - 1dbf190127d47df2aec20ea13f0b38c637ecd7e5 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Prevent action replay (#3926)

* Do not restore actions

* Add changeset

* move test

* Discard actions in restoreState
...

github.com/statelyai/xstate - f9f692b2b7f51311a41d6de13037c61bbcb9b7c2 authored over 1 year ago by David Khourshid <[email protected]>
Rewrite tests to not depend on `State['actions']` (#3949)

github.com/statelyai/xstate - e001520907b1dd17a5728ec5e3804aa22c89b72f authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (alpha) (#3948)

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

github.com/statelyai/xstate - 950a3bfdbe4c21723038e42cc526371ffa8c32ee authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Do not call actions with `state` (#3950)

github.com/statelyai/xstate - e5ee0a1e8da3487c405021901e0642f773a7e75e authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove replaying behavior from `@xstate/fsm` (#3917)

* Remove replaying behavior from `@xstate/fsm`

* fix thing

* fixed solid things

* fixed...

github.com/statelyai/xstate - b8b44206e9aa465585d67cde3552ea95bd6ad378 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Remove strict mode leftovers (#3943)

* Remove strict mode

* Add changeset

* Remove changeset

github.com/statelyai/xstate - 7b370badcf516dfd242ca22c713ed8e6cd9b2026 authored over 1 year ago by David Khourshid <[email protected]>
Version Packages (alpha) (#3945)

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

github.com/statelyai/xstate - f501cffb156fc16650f4086a6de1aa147204a9f5 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add a changeset to `@xstate/react` (#3944)

github.com/statelyai/xstate - 305a89001d229f43eb85cd7bd06e797c3fb4f78a authored over 1 year ago by Mateusz Burzyński <[email protected]>
Use TypeScript 5.0 in the repo and switch to using `.ts` extension in import sources (#3899)

* Use TypeScript 5.0 in the repo and the new `moduleResolution: bundler`

* Switch back to `mo...

github.com/statelyai/xstate - acb57dfdf234d20d00ad111c3508d5a968acbfbd authored over 1 year ago by Mateusz Burzyński <[email protected]>
Version Packages (alpha) (#3942)

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

github.com/statelyai/xstate - 48d79268b017c7c19eda034eeb0f92aeca919c47 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>