Skip to content

The latest news releases from the Qwik team

February 21st, 2026

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

Minor Changes

  • ✨ Signals now expose .untrackedValue, which allows you to read the value without subscribing, and .trigger(), which allows you to trigger running subscribers, for example when you changed .untrackedValue earlier, or the value mutated but remained the same object. (by @wmertens in #6903)

  • useAsync$ clientOnly option, to load a value on document-idle on the client (by @wmertens in #8348)

Patch Changes

  • perf: less style recalculations on resume (by @Varixo in #8366)

  • 🐞🩹 array of undefineds as event handler (by @Varixo in #8363)

  • 🐞🩹 inline components now correctly subscribe to signals (by @Varixo in #8365)

  • 🐞🩹 descending dirty children for deleted parent (by @Varixo in #8358)

  • 🐞🩹 diffing empty texts with element or virtual was sometimes incorrect (by @Varixo in #8367)

  • 🐞🩹 serializing falsy event handlers (by @Varixo in #8361)

  • 🐞🩹 handling qrl captures in a loop (by @Varixo in #8355)

Contributors:

  • wmertens
  • Varixo
1
...
4
5
6
...
30