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 thehead.styles
andhead.scripts
types more like thehead.meta
andhead.links
types. (by @wmertens in #7775) -
✨
createRenderer()
wraps therenderToStream()
function with Qwik Router types, for nicerentry.ssr
files. (by @wmertens in #7770) -
✨ You can now put
documentHead
into the rendering functions as part of theserverData
option. This is useful for passing title, meta tags, scripts, etc. to theuseDocumentHead()
hook from within the server. (by @wmertens in #7770)