February 21st, 2026
The latest news releases from the Qwik team
February 21st, 2026
February 21st, 2026
February 21st, 2026
February 21st, 2026
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.untrackedValueearlier, or the value mutated but remained the same object. (by @wmertens in #6903)✨
useAsync$clientOnlyoption, 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)
February 10th, 2026
Patch Changes
- 🐞🩹 eslint-plugin: detect node API usage more accurately (by @JerryWu1234 in #7664)