Skip to content

Releases: sveltejs/cli

[email protected]

03 Oct 12:28
95b8dd2
Compare
Choose a tag to compare

Patch Changes

  • fix(cli): export types (#719)

  • chore(cli): improve typescript detection (#710)

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

  • fix(cli): --from-playground will create projects with experimental.async enabled (if svelte version allows it) (#729)

  • fix(cli): --from-playground option now works correctly from node 20 (#720)

[email protected]

24 Sep 16:25
345dfeb
Compare
Choose a tag to compare

Patch Changes

  • fix(vitest): now import defineConfig from vitest/config (#703)

[email protected]

15 Sep 08:16
262ac80
Compare
Choose a tag to compare

Patch Changes

  • feat(cli): create projects from the svelte playground with npx sv create --from-playground <url> (#662)

  • chore(cli): speedup internal tests (#698)

  • chore(core): streamline object helpers (#685)

  • fix(eslint): update eslint to ^9.22.0 and use defineConfig from eslint/config (to fix a deprecation warning) (#712)

  • fix(eslint): add @types/node in devDependencies (#711)

[email protected]

06 Sep 12:58
fc3f670
Compare
Choose a tag to compare

Patch Changes

  • chore(addons): change some dependencies to devDependencies (#682)

  • fix(add): allow passing add-on as argument that depends on another add-on (#691)

  • fix: improve add-on option types (#692)

[email protected]

05 Sep 14:20
eee212e
Compare
Choose a tag to compare

Patch Changes

  • chore(core): change defineAddonOptions({ /*config */ }) to defineAddonOptions().add('key', { /*config */ }).build() in order to provide better type safety. (#686)

  • fix(migrate): allow migrate to run without specifying a migration arg (#676)

  • fix(add): improve robustness of add-on args parsing (#681)

[email protected]

16 Aug 14:12
6789f23
Compare
Choose a tag to compare

Patch Changes

  • fix(cli): vite.config.* file detection works for both .js and .ts variants (#673)

[email protected]

14 Aug 17:19
b7e3be3
Compare
Choose a tag to compare

Patch Changes

  • chore(create): recommend the kit.typescript.config setting instead of copying from the generated config (#668)

  • chore(devtools-json): update vite-plugin-devtools-json (#667)

[email protected]

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)

[email protected]

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)

[email protected]

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)