Skip to content

V2 Version Packages (beta) #7711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2025
Merged

V2 Version Packages (beta) #7711

merged 1 commit into from
Jul 27, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 6, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to build/v2, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

build/v2 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on build/v2.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@qwik.dev/[email protected]

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)

@qwik.dev/[email protected]

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)

@qwik.dev/[email protected]

Patch Changes

[email protected]

[email protected]

@github-actions github-actions bot requested review from a team as code owners July 6, 2025 15:33
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 5 times, most recently from 6858031 to 0e64a5d Compare July 21, 2025 16:41
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 4 times, most recently from 9b0c382 to 34e9764 Compare July 26, 2025 10:13
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch from 34e9764 to d3c3add Compare July 27, 2025 17:15
@shairez shairez merged commit c42693f into build/v2 Jul 27, 2025
@shairez shairez deleted the changeset-release/build/v2 branch July 27, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant