October 8th, 2025
The latest news releases from the Qwik team
October 8th, 2025
Patch Changes
🐞🩹 SSG sometimes hangs after completion, now we forcibly exit the SSG process when this happens. (by @wmertens in #7957)
🐞🩹 return 404 for missing /build/ files. (by @gioboa in #7914)
🐞🩹 redirecting internal q-data.json requests will keep the q-data.json suffix so that the client can still fetch the correct one (by @wmertens in #7988)
🐞🩹 solve type error when using async _resolved function (by @JerryWu1234 in #7426)
🐞🩹 while prefetching Link data, don't navigate to captive portals (by @wmertens in #7988)
October 1st, 2025
October 1st, 2025
Minor Changes
- ✨ split Qwik Core and Router dev experience. Core now only adjusts the html using the Vite hook for it, so it can work in any environment or client-only. You can make a Qwik application client-only by running
qwik add csrnow. (by @wmertens in #7890) Feat: Qwik Route now runs dev mode using the node middleware, which is the same as production, and can now hot-reload when routes are added. It does this by transforming the response while it streams to add the dev scripts. This opens the door for Vite Environment support. Feat:qwikVite()SSR builds now reads the manifest from the client build whenever possible. You can still pass in the manifest yourself if needed. Fix: Qwik Router's Vite plugin no longer imports Qwik Core, a cause of duplicate imports in dev and preview mode. Fix: Sometimes, SSG hangs after completion. The cause is still unknown, but now there is a workaround by forcing the process to exit after SSG is done.
Patch Changes
October 1st, 2025
Patch Changes
🐞🩹 Better configuration of Vite's optimizeDeps, preventing false duplication warnings, and verifying that Qwik dependencies are not in optimizeDeps. (by @wmertens in #7998)
🐞🩹 resuming app with non-qwik elements inside (by @Varixo in #7991)
🐞🩹 During deserialization, stores now correctly handle cyclic references to themselves (by @wmertens in #7998)
October 1st, 2025
Minor Changes
- ✨ split Qwik Core and Router dev experience. Core now only adjusts the html using the Vite hook for it, so it can work in any environment or client-only. You can make a Qwik application client-only by running
qwik add csrnow. (by @wmertens in #7890) Feat: Qwik Route now runs dev mode using the node middleware, which is the same as production, and can now hot-reload when routes are added. It does this by transforming the response while it streams to add the dev scripts. This opens the door for Vite Environment support. Feat:qwikVite()SSR builds now reads the manifest from the client build whenever possible. You can still pass in the manifest yourself if needed. Fix: Qwik Router's Vite plugin no longer imports Qwik Core, a cause of duplicate imports in dev and preview mode. Fix: Sometimes, SSG hangs after completion. The cause is still unknown, but now there is a workaround by forcing the process to exit after SSG is done.
Patch Changes