Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to upcoming, this PR will be updated.
Releases
[email protected]
Minor Changes
Patch Changes
Fix ESLint 9 compatibility, enhance typing and README. (by @better-salmon in #7415)
🐞🩹 Enhance lexical scope and skip variables declared by Qwik's internal hooks. (by @JerryWu1234 in #7366)
@builder.io/[email protected]
Minor Changes
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)
@builder.io/[email protected]
Minor Changes
🐞🩹 server$ errors can be caught by @plugin middleware (by @DustinJSilk in #7185)
refactor: Error types are standardised across server$ functions and routeLoaders (by @DustinJSilk in #7185)
✨ 499 is now a valid status code (by @DustinJSilk in #7185)
🐞🩹 server$ functions now correctly throw 4xx errors on the client (by @DustinJSilk in #7185)
Patch Changes
🐞🩹 Error boundary
ErrorBoundary
and fixuseErrorBoundary
(by @damianpumar in #7342)🐞🩹 Write Response object in the send request event even on redirects (by @nelsonprsousa in #7422)
[email protected]