@qwik.dev/core@2.0.0-beta.6
Pre-releaseMinor 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 toqwikVite
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)