Releases: QwikDev/qwik
[email protected]
[email protected]
@qwik.dev/[email protected]
@qwik.dev/[email protected]
Patch Changes
- Updated dependencies [
08c3a0c
,3cb6697
,1a0ee9b
,01c35f8
]:- @qwik.dev/[email protected]
@qwik.dev/[email protected]
[email protected]
[email protected]
@builder.io/[email protected]
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)
@builder.io/[email protected]
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)