Skip to content

Latest commit

 

History

History
107 lines (55 loc) · 3.98 KB

File metadata and controls

107 lines (55 loc) · 3.98 KB

create-qwik

1.19.0

Patch Changes

1.18.0

Patch Changes

  • execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by @sashkashishka in #8164)

1.17.2

1.17.1

1.17.0

1.16.1

Patch Changes

  • 🐞🩹 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)

1.16.0

Minor Changes

Patch Changes

  • 🐞🩹 fix up TypeScript compatibility in the localize starter (by @FDiskas in #7617)

1.15.0

Patch Changes

1.14.1

Patch Changes

  • 🐞🩹 starter app missing package and added preview cli test (by @wmertens in #7626)

1.14.0

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)

1.13.0

1.12.1

1.12.0

1.11.0

1.10.0

Patch Changes

1.9.1

1.9.0

Patch Changes

  • ✨ tailwind starter dependencies upgraded to latest (by @thejackshelton in #6783)

  • ✨ added preserveModules to library starters to improve library bundling / tree-shaking (by @thejackshelton in #6773)

1.8.0

Patch Changes

  • 🐞🩹 wrong version when creating a library (by @shairez in #6757)

1.7.3

Patch Changes

  • 🐞🩹 get the right version number in starter apps (by @shairez in #6742)

1.7.2

Patch Changes

    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @wmertens in #6715) If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici