github QwikDev/qwik @qwik.dev/router@2.0.0-beta.7

latest releases: @qwik.dev/core@2.0.0-beta.8, @qwik.dev/router@2.0.0-beta.8, @qwik.dev/react@2.0.0-beta.8...
pre-releaseone month ago

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)

Don't miss a new qwik release

NewReleases is sending notifications on new releases.