Qwik Virtual Scroll

Total count: 122
Loading?: no
visible range: 0-13
#0 - feat: out of order streaming for Suspense
#1 - fix: import.meta.env can be undefined in built core.mjs
#2 - fix(core): allow duplicate qwik via shared singletons
#3 - feat: server-only folder and suffix
#4 - doc: document named slots in layouts via inline components
#5 - [📖] document named slots in layouts
#6 - V2 Version Packages (beta)
#7 - FEAT: move devtools into qwik #
#8 - [🐞] V2 SSR: q:key containing reserved encoder chars (?, =, @, etc.) corrupts client vnode-data → "Missing refElement" / "Did not materialize"
#9 - [🐞] V2 regression -> useVisibleTask$ runs before render commit when a prior task mutates a tracked signal, breaking imperative DOM access
#10 - fix(testing): use happy-dom for preloader isBrowser check
#11 - fix(qwikloader): interactivity during streaming
#12 - perf(core): yield state processing during resume
#13 - [🐞] v2: Using result from `useAsync$` in an element's `style` does not resolve correctly
#14 - [🐞] v1&v2: tracking optional property default-initialized by function call does not re-run task