Skip to content

The latest news releases from the Qwik team

May 22nd, 2026

@builder.io/qwik-city@1.20.0

Minor Changes

  • 🐞🩹 The server plugins were not actually sorted and were relying on directory traversal order. Now they are explicitly sorted by ascending name. (by @wmertens in #8568)

Patch Changes

  • 🐞🩹 include route bundles when their matching origin is not the first manifest origin (by @Varixo in #8455)

  • 🐞🩹 Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin (by @Varixo in #8463)

  • ✨ getRequestEvent() provides the current request event; used in the starter templates for providing better diagnostics in uncaught exceptions (by @wmertens in #8655)

Contributors:

  • wmertens
  • Varixo

May 12th, 2026

@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

Contributors:

  • Varixo
  • maiieul
  • qwik
  • 2
1
2
3
...
2930