Patch Changes
-
🐞🩹 rendering component with async tasks on server (by @Varixo in #8262)
-
🐞🩹
waitForDrainnow also waits for paused cursors (by @wmertens in #8277) -
🐞🩹 rendering var prop svg attributes with correct namespaces (by @Varixo in #8263)
-
🐞🩹 trigger visible task when component returns null or undefined (by @Varixo in #8259)
-
🐞🩹 component's content rerender with slot edge case (by @Varixo in #8270)
-
test: nested slotted components should call cleanup inside useTask after calling cleanup on component tree rendered clientside (by @sashkashishka in #8238)
-
🐞🩹 we now prevent merging useVisibleTask$ and useComputed$ code together with other segments to prevent overpreloading when their entry contains a lot of transitive imports. (by @maiieul in #8274)
-
🐞🩹 computed signal memory leak when reusing effect subscriber in loop (by @Varixo in #8254)
-
🐞🩹 finding context in unclaimed projections (by @Varixo in #8258)
-
🐞🩹 after resuming, visible tasks only run when actually visible, not just when a task needs running. During CSR the behavior remains unchanged, they run immediately. (by @wmertens in #8276)