-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build/v2 signals #4
Commits on Jun 6, 2024
-
test: fix locale e2e test (#6432)
* test: fix locale e2e test * test(locale): used proper selector
Configuration menu - View commit details
-
Copy full SHA for ae82eda - Browse repository at this point
Copy the full SHA ae82edaView commit details
Commits on Jun 7, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 078621b - Browse repository at this point
Copy the full SHA 078621bView commit details
Commits on Jun 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for fbd644f - Browse repository at this point
Copy the full SHA fbd644fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c074770 - Browse repository at this point
Copy the full SHA c074770View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44034f7 - Browse repository at this point
Copy the full SHA 44034f7View commit details -
fix(v2): slot toggle fixes (#6545)
* fix(v2): slot toggle fixes * add more comment
Configuration menu - View commit details
-
Copy full SHA for 6d5c545 - Browse repository at this point
Copy the full SHA 6d5c545View commit details -
Configuration menu - View commit details
-
Copy full SHA for eefc38b - Browse repository at this point
Copy the full SHA eefc38bView commit details
Commits on Jun 16, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 164f103 - Browse repository at this point
Copy the full SHA 164f103View commit details
Commits on Jun 18, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b94a6e8 - Browse repository at this point
Copy the full SHA b94a6e8View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4b5b11 - Browse repository at this point
Copy the full SHA f4b5b11View commit details
Commits on Jun 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for aea1a33 - Browse repository at this point
Copy the full SHA aea1a33View commit details
Commits on Jun 25, 2024
-
fix(v2): fix vnode separators (#6596)
* fix(v2): fix vnode separators * add vnode encoding for ELEMENT_SEQ_IDX * fix vnode separators
Configuration menu - View commit details
-
Copy full SHA for a223f6b - Browse repository at this point
Copy the full SHA a223f6bView commit details -
fix(v2): process only nodes with props separator (#6608)
* fix(v2): process only nodes with props separator * fix(v2): processing only marked nodes
Configuration menu - View commit details
-
Copy full SHA for 7840f17 - Browse repository at this point
Copy the full SHA 7840f17View commit details
Commits on Jun 29, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 6f3818b - Browse repository at this point
Copy the full SHA 6f3818bView commit details
Commits on Jun 30, 2024
-
fix(v2): fix string deserialization with serialization constant (#6622)
* fix(v2): fix string deserialization with serialization constant * change comments
Configuration menu - View commit details
-
Copy full SHA for 68d92f2 - Browse repository at this point
Copy the full SHA 68d92f2View commit details
Commits on Jul 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a5f9276 - Browse repository at this point
Copy the full SHA a5f9276View commit details
Commits on Jul 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for eb1956e - Browse repository at this point
Copy the full SHA eb1956eView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4138bea - Browse repository at this point
Copy the full SHA 4138beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b147210 - Browse repository at this point
Copy the full SHA b147210View commit details
Commits on Jul 8, 2024
-
fix(v2): attribute setting and CSR event registration (#6649)
* fix register events on CSR * fix toggling attributes
Configuration menu - View commit details
-
Copy full SHA for d8ada7f - Browse repository at this point
Copy the full SHA d8ada7fView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b20fc54 - Browse repository at this point
Copy the full SHA b20fc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d639e9 - Browse repository at this point
Copy the full SHA 9d639e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d02980 - Browse repository at this point
Copy the full SHA 3d02980View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bea5c1 - Browse repository at this point
Copy the full SHA 0bea5c1View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47be48f - Browse repository at this point
Copy the full SHA 47be48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be7de74 - Browse repository at this point
Copy the full SHA be7de74View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 067b191 - Browse repository at this point
Copy the full SHA 067b191View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04ce4da - Browse repository at this point
Copy the full SHA 04ce4daView commit details
Commits on Jul 19, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 68762d5 - Browse repository at this point
Copy the full SHA 68762d5View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a805502 - Browse repository at this point
Copy the full SHA a805502View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37bfb74 - Browse repository at this point
Copy the full SHA 37bfb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2a48c - Browse repository at this point
Copy the full SHA ea2a48cView commit details
Commits on Jul 25, 2024
-
* fix(v2): qwik-react * fix tests * fix e2e
Configuration menu - View commit details
-
Copy full SHA for 49ef55e - Browse repository at this point
Copy the full SHA 49ef55eView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a85a2b9 - Browse repository at this point
Copy the full SHA a85a2b9View commit details
Commits on Jul 28, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3e940b7 - Browse repository at this point
Copy the full SHA 3e940b7View commit details
Commits on Jul 30, 2024
-
fix: Remove Cannot resolve symbol from the integration tests in v2 (#…
…6737) Co-authored-by: wuls <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ed507e - Browse repository at this point
Copy the full SHA 5ed507eView commit details
Commits on Aug 5, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8800555 - Browse repository at this point
Copy the full SHA 8800555View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 227d9dd - Browse repository at this point
Copy the full SHA 227d9ddView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 087872e - Browse repository at this point
Copy the full SHA 087872eView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e53aa9 - Browse repository at this point
Copy the full SHA 9e53aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a53f55 - Browse repository at this point
Copy the full SHA 1a53f55View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e91b6dd - Browse repository at this point
Copy the full SHA e91b6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef8169 - Browse repository at this point
Copy the full SHA 3ef8169View commit details -
Configuration menu - View commit details
-
Copy full SHA for f287219 - Browse repository at this point
Copy the full SHA f287219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4289406 - Browse repository at this point
Copy the full SHA 4289406View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cee75 - Browse repository at this point
Copy the full SHA c6cee75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54aa838 - Browse repository at this point
Copy the full SHA 54aa838View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f3c4ee - Browse repository at this point
Copy the full SHA 9f3c4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ae10a - Browse repository at this point
Copy the full SHA a4ae10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a14dc9f - Browse repository at this point
Copy the full SHA a14dc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66185ea - Browse repository at this point
Copy the full SHA 66185eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6542fa - Browse repository at this point
Copy the full SHA d6542faView commit details