July 27th, 2025
Minor Changes
✨ the QRL segment mapping during Vite dev mode now happens in core and does not require providing a separate
symbolMapperfunction 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)
🐞🩹
qwikVitehas 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
srcInputoption toqwikViteis 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)