Skip to content

V2 Version Packages (beta)#8598

Open
github-actions[bot] wants to merge 1 commit intobuild/v2from
changeset-release/build/v2
Open

V2 Version Packages (beta)#8598
github-actions[bot] wants to merge 1 commit intobuild/v2from
changeset-release/build/v2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 30, 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/optimizer@2.1.0-beta.4

Minor Changes

  • ✨ add worker$ support running heavy work in Web Workers (by @Varixo in #8572)

@qwik.dev/core@2.0.0-beta.35

Minor Changes

  • ✨ Add an experimental <Suspense> component for showing fallback UI when child content takes longer than expected to render. (by @Varixo in #8588)

    When rendering on the client, <Suspense> shows the fallback after the configured delay and keeps it visible until the children are ready. During updates, showStale can keep the last resolved content visible while the fallback is shown.

    Enable it with experimental: ['suspense'] in the qwikVite plugin.

    On SSR, children render normally for now. The boundary also prepares Suspense for future streaming behavior.

  • ✨ add experimental Reveal for coordinating Suspense boundaries (by @Varixo in #8603)

    Reveal lets developers coordinate sibling Suspense boundaries with parallel, sequential, reverse, or together reveal order. Use collapsed to hide pending boundaries that are waiting for their turn instead of showing their fallback.

  • getClientManifest() is now the way to get the client build manifest. Importing from @qwik-client-manifest is deprecated. (by @wmertens in #8352)

  • ✨ add worker$ support running heavy work in Web Workers (by @Varixo in #8572)

Patch Changes

  • fix(cli): defer build.types until after build.lib finishes so vite's emptyOutDir no longer races with tsc and silently wipes the emitted .d.ts files. (by @maiieul in #8585)

  • fix(core): hide node:async_hooks import from non-Qwik bundlers (e.g. cypress E2E) (by @maiieul in #8602)

  • 🐞🩹 final core.js output does not include error codes anymore, reducing the core module's size a little bit. (by @maiieul in #8612)

  • Migrated DevTools to Qwik, upgraded dependencies, and fixed issues caused by the dependency upgrade. (by @JerryWu1234 in #8593)

  • 🐞🩹 don't include preloader in dev mode (by @Varixo in #8606)

  • 🐞🩹 non-Vite consumers (webpack, etc.) don't blow up at runtime anymore when import.meta.env is undefined. (by @maiieul in #8610)

  • Updated dependencies [a8e3dc0]:

    • @qwik.dev/optimizer@2.1.0-beta.4

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

Minor Changes

  • ✨ add worker$ support running heavy work in Web Workers (by @Varixo in #8572)

Patch Changes

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

Patch Changes

create-qwik@2.0.0-beta.35

eslint-plugin-qwik@2.0.0-beta.35

@github-actions github-actions Bot requested review from a team as code owners April 30, 2026 21:44
@github-actions github-actions Bot force-pushed the changeset-release/build/v2 branch 11 times, most recently from 069c381 to 0df29a8 Compare May 7, 2026 18:45
@github-actions github-actions Bot force-pushed the changeset-release/build/v2 branch from 0df29a8 to 7279646 Compare May 7, 2026 20:35
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.

0 participants