forked from QwikDev/qwik
-
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
Merged
JerryWu1234
merged 52 commits into
JerryWu1234:buildv2wls
from
QwikDev:build/v2-signals
Aug 10, 2024
Merged
Build/v2 signals #4
JerryWu1234
merged 52 commits into
JerryWu1234:buildv2wls
from
QwikDev:build/v2-signals
Aug 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test: fix locale e2e test * test(locale): used proper selector
* 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 <admin@varixo.pl>
* fix(v2): inline component rendering fixes * remove removing children from propsdiffer * fix lint * temporarly skip failing test * temporarly skip failing test
* fix(v2): slot toggle fixes * add more comment
* fix(v2): fix streaming tests Co-authored-by: Shai Reznik <shairez@users.noreply.github.com> Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> Co-authored-by: Naor Peled <me@naor.dev> * rename count to openedSSRStreamBlocks remove waitForTimeout from test * small refactor for ssr-container * change the createNewElement description --------- Co-authored-by: Shai Reznik <shairez@users.noreply.github.com> Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> Co-authored-by: Naor Peled <me@naor.dev>
* fix(v2): fix toggle named projection Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> Co-authored-by: Jerry_wu <JerryWu1234@users.noreply.github.com> Co-authored-by: Shai Reznik <shairez@users.noreply.github.com> * fix condition * small refactor * move utils functions to separate file * fix lint --------- Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> Co-authored-by: Jerry_wu <JerryWu1234@users.noreply.github.com> Co-authored-by: Shai Reznik <shairez@users.noreply.github.com>
* 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
* fix(v2): fix vnode separators * add vnode encoding for ELEMENT_SEQ_IDX * fix vnode separators
* fix(v2): process only nodes with props separator * fix(v2): processing only marked nodes
* fix(v2): render issue * fix style rendering * change escaping implementation --------- Co-authored-by: Miško Hevery <misko@hevery.com> * fix lint --------- Co-authored-by: Miško Hevery <misko@hevery.com>
* fix(v2): fix string deserialization with serialization constant * change comments
* 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 <stepanenkodmitri@gmail.com>
* 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 <linsheng.wu@beantechs.com>
* fix register events on CSR * fix toggling attributes
* fix(v2): docs build
* fix(v2): use on events fixes * add explanation of useOnEventsSequentialScope * add warning for useOn hook on invisible component
* fix(v2): qwik-react * fix tests * fix e2e
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.
…6737) Co-authored-by: wuls <linsheng.wu@beantechs.com>
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
What is it?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Use cases and why
Checklist: