Skip to content

Conversation

Varixo
Copy link
Member

@Varixo Varixo commented Jul 10, 2024

Qwik V2 pre-alpha for pkg.pr.new

wmertens and others added 27 commits May 28, 2024 07:47
- 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.
Copy link

netlify bot commented Jul 10, 2024

Deploy Preview for qwik-insights failed.

Name Link
🔨 Latest commit d8ada7f
🔍 Latest deploy log https://app.netlify.com/sites/qwik-insights/deploys/668e5899285d54000825ac24

@Varixo Varixo closed this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.