Skip to content

V2 Version Packages (beta)#8535

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

V2 Version Packages (beta)#8535
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 7, 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.2

Minor Changes

  • ✨ Qwik now supports passive:eventname markers for JSX event handlers. Use them with matching on*$/document:on*$/window:on*$ listeners when you want passive browser listeners for events like touchstart, touchmove, or scroll. (by @Varixo in #8523)

  • ✨ The optimizer now supports inline @qwik-disable-next-line hints, allowing you to suppress specific diagnostics for the next line when needed, such as preventdefault-passive-check. (by @Varixo in #8523)

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

Minor Changes

  • ✨ Qwik now supports passive:eventname markers for JSX event handlers. Use them with matching on*$/document:on*$/window:on*$ listeners when you want passive browser listeners for events like touchstart, touchmove, or scroll. (by @Varixo in #8523)

  • ✨ The optimizer now supports inline @qwik-disable-next-line hints, allowing you to suppress specific diagnostics for the next line when needed, such as preventdefault-passive-check. (by @Varixo in #8523)

  • ✨ Qwik now supports capture:eventname markers for JSX event handlers. Use them when you want run event in capture phase (by @Varixo in #8525)

Patch Changes

  • Add allowStale option to AsyncSignal and routeLoader$. When false, invalidation clears the (by @wmertens in #8537)
    previous value so reads suspend instead of returning stale data.
  • Updated dependencies [06d82e0, 06d82e0]:
    • @qwik.dev/optimizer@2.1.0-beta.2

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

Minor Changes

  • ✨ the notFound exports of the router factory functions no longer do anything, because the router exports handle not-found routes. (by @wmertens in #8534)

Patch Changes

  • 🐞🩹 fix an SPA routing bug where using browser back/forward after a manual refresh could change the URL without rerendering the page (by @Varixo in #8544)

  • 🐞🩹 image imports foo.png?jsx are now more robust (by @wmertens in #8533)

  • Updated dependencies [ccb7579, 06d82e0, 06d82e0, fe3c4e2]:

    • @qwik.dev/core@2.0.0-beta.32

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

Patch Changes

create-qwik@2.0.0-beta.32

eslint-plugin-qwik@2.0.0-beta.32

@github-actions github-actions bot requested review from a team as code owners April 7, 2026 11:58
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch 4 times, most recently from 48fcc06 to dc7ad20 Compare April 9, 2026 10:42
@github-actions github-actions bot force-pushed the changeset-release/build/v2 branch from dc7ad20 to 245c42a Compare April 9, 2026 22:15
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