Qwik Virtual Scroll
Total count: 126
Loading?: no
visible range: 0-13
#0 - feat(perf): remove vite preload helper from built outputs
#1 - [🐞] Qwik bundle detection may implicitly depend on `package.json`
#2 - test(e2e): test preloader, qwikloader and core modules don't exceed the defined budget size
#3 - fix(vite): support workspace-relative rollup inputs
#4 - fix: node crash after not handled aborted connections
#5 - feat: out of order streaming for Suspense
#6 - fix: import.meta.env can be undefined in built core.mjs
#7 - fix(core): allow duplicate qwik via shared singletons
#8 - feat: server-only folder and suffix
#9 - doc: document named slots in layouts via inline components
#10 - [📖] document named slots in layouts
#11 - V2 Version Packages (beta)
#12 - [🐞] V2 SSR: q:key containing reserved encoder chars (?, =, @, etc.) corrupts client vnode-data → "Missing refElement" / "Did not materialize"
#13 - [🐞] V2 regression -> useVisibleTask$ runs before render commit when a prior task mutates a tracked signal, breaking imperative DOM access
#14 - fix(testing): use happy-dom for preloader isBrowser check