Skip to content

Releases: sveltejs/cli

[email protected]

12 Dec 15:32
88d5c9d

Choose a tag to compare

Patch Changes

  • fix(paraglide): git ignore cache of inlang project (#844)

  • fix(paraglide): multi language when prerendering is now working by default (#844)

  • fix(prettier): prettier-plugin-tailwindcss plugin is now last in the list (#845)

[email protected]

05 Dec 13:56
721bf85

Choose a tag to compare

Patch Changes

  • fix(add): storybook is back to using @latest version (#833)

[email protected]

30 Nov 17:58
1eb3d34

Choose a tag to compare

Patch Changes

  • fix(cli): files will be formatted after create (#827)

[email protected]

26 Nov 18:17
c6c721a

Choose a tag to compare

Patch Changes

  • fix(cli): reload workspace before executing each addon (#823)

  • chore(create): remove esModuleInterop from library template (#822)

  • fix(create): correctly detect executing package manager (#823)

[email protected]

24 Nov 18:30
40aa713

Choose a tag to compare

Patch Changes

  • fix(cli): dependencyVersion is now properly populated during sv create (#819)

[email protected]

23 Nov 07:10
d48f048

Choose a tag to compare

Patch Changes

  • fix(cli): fix svelte.config.js detection during create (#817)

  • fix(cli): kit projects were detected incorrectly (#810)

[email protected]

21 Nov 12:22
4d730bd

Choose a tag to compare

Patch Changes

  • fix(tailwind): update vscode setting files.associations to tailwindcss (#796)

  • feat(cli): add --no-dir-check option to sv create. With this flag, even if the folder is not empty, no prompt will be shown (#785)

  • feat(mcp): include an AGENTS.md or similar when using the mcp addon (#777)

  • feat(vitest): when add vitest is used within a project that uses vitest@3, the addon will display some next steps to finalize the migration to vitest@4 (#797)

  • fix(demo): rewrite relative import extensions to JavaScript equivalents (tsconfig.json update) (#801)

[email protected]

21 Nov 15:47
e34d065

Choose a tag to compare

Patch Changes

  • fix(cli): printed args now also display path used during directory prompt (#805)

  • fix(mcp): use consistent wording for setup question (#806)

[email protected]

21 Nov 14:54
4c4e66d

Choose a tag to compare

Patch Changes

  • fix(cli): avoid printing duplicated --no-install flag (#803)

[email protected]

21 Nov 12:38
532206e

Choose a tag to compare

Minor Changes

  • feat(cli): npx sv create now supports a new argument --add to add add-ons to the project in the same command. (#695)

Patch Changes

  • feat(cli): show args used so that you can run the cli without any prompt next time (#695)