Minor Changes
- The
useTask# @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 fixuseErrorBoundary
(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)