Skip to content

The latest news releases from the Qwik team

January 30th, 2026

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

Patch Changes

  • 🐞🩹 getting flags on undefined (by @Varixo in #8280)

  • 🐞🩹 rendering component with async tasks on server (by @Varixo in #8262)

  • 🐞🩹 waitForDrain now also waits for paused cursors (by @wmertens in #8277)

  • 🐞🩹 rendering var prop svg attributes with correct namespaces (by @Varixo in #8263)

  • 🐞🩹 multiple event registering (by @Varixo in #8228)

  • 🐞🩹 trigger visible task when component returns null or undefined (by @Varixo in #8259)

  • 🐞🩹 iteration variable in qrl prop (by @Varixo in #8249)

  • 🐞🩹 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)

  • 🐞🩹 merging onInput$ and bind handlers (by @Varixo in #8240)

  • 🐞🩹 rendering arrays without keys (by @Varixo in #8267)

  • 🐞🩹 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)

Contributors:

  • Varixo
  • wmertens
  • sashkashishka
  • maiieul
1
...
7
8
9
...
30