Skip to content

The latest news releases from the Qwik team

January 30th, 2026

@builder.io/qwik@1.19.0

Minor Changes

  • untrack() now accepts signals and stores directly, as well as accepting arguments when you pass a function. This makes retrieving values without subscribing to them more efficient. (by @wmertens in #8247)

Patch Changes

  • 🐞🩹 we now prevent merging useVisibleTask$ code together with other segments to prevent overpreloading when their entry contains a lot of transitive imports. (by @maiieul in #8275)

  • 🐞🩹 duplicated preload bundles in SSR preload (by @chebanenko in #8248)

  • ⚡️: the core.js and preloader.js references in q-manifest and bundle-graph are now filtered out for smaller outputs. (by @maiieul in #8278)

Contributors:

  • wmertens
  • maiieul
  • chebanenko

January 30th, 2026

@builder.io/qwik-city@1.19.0

Minor Changes

  • ✨ allow mocking route loaders & actions in QwikCityMockProvider (by @alexismch in #8102)

Patch Changes

  • 🐞🩹 qwik-city spa routeStateInternal and routeLocation url origins mismatch (by @maiieul in #8234)

  • feat(qwik-city): add getOrigin option to QwikCityBunOptions and QwikCityDenoOptions for improved URL handling (by @JerryWu1234 in #8251)

  • Make RequestEvents readonly instead of frozen (by @DustinJSilk in #8135)

Contributors:

  • alexismch
  • maiieul
  • JerryWu1234
  • DustinJSilk
1
...
8
9
10
...
30