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
1
...
3
4
5
...
30