Qwik Virtual Scroll

Total count: 145
Loading?: no
visible range: 0-13
#0 - chore: merge main into v2
#1 - feat(router): render 404/error inside their layouts
#2 - feat(router): render SSG in a dedicated Vite build environment
#3 - feat(core): defer AsyncSignal errors during render
#4 - feat(qwik-router): add `exclude` option to `rewriteRoutes`
#5 - feat(core): core ErrorBoundary working in SSR and CSR
#6 - fix(qwik-router): ErrorBoundary catches its own subtree (closest-parent)
#7 - V2: No supported way to exclude prerendered routes from the server bundle
#8 - refactor: lazy inflate effects
#9 - Regression (beta.36): debounced client-side search re-renders a virtualized list with blank rows instead of filtering
#10 - feat(qwik-router): error channel — return error() → .error, deprecate fail()/value.failed
#11 - fix(qwik-router): never cache loader error/redirect envelopes
#12 - fix(qwik-router): submit() always rejects when the submission aborts
#13 - feat(qwik-router): isServerError() guard
#14 - test: fix non-asserting e2e checks (missing awaits, no-op assertions)