Skip to content

The latest news releases from the Qwik team

July 27th, 2025

@qwik.dev/router@2.0.0-beta.6

Minor Changes

  • ✨ qwikRouter middleware no longer needs qwikRouterConfig, it handles it internally (by @wmertens in #7748)

  • 🐞🩹 the SSR internal build imports @qwik-router-not-found-paths and @qwik-router-static-paths are no longer used. Instead, the data is embedded directly. This might be a breaking change for some users that forked an adapter, in that case just remove the imports. (by @wmertens in #7755)

Patch Changes

  • Bugfix - rename the view transition type in CSS to prevent default view transition on SPA navigation (by @GrandSchtroumpf in #7713)

  • 🐞🩹 getting invoke context for loaders in production (by @Varixo in #7730)

  • ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by @wmertens in #7748)

Contributors:

  • wmertens
  • qwik
  • GrandSchtroumpf
  • Varixo

July 27th, 2025

@qwik.dev/core@2.0.0-beta.6

Minor Changes

  • ✨ the QRL segment mapping during Vite dev mode now happens in core and does not require providing a separate symbolMapper function any more. (by @wmertens in #7748)

  • ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by @wmertens in #7748)

  • 🐞🩹 qwikVite has better vite config handling around input files, and no longer writes the q-manifest file to a temp dir. (by @wmertens in #7748)

Patch Changes

  • 🐞🩹 the srcInput option to qwikVite is deprecated because it's unused. (by @wmertens in #7748)

  • 🐞🩹 preserve innerHTML after component rerender (by @Varixo in #7740)

  • 🐞🩹 render SVG attributes with correct namespace (by @Varixo in #7705)

  • 🐞🩹 using useOn and useVisibleTask$ in component with primitive value only (by @Varixo in #7746)

Contributors:

  • wmertens
  • Varixo
1
23
...
2930