Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 1.33 KB

create-qwik

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