Skip to content

Releases: sveltejs/cli

[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)

[email protected]

17 Nov 16:47
a819446

Choose a tag to compare

Patch Changes

  • feat(tailwind): add vscode setting for tailwind (#780)

  • feat(cli): wrap links with resolve() function to follow best practices (#754)

  • feat(create): co-locate css file from usage (layout.css & +layout.svelte) (#780)

  • fix(mcp): Add schema definition for Gemini MCP configuration. (#774)

[email protected]

08 Nov 09:22
1c90346

Choose a tag to compare

Patch Changes

  • chore(create): add div with display: contents to library template (#773)

  • fix(mcp): generate valid mcp local configuration for opencode (#769)

  • feat(demo): include file extensions for local imports (#757)

[email protected]

07 Nov 15:36
4718465

Choose a tag to compare

Patch Changes

  • feat(vitest): update to vitest 4.0 (#760)

    • removing @vitest/browser in favor of @vitest/browser-playwright
    • run browser tests in headless mode
  • fix(cli): Check existing conditions for specified options (#771)

[email protected]

31 Oct 18:03
fba83c4

Choose a tag to compare

Patch Changes

  • fix(prettier): add tailwindcss plugin to prettier config if tailwindcss is installed (#756)

  • fix(cli): generating closing </script> tags now works correctly (#763)

[email protected]

30 Oct 16:25
3d8c1df

Choose a tag to compare

Patch Changes

  • chore(cli): bump defaults versions (#744)

  • feat(drizzle): update docker pgdata volume for postgres 18 (#749)

  • feat(cli): workspace now gives files object with viteConfig and svelteConfig paths to be used in add-ons (#755)

  • fix(cli): +layout.svelte doesn't use optional chaining now (#753)

[email protected]

18 Oct 14:34
3edce89

Choose a tag to compare

Patch Changes

  • fix(drizzle): --cwd option in add command is now taken into account (#738)

  • feat(drizzle): Docker Compose file is now stored in compose.yaml instead of docker-compose.yml (#738)

  • fix(add): include monorepo root in dependency detection (#740)

  • feat(cli): add new add-on mcp to configure your project (#735)

  • feat(cli): --from-playground will now bring a PlaygroundLayout to get a more consistent experience with the online playground (#731)