Skip to content

The latest news releases from the Qwik team

June 9th, 2026

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

Minor Changes

  • ✨ reject server-only modules from client builds (by @Varixo in #8605)

Patch Changes

  • 🐞🩹 prevent streamed event handlers from resuming before container state is ready (by @Varixo in #8689)

  • 🐞🩹 When a component$ wasn't loaded yet, it would use stale props by the time it resolved and executed. (by @wmertens in #8501)

  • 🐞🩹 make repeated HMR JSX remove and restore updates reload QRLs before rerendering (by @thejackshelton-kunaico in #8695)

Contributors:

  • Varixo
  • wmertens
  • thejackshelton

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