Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 12, 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

  • ✨ split Qwik Core and Router dev experience. Core now only adjusts the html using the Vite hook for it, so it can work in any environment or client-only. You can make a Qwik application client-only by running qwik add csr now. (by @wmertens in #7890)
    Feat: Qwik Route now runs dev mode using the node middleware, which is the same as production, and can now hot-reload when routes are added. It does this by transforming the response while it streams to add the dev scripts. This opens the door for Vite Environment support.
    Feat: qwikVite() SSR builds now reads the manifest from the client build whenever possible. You can still pass in the manifest yourself if needed.
    Fix: Qwik Router's Vite plugin no longer imports Qwik Core, a cause of duplicate imports in dev and preview mode.
    Fix: Sometimes, SSG hangs after completion. The cause is still unknown, but now there is a workaround by forcing the process to exit after SSG is done.

Patch Changes

  • 🐞🩹 resuming shadow dom container with multiple root children (by @Varixo in #7943)

@qwik.dev/[email protected]

Minor Changes

  • ✨ split Qwik Core and Router dev experience. Core now only adjusts the html using the Vite hook for it, so it can work in any environment or client-only. You can make a Qwik application client-only by running qwik add csr now. (by @wmertens in #7890)
    Feat: Qwik Route now runs dev mode using the node middleware, which is the same as production, and can now hot-reload when routes are added. It does this by transforming the response while it streams to add the dev scripts. This opens the door for Vite Environment support.
    Feat: qwikVite() SSR builds now reads the manifest from the client build whenever possible. You can still pass in the manifest yourself if needed.
    Fix: Qwik Router's Vite plugin no longer imports Qwik Core, a cause of duplicate imports in dev and preview mode.
    Fix: Sometimes, SSG hangs after completion. The cause is still unknown, but now there is a workaround by forcing the process to exit after SSG is done.

Patch Changes

@qwik.dev/[email protected]

Patch Changes

[email protected]

[email protected]

@github-actions github-actions bot requested review from a team as code owners September 12, 2025 10:42
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 2 times, most recently from afb7476 to fdcd89a Compare September 15, 2025 12:38
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch from fdcd89a to 3c8f5db Compare September 15, 2025 21:54
Copy link

pkg-pr-new bot commented Sep 17, 2025

Open in StackBlitz

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@7945
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@7945
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@7945
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@7945

commit: 5a1fa68

Copy link
Contributor Author

github-actions bot commented Sep 17, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview 5a1fa68

@wmertens wmertens merged commit 4669425 into build/v2 Sep 17, 2025
20 checks passed
@wmertens wmertens deleted the changeset-release/build/v2 branch September 17, 2025 08:28
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