Skip to content

V2 Version Packages (beta)#8418

Merged
wmertens merged 1 commit into
build/v2from
changeset-release/build/v2
Mar 12, 2026
Merged

V2 Version Packages (beta)#8418
wmertens merged 1 commit into
build/v2from
changeset-release/build/v2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 11, 2026

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/core@2.0.0-beta.28

Minor Changes

  • ✨ the Vite environment API is now better supported. This means that you can build multiple environments simultaneously without Qwik having a problem, with vite build --app. (by @wmertens in #6903)

    However, Qwik Router adapters still require running build.server separately for now because they use a different vite configuration file.

    The minimum supported version of Vite is now 6.0.0.

  • ✨ Hot Module Replacement (HMR) support. You now get instant updates in the browser when you change your source code, without losing state. This happens without forcing a resume at load, so everything is fast. (by @wmertens in #8421)
    The slight disadvantage is that all components now send their state during development (because now they can always rerender on the client). You can disable HMR and fall back to full page reloads by setting {devTools: {hmr: false}} in the qwikVite() plugin configuration.

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

Minor Changes

  • ✨ the Vite environment API is now better supported. This means that you can build multiple environments simultaneously without Qwik having a problem, with vite build --app. (by @wmertens in #6903)

    However, Qwik Router adapters still require running build.server separately for now because they use a different vite configuration file.

    The minimum supported version of Vite is now 6.0.0.

  • ✨ Hot Module Replacement (HMR) support. You now get instant updates in the browser when you change your source code, without losing state. This happens without forcing a resume at load, so everything is fast. (by @wmertens in #8421)
    The slight disadvantage is that all components now send their state during development (because now they can always rerender on the client). You can disable HMR and fall back to full page reloads by setting {devTools: {hmr: false}} in the qwikVite() plugin configuration.

Patch Changes

  • Updated dependencies [640e8d3, d304830]:
    • @qwik.dev/core@2.0.0-beta.28

@qwik.dev/react@2.0.0-beta.28

Patch Changes

  • Updated dependencies [640e8d3, d304830]:
    • @qwik.dev/core@2.0.0-beta.28

create-qwik@2.0.0-beta.28

eslint-plugin-qwik@2.0.0-beta.28

@github-actions github-actions Bot requested review from a team as code owners March 11, 2026 18:27
@github-actions github-actions Bot force-pushed the changeset-release/build/v2 branch from 486d0c2 to 273918b Compare March 12, 2026 16:41
@wmertens wmertens merged commit fac55b7 into build/v2 Mar 12, 2026
@wmertens wmertens deleted the changeset-release/build/v2 branch March 12, 2026 21:04
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