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