Qwik Virtual Scroll

Total count: 143
Loading?: no
visible range: 0-13
#0 - feat(qwik-router): add `exclude` option to `rewriteRoutes`
#1 - feat(core): core ErrorBoundary working in SSR and CSR
#2 - fix(qwik-router): ErrorBoundary catches its own subtree (closest-parent)
#3 - feat(qwik-router): exclude prerendered routes from the server route plan
#4 - V2: No supported way to exclude prerendered routes from the server bundle
#5 - refactor: lazy inflate effects
#6 - Regression (beta.36): debounced client-side search re-renders a virtualized list with blank rows instead of filtering
#7 - feat(qwik-router): error channel — return error() → .error, deprecate fail()/value.failed
#8 - fix(qwik-router): never cache loader error/redirect envelopes
#9 - fix(qwik-router): submit() always rejects when the submission aborts
#10 - feat(qwik-router): isServerError() guard
#11 - test: fix non-asserting e2e checks (missing awaits, no-op assertions)
#12 - fix(qwik-router): prevent duplicated assetsDir in static paths
#13 - fix(qwik-router): hot-reload CSS imported by route files
#14 - [🐞] V2 Updating route-level CSS files isn't reflected immediately by vite dev's HMR