-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Qwik V2 pre-alpha #6657
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
Closed
Qwik V2 pre-alpha #6657
Conversation
This file contains hidden or 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
- current main branch changes - mark version as 2.0.0-0 prerelease - update QwikSymbolEvent to reflect reality
* feat(v2): render manifest injections * remove skip
* 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 <[email protected]>
* 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 <[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]>
* 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]>
* 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 <[email protected]> * fix lint --------- Co-authored-by: Miško Hevery <[email protected]>
* 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 <[email protected]>
* 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]>
* fix register events on CSR * fix toggling attributes
} | ||
errorDiv.setAttribute('q:key', '_error_'); | ||
const journal: VNodeJournal = []; | ||
vnode_getDOMChildNodes(journal, vHost).forEach((child) => errorDiv.appendChild(child)); |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML
[DOM text](1) is reinterpreted as HTML without escaping meta-characters.
[DOM text](2) is reinterpreted as HTML without escaping meta-characters.
❌ Deploy Preview for qwik-insights failed.
|
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.
Qwik V2 pre-alpha for pkg.pr.new