Skip to content

The latest news releases from the Qwik team

April 7th, 2025

@qwik.dev/core@2.0.0-alpha.9

Minor Changes

  • useSerializer# [@qwik](https://github.com/qwik).dev/core, createSerializer# @qwik.dev/core: Create a Signal holding a custom serializable value. See {@link useSerializer$} for more details. (by @wmertens in #7223)

    NoSerializeSymbol: objects that have this symbol will not be serialized.

    SerializerSymbol: When defined on an object, this function will get called with the object and is expected to returned a serializable object literal representing this object. Use this to remove data cached data, consolidate things, integrate with other libraries, etc.

Patch Changes

  • 🐞🩹 don't wrap template literals with a function call inside them in a signal (by @Varixo in #7390)

  • 🐞🩹 creating error overlay (by @Varixo in #7446)

  • 🐞🩹 reexecute component with null key (by @Varixo in #7456)

  • 🐞🩹 correctly handle initial resource state (by @Varixo in #7469)

  • 🐞🩹 change client side generated ID to start with build base and add convert first character to letter if it is starting from number (by @Varixo in #7432)

  • 🐞🩹 custom event names and DOMContentLoaded handling (by @Varixo in #7452)

  • 🐞🩹 attribute diffing was not working correctly in some edge cases (by @Varixo in #7419)

  • 🐞🩹 rendering markdown file with Qwik component (by @Varixo in #7456)

  • 🐞🩹 finding vnodes on interaction (by @Varixo in #7410)

  • 🐞🩹 don't execute QRLs for elements marked as deleted (by @Varixo in #7448)

  • 🐞🩹 inserting new node edge case (by @Varixo in #7446)

  • 🐞🩹 removing text node from shared text node (by @Varixo in #7430)

Contributors:

  • qwik
  • link
  • wmertens
  • Varixo

April 1st, 2025

@builder.io/qwik@1.13.0

Minor Changes

  • The useTask# [@builder](https://github.com/builder).io/qwik function's eagerness` option is deprecated and will be removed in version 2. (by @sreeisalso in #7345)

Patch Changes

  • 🐞🩹 Error boundary ErrorBoundary and fix useErrorBoundary (by @damianpumar in #7342)

  • 🐞 🩹 The qwik-city ServiceWorkerRegister and qwik PrefetchServiceWorker now prefetch all their qrls to prevent under-prefetching (by @maiieul in #7417)

  • 🐞🩹 When csr is true, it causes a crash because resolve cannot be null as the second parameter (by @JerryWu1234 in #7420)

  • updated drizzle to latest version (by @sreeisalso in #7288)

  • 🐞 fix(rollup): improve manualChunks logic to minimize over-prefetching (by @maiieul in #7362)

  • ✨ Add the ability to see chunks names in preview/production environments to facilitate debugging of production-only bugs (by @maiieul in #7293)

  • Emit an CustomEvent qviewTransition when view transition starts. (by @GrandSchtroumpf in #7237)

  • ✨ Ability to keep using tailwind v3 through the cli (by @maiieul in #7403)

  • dev server now correctly handles css and js importers, also hmr persistence (by @thejackshelton in #7389)

  • 🐞🩹 set default value of lint to false to improve the execution performance (by @JerryWu1234 in #7425)

  • 🐞🩹 manual QRL grouping now works again. This is needed for Insights to work. (by @wmertens in #7444)

Contributors:

  • builder
  • sreeisalso
  • damianpumar
  • maiieul
  • JerryWu1234
  • GrandSchtroumpf
  • thejackshelton
  • wmertens

April 1st, 2025

@builder.io/qwik-city@1.13.0

Minor Changes

Patch Changes

  • 🐞🩹 Error boundary ErrorBoundary and fix useErrorBoundary (by @damianpumar in #7342)

  • 🐞🩹 Write Response object in the send request event even on redirects (by @nelsonprsousa in #7422)

Contributors:

  • plugin
  • DustinJSilk
  • damianpumar
  • nelsonprsousa
1
...
6
7
8
...
30