Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@xstate/lit] Add Lit Controller #4775

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    afc4616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5837c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc3aa91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6653d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4aae43 View commit details
    Browse the repository at this point in the history
  6. Update README.md to xstate v5 api (statelyai#4776)

    1. state renamed to snapshot;
    2. transition event should in an object.
    gengen1988 authored and oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    08e15e3 View commit details
    Browse the repository at this point in the history
  7. Support for parameterized enqueueActions (statelyai#4777)

    * Support for parameterized `enqueueActions`
    
    * add missing context
    Andarist authored and oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea4fde5 View commit details
    Browse the repository at this point in the history
  8. [core] Event emitter (statelyai#4746)

    * Add basic event emitter
    
    * Remove id and delay
    
    * Fix types
    
    * Rename
    
    * Add machine types
    
    * Add TEmitted type... everywhere
    
    * Avoid upsetting devs who rely on order of ActorLogic<…> generics
    
    * Same for ActorScope<…>
    
    * Update packages/core/src/actions/emit.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/actions/emit.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/State.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/actions/emit.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/actions/emit.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/actions/emit.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/test/types.test.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/createMachine.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Update packages/core/src/actions/emit.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Fix TS error
    
    * Add emit to enqueueActions
    
    * Add default
    
    * Wrap handler
    
    * Check for errors
    
    * Add changeset
    
    * Types
    
    * small tweaks
    
    * fix types
    
    * tweak things
    
    * fix small issues around listeners management
    
    * rename stuff
    
    * tighten up one default
    
    * remove unused type
    
    * fixed `MachineImplementationsActions`
    
    * No need for defer
    
    * Add test
    
    * rewrite test to make it fail correctly
    
    * defer again
    
    * Add jsdocs
    
    * Update packages/core/src/actions/emit.ts
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    2 people authored and oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    83ab23c View commit details
    Browse the repository at this point in the history
  9. Version Packages (statelyai#4778)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7c0a38f View commit details
    Browse the repository at this point in the history
  10. Add missing emit export (statelyai#4780)

    Andarist authored and oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    68c9ab4 View commit details
    Browse the repository at this point in the history
  11. Version Packages (statelyai#4781)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    259f072 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3a71bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99dc400 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5fed1a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ff3a4d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    40b88a5 View commit details
    Browse the repository at this point in the history
  17. [@xstate/lit] Fix readme

    oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6b51fd6 View commit details
    Browse the repository at this point in the history
  18. update all main

    oscarmarina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fdddbda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d44d4a1 View commit details
    Browse the repository at this point in the history