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

Build/v2 signals #4

Merged
merged 52 commits into from
Aug 10, 2024
Merged

Commits on Jun 6, 2024

  1. test: fix locale e2e test (#6432)

    * test: fix locale e2e test
    
    * test(locale): used proper selector
    shairez authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ae82eda View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. chore: merge main (#6457)

    * chore: merge main
    
    * fix integration/unit tests
    
    * fix lint
    
    * fix(api): pin api generator
    
    it was giving weird errors in newer versions
    
    * disable signals test
    
    ---------
    
    Co-authored-by: Varixo <[email protected]>
    wmertens and Varixo authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    078621b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix(v2): inline component rendering fixes (#6428)

    * fix(v2): inline component rendering fixes
    
    * remove removing children from propsdiffer
    
    * fix lint
    
    * temporarly skip failing test
    
    * temporarly skip failing test
    Varixo authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fbd644f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c074770 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. fix(v2): docs build

    Varixo authored and wmertens committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    44034f7 View commit details
    Browse the repository at this point in the history
  2. fix(v2): slot toggle fixes (#6545)

    * fix(v2): slot toggle fixes
    
    * add more comment
    Varixo authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6d5c545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eefc38b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fix(v2): fix streaming tests (#6553)

    * fix(v2): fix streaming tests
    
    Co-authored-by: Shai Reznik <[email protected]>
    Co-authored-by: Igal Klebanov <[email protected]>
    Co-authored-by: Naor Peled <[email protected]>
    
    * rename count to openedSSRStreamBlocks
    remove waitForTimeout from test
    
    * small refactor for ssr-container
    
    * change the createNewElement description
    
    ---------
    
    Co-authored-by: Shai Reznik <[email protected]>
    Co-authored-by: Igal Klebanov <[email protected]>
    Co-authored-by: Naor Peled <[email protected]>
    4 people authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    164f103 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix(v2): fix toggle named projection (#6563)

    * fix(v2): fix toggle named projection
    
    Co-authored-by: Igal Klebanov <[email protected]>
    Co-authored-by: Jerry_wu <[email protected]>
    Co-authored-by: Shai Reznik <[email protected]>
    
    * fix condition
    
    * small refactor
    
    * move utils functions to separate file
    
    * fix lint
    
    ---------
    
    Co-authored-by: Igal Klebanov <[email protected]>
    Co-authored-by: Jerry_wu <[email protected]>
    Co-authored-by: Shai Reznik <[email protected]>
    4 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b94a6e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    f4b5b11 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix(v2): resource e2e test fixes (#6454)

    * fix(v2): resource e2e fixes
    
    * add failing tests
    
    * revert vnode-diff changes
    
    * resource component refactor, adjust integration tests
    
    * fix resource race condition
    
    * move runResource to use-resource file
    
    * Revert "move runResource to use-resource file"
    
    This reverts commit 8aad31a.
    
    * add missing done = true
    Varixo authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    aea1a33 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix(v2): fix vnode separators (#6596)

    * fix(v2): fix vnode separators
    
    * add vnode encoding for ELEMENT_SEQ_IDX
    
    * fix vnode separators
    Varixo authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a223f6b View commit details
    Browse the repository at this point in the history
  2. fix(v2): process only nodes with props separator (#6608)

    * fix(v2): process only nodes with props separator
    
    * fix(v2): processing only marked nodes
    Varixo authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7840f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. fix(v2): render issue (#6610)

    * fix(v2): render issue
    
    * fix style rendering
    
    * change escaping implementation
    
    ---------
    
    Co-authored-by: Miško Hevery <[email protected]>
    
    * fix lint
    
    ---------
    
    Co-authored-by: Miško Hevery <[email protected]>
    Varixo and mhevery authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6f3818b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. fix(v2): fix string deserialization with serialization constant (#6622)

    * fix(v2): fix string deserialization with serialization constant
    
    * change comments
    Varixo authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    68d92f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix(v2): fix the same task duplicates in serialized state (#6623)

    * test: add bug reproduction test
    
    * fix task serialization
    
    * revert change
    
    * add task as a root
    
    * add store subscription hosts to discovered values
    
    * refactor subscriptionManagerToString function
    
    * small refactor
    
    ---------
    
    Co-authored-by: Dmitriy Stepanenko <[email protected]>
    Varixo and dmitry-stepanenko authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a5f9276 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix: there is a bug when we change DEBUG into true (#6633)

    * fix: there is a bug when we change DEBUG into true
    
    * fix: there is a bug when we change DEBUG into true
    
    ---------
    
    Co-authored-by: wuls <[email protected]>
    JerryWu1234 and wuls authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    eb1956e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    4138bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b147210 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix(v2): attribute setting and CSR event registration (#6649)

    * fix register events on CSR
    
    * fix toggling attributes
    Varixo authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d8ada7f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    b20fc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d639e9 View commit details
    Browse the repository at this point in the history
  3. fix(v2): qwik inspector

    Varixo authored and wmertens committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3d02980 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix(v2): docs build (#6669)

    * fix(v2): docs build
    Varixo authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0bea5c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. feat(repl): bundle wasm

    wmertens committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    47be48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7de74 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    067b191 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    04ce4da View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix(v2): use on events fixes (#6711)

    * fix(v2): use on events fixes
    
    * add explanation of useOnEventsSequentialScope
    
    * add warning for useOn hook on invisible component
    Varixo authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    68762d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    a805502 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    37bfb74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2a48c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix(v2): qwik react (#6722)

    * fix(v2): qwik-react
    
    * fix tests
    
    * fix e2e
    Varixo authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    49ef55e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    a85a2b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. chore: Remove undici, set minimum node version to 18.17 (#5702)

    The node engines "^18.17.0 || ^20.3.0 || >=21.0.0" are taken from
    the `sharp` dependency, which probably has good reason for them.
    
    All of these include global fetch, so undici is not needed.
    
    Bun and deno also include fetch.
    wmertens authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3e940b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    5ed507e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. feat(v2): new server$, actions and loaders serialization (#6763)

    * add server side deserialization
    
    * add server side serialization
    
    * change to the new serialization for server$
    
    * change deserialize method
    
    * fix some e2e tests
    
    * fix loaders
    
    * add js comments
    
    * update api
    
    * add more serialization tests
    Varixo authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8800555 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix store impl

    Varixo committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    227d9dd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix useComputed$

    Varixo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    087872e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9e53aa9 View commit details
    Browse the repository at this point in the history
  2. fix ref

    Varixo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1a53f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    e91b6dd View commit details
    Browse the repository at this point in the history
  2. implement qrl resolve chore

    Varixo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3ef8169 View commit details
    Browse the repository at this point in the history
  3. remove computed chore

    Varixo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f287219 View commit details
    Browse the repository at this point in the history
  4. fix v2-signals tests

    Varixo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4289406 View commit details
    Browse the repository at this point in the history
  5. fix isPromise check

    Varixo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c6cee75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54aa838 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. after merge changes

    Varixo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9f3c4ee View commit details
    Browse the repository at this point in the history
  2. fix csr use-resource tests

    Varixo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a4ae10a View commit details
    Browse the repository at this point in the history
  3. serialization cleanup

    Varixo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a14dc9f View commit details
    Browse the repository at this point in the history
  4. fix some projection tests

    Varixo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    66185ea View commit details
    Browse the repository at this point in the history
  5. fix imports

    Varixo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d6542fa View commit details
    Browse the repository at this point in the history