Qwik Virtual Scroll
Total count: 142
Loading?: no
visible range: 0-13
#0 - fix: resume multiple SSR containers on the same page
#1 - fix(router): await server$ stream close so a client disconnect can't crash Bun
#2 - feat(core): async auto tracking and async computed
#3 - [v2] version-skew handling — failed chunk imports should surface a 'new version available' affordance
#4 - [v2] in-order streaming: no flush before awaiting a component-body promise (already-rendered UI stays buffered)
#5 - feat(router): blockSSR
#6 - fix(router): add re-exported routeloaders to the route trie
#7 - fix(qwik): emit backpatch entries in document order for the forward-only executor
#8 - fix(qwik-vite): keep reachable deps when reducing cyclic bundle graphs
#9 - [🐞] V2 Shared routeloader is broken
#10 - feat(cli): handle nub package manager commands
#11 - feat: support Vite 8 with the Rolldown bundler
#12 - [🐞] useTask, useVisibleTask runs even if the component is not returned in layout.tsx
#13 - Support Vite 8
#14 - This PR enhances the devtools package management experience by adding…