Skip to content

Releases: sveltejs/cli

[email protected]

13 Apr 14:34
da9b4f4
Compare
Choose a tag to compare

Patch Changes

  • feat: adds --install <package-manager> flag to create and add (#531)

  • fix: warn on an unparsable .prettierrc config file (#527)

  • chore: remove redundant ignores property in eslint config (#533)

[email protected]

03 Apr 15:21
701626c
Compare
Choose a tag to compare

Minor Changes

  • feat: remove adapter-cloudflare-workers and upgrade other adapters (#520)

Patch Changes

[email protected]

30 Mar 18:15
da1323e
Compare
Choose a tag to compare

Patch Changes

  • fix: dynamically suggest package manager installation command in migrate scripts (#495)

[email protected]

30 Mar 18:15
da1323e
Compare
Choose a tag to compare

Patch Changes

  • chore: added GitHub official logo to demo template (#508)

[email protected]

24 Mar 17:48
ddfc60e
Compare
Choose a tag to compare

Patch Changes

  • fix: package manager detection in non interactive environments (#503)

[email protected]

23 Mar 08:02
d721c65
Compare
Choose a tag to compare

Minor Changes

  • feat: added app-state migration into svelte-5 migration (#494)

[email protected]

23 Mar 08:02
d721c65
Compare
Choose a tag to compare

Minor Changes

  • feat: enhanced code generation for more intuitive formatting (#380)

  • chore: switch to estree compatible ast tooling (#380)

Patch Changes

  • chore: use writable derived in sverdle demo project (#500)

  • chore: disable no-undef ESLint rule in TypeScript project (#483)

  • chore: replace create-svelte in library template readme (#499)

[email protected]

22 Mar 07:28
2c059e3
Compare
Choose a tag to compare

Patch Changes

  • chore: updates the paraglide-js addon to setup v2 of paraglide-js (#461)

  • fix: add bun lockfiles to .prettierignore (#492)

  • fix: add volumes to docker compose files generated by drizzle (#475)

[email protected]

10 Mar 19:14
467bacb
Compare
Choose a tag to compare

Patch Changes

  • fix: insert the tailwindcss vite plugin at the start of the plugin array (#478)

  • chore: add keywords to library template (#473)

[email protected]

06 Mar 15:42
a5254f3
Compare
Choose a tag to compare

Patch Changes

  • chore: detect package manager asynchronously (#465)

  • chore: add keys to {#each} blocks (#466)

  • fix: pass schema to drizzle client for better type generation (#459)

  • fix: addons executed in the wrong order in certain circumstances (#462)