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

Unified arguments for all implementation types (#3939)

* Unified args WIP

* Unify guards

* Ugh just 2 tests failing

* Fix tests

* Fix types...

github.com/statelyai/xstate - 91bc6fdd505fb519dce5cb1b72760de43263de26 authored over 1 year ago by David Khourshid <[email protected]>
Updates Docs about Svelte Setup & Template (#3930)

* docs: adds modern svelte recipe & rollup project info

* adds SvelteKit template (toggleMach...

github.com/statelyai/xstate - 534f31d0f8942574bd460ea22a914c41a8aee6f3 authored over 1 year ago by Tobi Obeck <[email protected]>
Version Packages (alpha) (#3891)

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

github.com/statelyai/xstate - 3b13cb575d0075fdfe3b004fcff7fb6cc060b0c8 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docs(guide): remove redundant `target:` (#3937)

github.com/statelyai/xstate - b35008a4db1b93ff51bb11994422c7a5fcaed6dc authored over 1 year ago by Arvin Sevilla <[email protected]>
Make `system` accessible in all custom actions (#3934)

* Make `system` accessible in all custom actions

* Add system to built-in action metas

* m...

github.com/statelyai/xstate - 297cd61cef31d19dda3e58e2c76ba7250461d5b0 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Standardize parameterized objects (#3884)

* Add ParameterizedObject

* Add changeset

* Update packages/core/src/types.ts

Co-author...

github.com/statelyai/xstate - aa80811e508c574954b894317477a35a9e7a341e authored over 1 year ago by David Khourshid <[email protected]>
[v5] Add `self` to meta objects (#3911)

* Add `self` to StateMeta and associated meta objects

* Fix types

* Make `self` available ...

github.com/statelyai/xstate - d638a0001d3e073e8c8d0414003b42fba74ad04a authored over 1 year ago by David Khourshid <[email protected]>
Restrict stopping actors (#3878)

* Only allow stopping by parent actorContext or by stopping the system

* Fix types + tests

...

github.com/statelyai/xstate - bb9103714c72aa4d60cfeef5b1c5a58b5720c2dc authored over 1 year ago by David Khourshid <[email protected]>
[v5] Rename reducer -> transition function (#3924)

* Rename reducer -> transition function

* Impure?

* Update snapshot

* Changeset

* Up...

github.com/statelyai/xstate - c4e58c88d04da0c2255431b2c6d6dd98b1f9ba2d authored over 1 year ago by David Khourshid <[email protected]>
[v5] System (receptionist) (#3837)

* Introduce system

* Add test file

* system poc

* Remvoe explicit createsystem in tests...

github.com/statelyai/xstate - 61553600b5f32b501a26e3d69a224eeab8d940f7 authored over 1 year ago by David Khourshid <[email protected]>
Fix warning about unmet peer dependencies (#3919)

github.com/statelyai/xstate - 6665f0a32327407e8fec12240383f211094d929c authored over 1 year ago by Clemens Wolff <[email protected]>
Fix warnings and TS errors for `xstate/graph` tests (#3907)

* Add predictableActionArguments: true to silence warnings

* Use createMachine and fix target...

github.com/statelyai/xstate - 7401a612e092d29b7979e68966fb073a27f9a043 authored over 1 year ago by Kevin Maes <[email protected]>
Remove `autoForward` (#3889)

* Remove autoForward, mostly

* Remove autoForward completely

* Add changeset

* Remove m...

github.com/statelyai/xstate - b394cf18885e687910c62f03192952081b1548a5 authored over 1 year ago by David Khourshid <[email protected]>
Remove `.onTransition()` (#3915)

* Remove .onTransition

* Add changeset

* Remove test

* Lint

github.com/statelyai/xstate - 9e18af13057faf0671c77400d710de3433ebfde5 authored almost 2 years ago by David Khourshid <[email protected]>
Remove observable replay (#3877)

* Make actor observable hot

* Infinite loop pissue

* Sorta fix infinite loop test

* Rem...

github.com/statelyai/xstate - 1269470bd9bf35d2020b36ddd47b722be5cd0ef6 authored almost 2 years ago by David Khourshid <[email protected]>
Version Packages (#3914)

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

github.com/statelyai/xstate - edc3260a7e1e58e4a378214f612076e2bc726caf authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed `forwardTo`, `escalate` and `sendUpdate` to be compatible with required action types (#3913)

* Fixed `forwardTo`, `escalate` and `sendUpdate` to be compatible with required action types

...

github.com/statelyai/xstate - 1c187465797cd687f311d5a2e18c91738d17f194 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
[v5] Remove `state._sessionid` (#3890)

* Rename `state._sessionid` to `state.sessionId`

* Remove sessionId from state

* Make `act...

github.com/statelyai/xstate - 326937415f20a7e1020832f09a1d30f3b379fd46 authored almost 2 years ago by David Khourshid <[email protected]>
Make all transitions internal by default (#3756)

* Make all transitions internal by default

* fixed tests

* fixed things

* add changeset

github.com/statelyai/xstate - 67d57619015803a6a7cf9f3b6dd98c10c064faff authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Add runtime support for `input` (#3815)

* Add input back in

* Make input work again

* Add changeset

* Get input working for inv...

github.com/statelyai/xstate - 66bc88a687482132d179aafd0ac09d1e890e3b04 authored almost 2 years ago by David Khourshid <[email protected]>
Recursive persistence of invoked actors (#3743)

* Add PersistedState

* behavior.at (WIP)

* Use invoke action instead

* Ensure that pers...

github.com/statelyai/xstate - 30c561e94f0dde770a2f73a656ba295f1686ef19 authored almost 2 years ago by David Khourshid <[email protected]>
Switch back Changesets files to the stable release channel

github.com/statelyai/xstate - ce96f6d92146975c026a64270dc85248893ad0cd authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Version Packages (alpha) (#3881)

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

github.com/statelyai/xstate - d866f992ecaa48d48e2f108d0f0a45c5dc99742f authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Prepare files for a new alpha release of `@xstate/test`

github.com/statelyai/xstate - 00d3b2c326aabaaa7278b30730e8c3bab96883b0 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
[xstate/test] Simpler graph events (#3864)

* Ensure `eventCases` works

* Remove eventCases

* getEvents -> events (also fixes typing)
...

github.com/statelyai/xstate - 59f3a8ecee83ec838040de1920b527c8bf6a803e authored almost 2 years ago by David Khourshid <[email protected]>
Add Transloadit sponsor (#3876)

github.com/statelyai/xstate - 1994567f99e106f47062eadb0d5ed970bc8d33f7 authored almost 2 years ago by David Khourshid <[email protected]>
Version Packages (#3875)

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

github.com/statelyai/xstate - dbed98d96b5c339d6a6a7557f3ebe22c10097d61 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[xstate/inspect] Add support for custom `targetWindow` (#3793)

* [xstate/inspect] Add support for custom targetWindow

* fix: missing targetWindow for Inspec...

github.com/statelyai/xstate - f943513cae369cf5356d383fc53a18e1858022ce authored almost 2 years ago by Mike Pratt <[email protected]>
Version Packages (#3867)

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

github.com/statelyai/xstate - 5c39db4c15cd94a352c86ad42e84377ddd39a243 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@xstate/solid Fix array deletions/additions causing duplicate entries (#3856)

Add test to cover affected array updates
Fixes #3853

Signed-off-by: Austin Golding <austin.g...

github.com/statelyai/xstate - 7e5110b9454d50b81cd7089eaeaf84cb14415f43 authored almost 2 years ago by Austin Golding <[email protected]>
Use setup-node script to set node 16 (#3866)

github.com/statelyai/xstate - 7f06351592dbb12ec15bbdce0769025fdcccde77 authored almost 2 years ago by Anders Bech Mellson <[email protected]>
Adding an example https://towerofhanoi.app (#3863)

* Adding an example https://towerofhanoi.app

- "I used XState to create an (open source) vers...

github.com/statelyai/xstate - 1863464052ace2530845a2cd2b46f3d6f826ee4a authored almost 2 years ago by Justin Philpott <[email protected]>
Version Packages (#3843)

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

github.com/statelyai/xstate - 54ec3070dd4f8f8c454129b814290ff4ccb45498 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed event type narrowing in some of the builtin actions (#3855)

* Fixed event type narrowing in some of the builtin actions

* mute irrelevant type errors

github.com/statelyai/xstate - 02012c2be12f89aac43479b30571688496d8f1b3 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Merge branch 'main' into next

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

github.com/statelyai/xstate - 2d25c9af7de06253538537eb90b39d7c8f3548a4 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Add `TagsFrom` helper type (#3835)

* add TagsFrom helper type

* simplify TagsFrom helper

* move TagsFrom tests to typegenType...

github.com/statelyai/xstate - 431472082f8b644da9f519931207aa994052517f authored almost 2 years ago by with-heart <[email protected]>
Fix links (#3841)

github.com/statelyai/xstate - 32ed8c4ff8165a239a28b241d9476fdbcecc22a7 authored almost 2 years ago by David Khourshid <[email protected]>
Templates (#3839)

* Add react-ts template

* Finish feedback form

* Fix UI

* Oops

* Add restart button
...

github.com/statelyai/xstate - 399fc880c2df3d6ef50a00d02fd4f8b7d94507d2 authored almost 2 years ago by David Khourshid <[email protected]>
Version Packages (#3833)

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

github.com/statelyai/xstate - 035b41405666241ac899395339c38b6efaaacced authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed inference for the event type inferred for `@xstate/immer`'s `assign` (#3832)

github.com/statelyai/xstate - 1a94f0de083e2daef8867504bfca598827b88041 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Version Packages (#3830)

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

github.com/statelyai/xstate - a40034d8860405990432d1ab2549dc65ecc50f0b authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed compatibility of the generated TS types for `createActorContext` with pre-4.7 (#3829)

github.com/statelyai/xstate - c110c429d33cb724242ff65136de3ebe408eab97 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Version Packages (#3813)

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

github.com/statelyai/xstate - eefd0d5abd0c1e18ff3d6b9b7e0c79ee905194b6 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Introduce `TExpressionEvent` generic (#3694)

* Introduce `TExpressionEvent` generic

# Clean up

# fixed types

# fix more problems man...

github.com/statelyai/xstate - fd589055bdd92df91bb354471d17b3cda703658f authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Deprecate `send()` action creator (#3393)

* Deprecate send

* Update types + tests

* Ensure that sendTo handles self-events (and othe...

github.com/statelyai/xstate - 430986cdf9ae6919abc9219caeabbf695e96895a authored almost 2 years ago by David Khourshid <[email protected]>
Add links to relevant new docs pages (#3823)

* Add update about new docs

* Add links to new docs

* Update new docs link in readme after...

github.com/statelyai/xstate - 76aeffc8c8129d626957d4663059491c88c42fdf authored almost 2 years ago by Laura Kalbag <[email protected]>
Tweak what options are accepted by `createActorContext` and where (#3814)

* Tweak what options are accepted by `createActorContext` and where

* Refactor test

* Add ...

github.com/statelyai/xstate - 494203b3dc358807e96cf1368f1347ff8e1d14e3 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Scope `svelte-check` properly and make it use the correct `tsconfig.json` (#3822)

github.com/statelyai/xstate - d439fbe0aafa2c95b33d63d0d03232b60f3368f3 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Fixed inference for `assign` using `PropertyAssigner` (#3818)

* Fixed inference for `assign` using `PropertyAssigner`

* fixed types in tests

* Deduplica...

github.com/statelyai/xstate - 2d8d84fd839b520d73653dba9eba93c9c1cb2249 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Allow blank issues (#3821)

github.com/statelyai/xstate - 5108c25ea04aeba038f7a4966b548e22bc9ddf08 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Update models.md (#3817)

github.com/statelyai/xstate - 9eb9e764ed9b64aef6c929c1c9a1ae76ce426559 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Fixed a class of inference problems for builtin actions (#3802)

* Spike inference improvements for action objects

* try removing the index signature from Bas...

github.com/statelyai/xstate - 8743ad0bd6683029a17bec7e1c163ee9a221a276 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
@xstate/solid Explicitly add nextEvents to state in deriveServiceState to overcome issue with custom get defined by State (#3810)

Add test for nextEvents
Fixes #3809

Signed-off-by: Austin Golding <austin.golding.dev@icloud...

github.com/statelyai/xstate - 3bb4a00e7e4eb66a3fabfc20e811bbadfa8eb7a4 authored almost 2 years ago by Austin Golding <[email protected]>
Enable the accidentally skipped test (#3808)

github.com/statelyai/xstate - c06cd35072fe7fc559bec284ce36d479875da7ff authored almost 2 years ago by Farzad Yousefzadeh <[email protected]>
Version Packages (#3807)

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

github.com/statelyai/xstate - 4b2ab69fd564880b78e738671369bc25be2f83de authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Ability to pass interpreter options and observers to actors created via `createActorContext` (#3804)

* Ability to pass interpreter options and observers to actors created via `createActorContext`

github.com/statelyai/xstate - b53856d28da4ecbba7d4393f72aa38894fd523d9 authored almost 2 years ago by Farzad Yousefzadeh <[email protected]>
Version Packages (#3806)

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

github.com/statelyai/xstate - ed4bc01adb1d1876373570ce27ec2fa9b9a17109 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[xstate/solid] Change `prepublish` to `prepare` (#3805)

* @xstate/solid Change prepublish to prepare in package.json to fix build not running on npm pub...

github.com/statelyai/xstate - 4650eb4d533251cd8a9a30c9e89710b486386e3a authored almost 2 years ago by Austin Golding <[email protected]>
Add reasoning on `assign`'s purity (#3794)

github.com/statelyai/xstate - dd40919dac72d47474f95b5977fb8024e5699654 authored almost 2 years ago by David Khourshid <[email protected]>
Version Packages (#3800)

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

github.com/statelyai/xstate - 99164fd99f1813c113648319ea284ff11065d59d authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed an issue with not clearing registered interpreters when their machines reached final states (#3801)

github.com/statelyai/xstate - 10d0ba76a1e35e7a58d24496caa57da6c28f6c64 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Work around over-eager warnings coming from uSES (#3799)

github.com/statelyai/xstate - 51d254692c2d267c24c65fc5802461540c012393 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Add `@xstate/solid` to packages list in readme (#3796)

Signed-off-by: Austin Golding <[email protected]>

github.com/statelyai/xstate - 567b832cde4f995ff171782b3f8d7e31ae177b3b authored almost 2 years ago by Austin Golding <[email protected]>
Version Packages (#3774)

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

github.com/statelyai/xstate - 131b4ba19973bc9bdb448901642e3a7089e6f0c9 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[v5] Organize actors (#3770)

* Organize actors

* Behavior -> ActorBehavior

* Type renaming

* remove extra entries

...

github.com/statelyai/xstate - 3d31d8eb7a215c6650ef3e1cbf279fabeef3b5a9 authored almost 2 years ago by David Khourshid <[email protected]>
[xstate/react] Add `createActorContext` to React docs (#3792)

* Add `createActorContext` to readme

* Add to other langs

github.com/statelyai/xstate - 8781586f6dedbdc5806ccfb4957d99973f8c5a82 authored almost 2 years ago by David Khourshid <[email protected]>
Add `@xstate/solid` (#2932)

* * Add solidjs xstate adaptors with useMachine, useActor, useSelector, useSpawn, useInterpret, ...

github.com/statelyai/xstate - 8c4880537b221496ea8c5d3c47cc71e914abad0e authored almost 2 years ago by Austin Golding <[email protected]>
[xstate/react] Add `createActorContext()` (#3778)

* Add createProvider

* Fix types

* Update packages/xstate-react/src/createProvider.tsx

...

github.com/statelyai/xstate - f12248b2379e4e554d69a238019216feea5211f6 authored almost 2 years ago by David Khourshid <[email protected]>
Revert "Run `pull_request` workflow on its latest commit (#3490)" (#3789)

This reverts commit 859de8906e83573e4d384e879f54467f28096208.

github.com/statelyai/xstate - c7cd5aaf65e3df70358d6d32031a58a8ee8ea01a authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Fixed an issue with `EmittedFrom` sometimes not being able to infer the snapshot types from machines (#3783)

github.com/statelyai/xstate - b68f0e8bf0d097f5cb249bd3ddfd5553c1bcc028 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
docs: add missing comma (#3779)

github.com/statelyai/xstate - 513c00459b8d6b96c3afc0321613ee24e20cb63a authored almost 2 years ago by Sergei Rams <[email protected]>
Use `moduleResolution: node16` (#3765)

* Use `moduleResolution: node16`

* remove `/scxml` entrypoint and try to reuse local `toMachi...

github.com/statelyai/xstate - d405b4c39ee9dac8955ee80a1bd9b2eb320d235e authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Upgrade Jest and related deps (#3766)

* Upgrade jest

* Update Jest and related deps

* convert some asycn test callbacks to sync ...

github.com/statelyai/xstate - 3ddbe665d38005935bd47705081f61802b2d6ad7 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Bring back (& rewrite) accidentally removed tests (#3768)

* Bring back (& rewrite) accidentally removed tests

* Tweak test titles

Co-authored-by: Da...

github.com/statelyai/xstate - aa9a5c7b43018081b2f81051aa32d34d0aa7a3fd authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Use `predictableActionArguments` flag in the `createInspectMachine` to avoid spurious warnings (#3772)

github.com/statelyai/xstate - cea609ce39a09f77568a95d8fcaf281020ebce7d authored almost 2 years ago by John Armstrong <[email protected]>
Merge remote-tracking branch 'origin/next' into next

github.com/statelyai/xstate - c0c72b0eae52777a9dcb552b32cbfbebc6be13ff authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Merge branch 'main' into next

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

github.com/statelyai/xstate - 225218f7b409cf8acd7073de14256687f0e78d51 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Remove the note from the JSDoc comment about the possibility to send batched events (#3769)

github.com/statelyai/xstate - 8528b6c373d006bf3766334489a0c00e2bc25d06 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Remove leftover code that was used when it was possible to transition to state nodes using getters (#3721)

* Remove leftover code that was used when it was possible to transition to state nodes using get...

github.com/statelyai/xstate - 31b441a7d9770bad285ea16cb66aedbec5817144 authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Version Packages (#3760)

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

github.com/statelyai/xstate - aad4991b4eb04faf979a0c8a027a5bcf861f34b3 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed how the initial state of a service is read by the `useActor` hook (#3752)

* Add failing test

* Add failing test

* Add potential fix

* Add comment for potential f...

github.com/statelyai/xstate - 4190c3fd6d9bb6e7fca5c01cc1722f40e7e63399 authored almost 2 years ago by David Khourshid <[email protected]>
Version Packages (alpha) (#3375)

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

github.com/statelyai/xstate - 8dd88311090f4d45ee192d91c5e49e3a67df0beb authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Remove outdated images (#3750)

github.com/statelyai/xstate - 86511511cbc45e82e1436700a928e5a8dff29cde authored almost 2 years ago by David Khourshid <[email protected]>
Version Packages (#3748)

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

github.com/statelyai/xstate - cd1f0e838b29a5a94201d397ead8b2bb611d721e authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: remove incorrect issue number from latest changeset (#3749)

github.com/statelyai/xstate - dbc4de74e14e1da3a100ff12900d66bff60adfe1 authored almost 2 years ago by Kevin Viglucci <[email protected]>
Fix: update types for invoked service target to allow string (#3745)

* fix: update types for InvokeConfig to allow string in onDone

* chore: add changeset

* re...

github.com/statelyai/xstate - 8cc70d27eb927b92603c9643a69351e6168073a6 authored almost 2 years ago by Kevin Viglucci <[email protected]>
Remove dead Spectrum link and fix markdown link (#3732)

* Remove dead Spectrum link and fix markdown link

* Update packages/core/README.md

Co-auth...

github.com/statelyai/xstate - 1da542e33cdd8308bf7d7b395450caad57234e69 authored almost 2 years ago by Anders Bech Mellson <[email protected]>
Update broken live updating snapshot images (#3742)

Co-authored-by: Chit Thae Naing <[email protected]>

github.com/statelyai/xstate - 5a2d7d87007ef6b7a507660303e97ed067366064 authored almost 2 years ago by Chit Thae Naing <[email protected]>
[v5] Interpret all behaviors (#3455)

* WIP

* WIP types

* Fix sendParent weird issue

* service.state -> service.getSnapshot()...

github.com/statelyai/xstate - ec39214c8eba11d75f6af72bae51ddb65ce003a0 authored almost 2 years ago by David Khourshid <[email protected]>
Remove test action execution (#3735)

github.com/statelyai/xstate - 72b2afd0b670e38bfbdaef98d3a08634fdc55171 authored almost 2 years ago by David Khourshid <[email protected]>
Added `package.json#exports` to all packages (#3727)

github.com/statelyai/xstate - 5fb3c683d9a9bdc06637b3a13a5b575059aebadd authored almost 2 years ago by Mateusz Burzyński <[email protected]>
Ignore files from JetBrains IDE (#3729)

github.com/statelyai/xstate - 0f1ccd55503964c1d5c4b54639b61fa4d2c8cbf8 authored almost 2 years ago by Anders Bech Mellson <[email protected]>
Add tests for history state's default target when the history state is the initial state (#3723)

github.com/statelyai/xstate - 85096997e430ba9e85d27111a1b295bea8f83529 authored about 2 years ago by Mateusz Burzyński <[email protected]>
Version Packages (#3714)

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

github.com/statelyai/xstate - b2fd099238b12bd298d0ec307f2a805c99c4801f authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed an issue that prevented events sent from the exit actions of the invoking state to be delivered to the invoked actor (#3713)

* Add failing test

* Fixed an issue that prevented events sent from the exit actions of the i...

github.com/statelyai/xstate - 96052976a0d498672b81d1b4e12f589c1e78dfad authored about 2 years ago by Mateusz Burzyński <[email protected]>
Version Packages (#3668)

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

github.com/statelyai/xstate - 3ee04b92d6fc44b1375bd2076557cf96ada98387 authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Deprecate `createModel(...)` (#3607)

github.com/statelyai/xstate - f951805103937205992f52ba7ae84a1b8d6b11c1 authored about 2 years ago by David Khourshid <[email protected]>
Merge pull request #3545 from with-heart/pure-action-type-strings

allow action `type` strings in `pure` return array

github.com/statelyai/xstate - b9995f0844bbbff0c813fee020935dfd7562184b authored about 2 years ago by David Khourshid <[email protected]>
Remove duplicate `permissions` in one of the workflows

github.com/statelyai/xstate - fb4786b80786d8ff3d44dfa818097b219dab623c authored about 2 years ago by Mateusz Burzyński <[email protected]>
Add explicit `permissions` to GitHub workflows (#3667)

* build: harden release.yml permissions

Signed-off-by: Alex <[email protected]>

*...

github.com/statelyai/xstate - 32a027859bcc2c6949bf5cdccd5207e5b818890e authored about 2 years ago by Alex <[email protected]>