Skip to content

The latest news releases from the Qwik team

April 30th, 2026

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

Patch Changes

  • fix(core): Q3 error "Only primitive and object literals can be serialized" no longer throws for route loaders and actions. (by @maiieul in #8592)

    fix(router): QwikRouterMockProvider's loaders mocks stopped working due to a V2 refactor. They now properly mimick V2's implementation and work as expected.

Contributors:

  • maiieul

April 13th, 2026

@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

Contributors:

  • wmertens
  • Varixo
  • qwik
  • 2

April 13th, 2026

@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)

Contributors:

  • Varixo
  • qwik
1
...
9
10
11
...
30