Skip to content

Releases: sveltejs/cli

sv@0.12.5

04 Mar 09:50
716ed13

Choose a tag to compare

Patch Changes

  • fix(better-auth): resolve auth:schema failure on fresh installs (#968)

sv@0.12.4

28 Feb 22:56
05be46f

Choose a tag to compare

Patch Changes

  • revert(paraglide): remove disableAsyncLocalStorage for serverless environments (#958)

sv@0.12.3

28 Feb 21:14
b8011fc

Choose a tag to compare

Patch Changes

  • fix(paraglide): add text-direction support (#948)

  • feat: add vscode extension recommendations (#953)

  • feat(paraglide): disable AsyncLocalStorage in serverless environments (#957)

  • fix: install @better-auth/cli as a dev dependency (#950)

  • Updated dependencies [142c719, cf12320]:

    • @sveltejs/sv-utils@0.0.2

@sveltejs/sv-utils@0.0.2

28 Feb 21:14
b8011fc

Choose a tag to compare

Patch Changes

  • fix: more robust handling of non-idiomatic Vite configs (#942)

  • feat: creation of @sveltejs/sv-utils to build addons (experimental) (#917)

sv@0.12.2

19 Feb 22:10
a6c3c4b

Choose a tag to compare

Patch Changes

  • chore(cli): bump svelte to 5.51 to fix formating issues (#915)

  • fix(cloudflare): remove commented out Platform placeholder when adding Cloudflare types (#925)

  • fix(better-auth): Update imports to use better-auth/minimal (#920)

  • fix(cli): improve addHooksHandle robustness (#929)

sv@0.12.1

07 Feb 03:11
815fd5a

Choose a tag to compare

Patch Changes

  • fix(drizzle): default .env with turso is now using file:local.db (#908)

  • fix(cli): work also with svelte.config.ts (#912)

sv@0.12.0

06 Feb 14:40
3a6be11

Choose a tag to compare

Minor Changes

  • remove: lucia from official addons in favor of better-auth (#898)

Patch Changes

  • feat(add): better-auth is now an official addon (#898)

  • fix(cli): unified package manager detection (#900)

  • fix(cli): raw copy of binary files (#905)

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

svelte-migrate@1.10.2

26 Jan 11:28
1f8738a

Choose a tag to compare

Patch Changes

  • fix: app-state migration finds more files (#890)

sv@0.11.4

26 Jan 11:28
1f8738a

Choose a tag to compare

Patch Changes

  • chore(eslint): bump @eslint/compat to ^2.0.1 (#895)

  • fix(prettier): in lint step, prettier will always be first (#889)

  • chore(cli): remove picocolors for styleText of node:util (#882)

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

  • chore: bump esrap for better formatted output (#879)

  • chore: bump globals as major version increment does not impact us (#894)

  • fix(cli): better management of logs during install (#888)

sv@0.11.3

20 Jan 18:41
b1bf768

Choose a tag to compare

Patch Changes

  • fix(cloudflare): don't generate types on install, use the dedicated script (#877)

  • feat(eslint): with dbaeumer.vscode-eslint@3.0.20 ESLint extension, we don't need to set eslint.validate anymore (#871)

  • chore(cli): remove vitePreprocess in all default templates (#876)

  • feat(cli): Add promptless command to README.md on sv create (#864)