Qwik Virtual Scroll

Total count: 160
Loading?: no
visible range: 0-13
#0 - router: settle ErrorBoundary reset → loader revalidation semantics (Phase B)
#1 - feat: support Vite 8 with the Rolldown bundler
#2 - fix(qwik): emit valid @__PURE__ annotations from the minified dist build
#3 - fix(qwik-vite): keep reachable deps when reducing cyclic bundle graphs
#4 - fix: fix up Vite 8 ecosystem compatibility
#5 - async: move poll to usePoll
#6 - fix(router): preserve no-trailing SSG static paths
#7 - [🐞] Colon in a custom event name makes qwikloader throw `SyntaxError` on every dispatch
#8 - fix(qwik-router): make loader response caching opt-in (drop 120s default expires)
#9 - fix(qwik-router): backtrack from static prefixes and rank matches by specificity
#10 - fix(qwik-router): use z.ZodType instead of removed z.Schema for zod 4 compatibility
#11 - fix(core): _restProps falls back to plain-object copy for non-props inputs
#12 - [🐞] v2: zod$ crashes when the router resolves zod 4 — z.Schema was removed (`instanceof` TypeError, every action 500s)
#13 - [🐞] v2: routeLoader$ defaults to expires=120000 — browser-cached loader JSON serves stale data after server-side mutations
#14 - [🐞] v2: optimizer compiles plain rest destructuring in loaders to core's _restProps, which returns an empty object — silent data loss