Qwik Virtual Scroll

Total count: 137
Loading?: no
visible range: 0-13
#0 - fix: track props initialized with function call defaults
#1 - fix(router): skip link data prefetch for loaders with unexpired in-memory data
#2 - feat(suspense): show fallback only during initial loading
#3 - feat(core): PublicError — user-facing errors render unredacted through ErrorBoundary
#4 - fix(docs): Discover link, contributor badges
#5 - [🐞] [V2] [beta-38] [router] routeLoader$-to-route manifest (_R) is silently never populated when building from certain (long/deeply nested) Windows paths
#6 - fix: avoid serializing computed signal values by default
#7 - [🐞] [V2] [beta-38] [router] In strictLoaders mode, production builds send no route-path header — a root/parent-layout routeLoader$ is resolved at its mount path after a SPA action, hitting that route's onGet (e.g. a redirect)
#8 - V2 Version Packages (beta)
#9 - feat(qwik-city): standardSchema$ validator
#10 - feat(devtools): add a command palette to search and jump across devtools
#11 - refactor(devtools): move qwik dom protocol constants into the shared kit
#12 - refactor(devtools): type-check devtools hook method names across runtime and eval bridge
#13 - qwikVite: make Vite config the single source of truth for asset paths (stop overriding assetFileNames)
#14 - [🐞] postBuild always runs in trailing-slash mode, ignoring __NO_TRAILING_SLASH__