Skip to content

The latest news releases from the Qwik team

August 25th, 2026

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

Patch Changes

  • 🐞🩹 preserve route loader mappings for long windows paths (by @Varixo in #8939)

  • 🐞🩹 drop the ./service-worker export — it pointed at a file the package doesn't ship, and setupServiceWorker is a no-op in v2 anyway (by @ixcans in #8963)

  • 🐞🩹 prerendered pages without a trailing slash now redirect instead of returning 404 (by @maiieul in #8960)

  • 🐞🩹 preserve bodyless Cloudflare responses (by @Fnine59 in #8949)

  • 🐞🩹 preserve document head after client head errors (by @Fnine59 in #8938)

  • zod$ now detects schemas via z.ZodType instead of the zod-3-only z.Schema alias, fixing a server-side TypeError (and 500s on every zod$ action) when the router resolves zod 4 in hoisted installs. (by @blakeley in #8898)

  • 🐞🩹 preserve no-trailing-slash static routes (by @ShiroKSH in #8902)

  • 🐞🩹 preserve route params on loaders using a search filter (by @tidiview in #8965)

  • 🐞🩹 HEAD requests for prerendered pages returned 404 instead of the page headers (by @maiieul in #8960)

  • 🐞🩹 refresh wrapped route loader data after SPA navigation (by @Varixo in #8948)

  • Updated dependencies [fcced61, 870529c, f513eda, e4ae649]:

Contributors:

  • Varixo
  • ixcans
  • maiieul
  • Fnine59
  • blakeley
  • ShiroKSH
  • tidiview
  • qwik
  • 2

August 25th, 2026

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

Major Changes

  • refactor: remove useAsync$ and createAsync$. Use useComputed$ or createComputed$ instead. (by @Varixo in #8941)

Patch Changes

  • refactor: remove unnecessary font preloading that negatively impacted performance (by @Varixo in #8942)

  • 🐞🩹 preserve rest properties for plain objects (by @wermetal in #8937)

  • 🐞🩹 widen the vitest peer range to >=2 <5 so Vitest 4 no longer warns (by @ixcans in #8959)

Contributors:

  • Varixo
  • wermetal
  • ixcans
12
3
...
2930