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
1
23
...
2930