- ✨ cloudflare workers deployment adapter (by @LazyClicks in #8214)
- execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by @sashkashishka in #8164)
-
🐞🩹 set sideEffects: false to the lib template, otherwise there might be some side effects imports when building a consumer project. (by @gioboa in #7855)
-
🐞🩹 fix up vscode settings merge. Use JSON5 to parse settings.json to prevent parsing errors. (by @gioboa in #7858)
-
🛠 use the new version of @croct/json5-parser to merge JSON5 and preserve comments (by @gioboa in #7884)
-
🐞🩹 fix up vercel starter config (by @cmbartschat in #7663)
-
🛠 update devDependencies and configurations (by @JerryWu1234 in #7695)
-
🐞🩹 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)
- INFRA: migration from tsm to tsx (by @JerryWu1234 in #6877)
-
✨ tailwind starter dependencies upgraded to latest (by @thejackshelton in #6783)
-
✨ added
preserveModulesto library starters to improve library bundling / tree-shaking (by @thejackshelton in #6773)