August 21st, 2025
The latest news releases from the Qwik team
August 21st, 2025
Minor Changes
Patch Changes
🐞🩹 Keeping the service worker components now properly unregisters them. (by @maiieul in #7781)
🛠 remove a grace period before unregistering events from qwikloader (by @Varixo in #7818)
🐞🩹 Keeping the service worker components now also removes their associated Cache storage. (by @maiieul in #7782)
🐞🩹 fix up open in editor feature (by @LazyClicks in #7785)
🐞🩹 SSR was missing some places with nonce for CSP. Now CSP should work even when strict-dynamic (by @wmertens in #7776)
August 21st, 2025
Minor Changes
Patch Changes
🐞🩹 Keeping the service worker components now properly unregisters them. (by @maiieul in #7781)
🐞🩹 redirects no longer take their parent layout's Cache-Control value by default and are instead set to
no-store. This prevents issues in redirection logic. We might introduce another API to enable caching redirects in the future. (by @maiieul in #7811)🐞🩹 Keeping the service worker components now also removes their associated Cache storage. (by @maiieul in #7782)
August 6th, 2025
August 6th, 2025
August 6th, 2025
Minor Changes
✨ useQwikRouter() hook replaces QwikRouterProvider. This gives access to the context immediately and is slightly more efficient. (by @wmertens in #7731)
✨ add
DocumentHeadTagscomponent and make thehead.stylesandhead.scriptstypes more like thehead.metaandhead.linkstypes. (by @wmertens in #7775)✨
createRenderer()wraps therenderToStream()function with Qwik Router types, for nicerentry.ssrfiles. (by @wmertens in #7770)✨ You can now put
documentHeadinto the rendering functions as part of theserverDataoption. This is useful for passing title, meta tags, scripts, etc. to theuseDocumentHead()hook from within the server. (by @wmertens in #7770)