Releases: QwikDev/qwik
[email protected]
[email protected]
@qwik.dev/[email protected]
Patch Changes
- Implement View Transition on SPA navigation (by @GrandSchtroumpf in #7391)
@qwik.dev/[email protected]
@qwik.dev/[email protected]
Minor Changes
- ✨ new hook - useAsyncComputed$ in replacement of useComputed$ with async operations (by @Varixo in #7589)
Patch Changes
-
🐞🩹 don't wrap static objects with signal (by @Varixo in #7637)
-
🐞🩹 ensure components are only rendered when necessary (by @Varixo in #7631)
-
🐞🩹 skip serialize functions wrapped with the
noSerialize
(by @Varixo in #7621) -
🐞🩹 reactivity for type-asserted variables in templates (by @Varixo in #7619)
-
🐞🩹 reactivity for logical expressions in templates (by @Varixo in #7619)
-
✨ When an error occurs during SSR due to using the browser APIs, show an explanation. (by @JerryWu1234 in #7571)
[email protected]
[email protected]
Minor Changes
- ✨ our eslint plugin now supports eslint 9 (by @better-salmon in #7418)
Patch Changes
- ✨ Improve types and README documentation with clear configuration examples for ESLint 9+ (flat config). Added
globalIgnores
for more clarity andtseslint.config
for better type inference inside theparserOptions
option. (by @better-salmon in #7418)
[email protected]
[email protected]
Patch Changes
-
🐞🩹 create-qwik logAppCreated.ts now displays correct next steps for deno. (by @LogProphet in #7566)
After using the create-qwik command, the logAppCreated.ts file was not displaying the correct next steps for deno. Prior to this fix it would display "deno start" instead of "deno task start". This would cause a failure to run, as deno requires the 'task' keyword. This fixes bug 7520
-
🐞🩹 linting errors which were previously being ignored across the monorepo. (by @better-salmon in #7418)
@builder.io/[email protected]
@builder.io/[email protected]