Releases: QwikDev/qwik
eslint-plugin-qwik@2.0.0-beta.25
eslint-plugin-qwik@2.0.0-beta.25
create-qwik@2.0.0-beta.25
create-qwik@2.0.0-beta.25
@qwik.dev/router@2.0.0-beta.25
@qwik.dev/react@2.0.0-beta.25
@qwik.dev/core@2.0.0-beta.25
Minor Changes
Patch Changes
-
🐞🩹 event calls for disconnected elements should be ignored (by @Varixo in #8383)
-
🐞🩹 block scoped variables in a loop should be correctly captured by qrls (by @Varixo in #8382)
-
🐞🩹 resuming vnodes with non-qwik element in the middle (by @Varixo in #8380)
-
🐞🩹 bind:value and bind:checked should be correctly converted in some edge cases (by @Varixo in #8384)
eslint-plugin-qwik@2.0.0-beta.24
eslint-plugin-qwik@2.0.0-beta.24
create-qwik@2.0.0-beta.24
create-qwik@2.0.0-beta.24
@qwik.dev/router@2.0.0-beta.24
@qwik.dev/react@2.0.0-beta.24
@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.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)