Skip to content

Releases: sveltejs/cli

sv@0.9.0

03 Aug 06:13
d48fa3a
Compare
Choose a tag to compare

Minor Changes

  • feat(cli): rework preconditions: (#650)

    • remove --no-preconditions option from sv add
    • add --no-git-check option to sv add. With this flag, even if some files are dirty, no prompt will be shown

Patch Changes

  • fix(create): update library docs to reflect proper pack command (#655)

sv@0.8.21

31 Jul 15:44
3031538
Compare
Choose a tag to compare

Patch Changes

  • feat: vitest require assertions (#647)

  • fix: handle satisfies keyword for vite.addPlugin (#653)

  • chore: remove git init next step when creating a new project (#645)

  • feat: improve minimal template (#643)

    • move favicon.svg to src/lib/assets folder (to show inline/immutable assets)
    • add static/robots.txt (to keep static folder)
    • add routes/+layout.svelte (to show layout)
  • feat(drizzle): add db:generate script to package.json (#648)

sv@0.8.20

26 Jul 04:58
e51aa8b
Compare
Choose a tag to compare

Patch Changes

  • fix: align project steps (#644)

  • chore: allow passing an array of import names to imports.addNamed (#639)

  • feat: add vite.addPlugin to simplify adding a plugin on various vite config styles (#633)

sv@0.8.19

20 Jul 09:44
beba79e
Compare
Choose a tag to compare

Patch Changes

  • feat: combine next steps prompt for create (#637)

  • chore: use create-storybook instead of storybook init (#638)

  • feat: print warning if using Node.js version below 18.3 (#625)

  • fix(tailwindcss): ensure tailwindStylesheet is added to .prettierrc, when applicable (#636)

sv@0.8.18

10 Jul 15:22
ca3c8b5
Compare
Choose a tag to compare

Patch Changes

  • feat: update templates to vite 7 and vite-plugin-svelte 6 (#629)

sv@0.8.17

04 Jul 17:25
7d4b889
Compare
Choose a tag to compare

Patch Changes

  • fix(add): add /drizzle/ folder to .prettierignore if prettier is installed when adding drizzle addon (#623)

  • fix: update static/ to /static/ in .prettierignore (#624)

sv@0.8.16

28 Jun 09:15
cadaf9e
Compare
Choose a tag to compare

Patch Changes

  • chore: use plain-text svg favicon (#617)

  • fix(add): add static folder to .prettierignore (#618)

sv@0.8.15

25 Jun 15:20
87a87e8
Compare
Choose a tag to compare

Patch Changes

  • fix: resolve to task instead of run in addon instructions for deno (#599)

sv@0.8.12

19 Jun 05:07
bc33568
Compare
Choose a tag to compare

Patch Changes

  • feat(vitest): support vite browser mode (#588)

sv@0.8.11

19 Jun 02:54
2a15c86
Compare
Choose a tag to compare

Patch Changes

  • fix(eslint): generated import order are now sorted alphabetically (#592)

  • feat: add devtools-json addon (using vite-plugin-devtools-json) (#581)