Qwik Virtual Scroll
Total count: 152
Loading?: no
visible range: 0-13
#0 - qwikVite: make Vite config the single source of truth for asset paths (stop overriding assetFileNames)
#1 - fix: preserve transitive server$ modules in SSR builds
#2 - refactor(vite): relocate assets via output.assetFileNames; remove build.assetsDir
#3 - fix(qwik-vite): bootstrap QRL segment parents missing from the dev graph
#4 - [🐞] postBuild always runs in trailing-slash mode, ignoring __NO_TRAILING_SLASH__
#5 - [🐞] staticFile middlewares don't strip basePathname before file resolution
#6 - fix(core): allow invalid harmless tag nesting
#7 - fix(qwik): dedupe already-streamed-chore SSR warning to once per host
#8 - feat(core): async useComputed$
#9 - refactor(devtools): share the page data source contract between ui and extension
#10 - refactor(devtools): extract findComponentKey as a shared runtime utility
#11 - test(devtools): cover the VNode bridge and eval bridge injection runtimes
#12 - [v2] Suspense-deferral-through-component: non-EB test + extract to build/v2 + deeper cursor-boundary propagation fix
#13 - [v2] unhandledrejection bridge brands all page rejections as "QWIK ERROR"
#14 - fix(router): await server$ stream close so a client disconnect can't crash Bun