Skip to content

Releases: QwikDev/qwik

[email protected]

21 Aug 12:59
fed2e69
Compare
Choose a tag to compare

Minor Changes

[email protected]

21 Aug 12:59
fed2e69
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 🐞🩹 fix up TypeScript compatibility in the localize starter (by @FDiskas in #7617)

@builder.io/[email protected]

21 Aug 12:59
fed2e69
Compare
Choose a tag to compare

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]

21 Aug 12:59
fed2e69
Compare
Choose a tag to compare

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)

[email protected]

06 Aug 09:37
2dd89a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

[email protected]

06 Aug 09:37
2dd89a6
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]

@qwik.dev/[email protected]

06 Aug 09:37
2dd89a6
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • ✨ useQwikRouter() hook replaces QwikRouterProvider. This gives access to the context immediately and is slightly more efficient. (by @wmertens in #7731)

  • ✨ add DocumentHeadTags component and make the head.styles and head.scripts types more like the head.meta and head.links types. (by @wmertens in #7775)

  • createRenderer() wraps the renderToStream() function with Qwik Router types, for nicer entry.ssr files. (by @wmertens in #7770)

  • ✨ You can now put documentHead into the rendering functions as part of the serverData option. This is useful for passing title, meta tags, scripts, etc. to the useDocumentHead() hook from within the server. (by @wmertens in #7770)

@qwik.dev/[email protected]

06 Aug 09:37
2dd89a6
Compare
Choose a tag to compare
Pre-release

Patch Changes

@qwik.dev/[email protected]

06 Aug 09:37
2dd89a6
Compare
Choose a tag to compare
Pre-release
@qwik.dev/[email protected]

[email protected]

27 Jul 19:09
c42693f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
[email protected]