Skip to content

The latest news releases from the Qwik team

July 2nd, 2025

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

Minor Changes

  • ✨ implement new SerializationWeakRef class for values that can be not serialized (by @Varixo in #7466)

  • ✨ expose option to never or always serialize computed-like signal value (by @Varixo in #7466)

Patch Changes

  • 🐞🩹 async computed signal promise rejection (by @Varixo in #7466)

  • ✨ expose invalidate method for computed-like signals (by @Varixo in #7466)

  • 🐞🩹 maximum component rerender retries (by @Varixo in #7466)

  • 🐞🩹 serializer symbol value recalculate without update function (by @Varixo in #7466)

  • 🐞🩹 async computed correctly handle returning falsy value (by @Varixo in #7466)

Contributors:

  • Varixo

June 30th, 2025

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

Patch Changes

  • 🐞🩹 resuming a component using styles and a text node (by @Varixo in #7668)

  • 🐞🩹 reuse the same props instance when props are changing (by @Varixo in #7672)

  • 🐞🩹 the @qwik-handlers aren't properly handled in dev mode for library projects (by @JerryWu1234 in #7608)

  • 🐞🩹 subscribe to signals on computed signal recomputation (by @Varixo in #7700)

  • :zap: QRL segments now memoize imports, removing some Promises during render (by @wmertens in #7686)

  • 🐞🩹 allow special characters in key attribute (by @Varixo in #7677)

Contributors:

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