Skip to content

Releases: huntabyte/shadcn-svelte

shadcn-svelte@0.10.3

10 Apr 22:55
153a999
Compare
Choose a tag to compare

Patch Changes

  • 6a30f8a: fix: Changed unsupported runtime error into a warning and fixed a Bun specific issue

shadcn-svelte@0.10.2

10 Apr 16:25
734b1b0
Compare
Choose a tag to compare

Patch Changes

  • 9c20e7a: fix: Added an error for unsupported runtimes

shadcn-svelte@0.10.1

02 Apr 00:20
ec4a14d
Compare
Choose a tag to compare

Patch Changes

  • 7f487a5: fix: Updating utils in JS mode now updates with the proper syntax

shadcn-svelte@0.10.0

29 Mar 19:37
858a957
Compare
Choose a tag to compare

Minor Changes

  • 231f674: feat: Added TypeScript support for the tailwind config

Patch Changes

  • ebd04c4: chore: Added import path validators for the init command
  • c5afe89: chore: Improved printed error messages
  • c5afe89: chore: Certain config files can now be auto-detected and suggested during init

shadcn-svelte@0.9.4

28 Mar 05:30
46034eb
Compare
Choose a tag to compare

Patch Changes

  • 226f09e: chore: Removed typescript as a peer dependency
  • 226f09e: chore: Provide a descriptive error when import aliases do not reference a valid [tsconfig|jsconfig].json path alias

shadcn-svelte@0.9.3

23 Mar 18:51
1a57026
Compare
Choose a tag to compare

Patch Changes

  • 222f462: chore: Replaced tsconfig-paths for a custom path alias resolver

shadcn-svelte@0.9.2

22 Mar 17:30
fc2b511
Compare
Choose a tag to compare

Patch Changes

  • 7f39dbf: fix: Icons are now installed in the add command

shadcn-svelte@0.9.1

22 Mar 02:42
a02781a
Compare
Choose a tag to compare

Patch Changes

  • 8c43ad3: chore: Optimized dependencies and minified package
  • 8c43ad3: chore: Replaced zod for valibot

shadcn-svelte@0.9.0

21 Mar 00:19
6f63cd5
Compare
Choose a tag to compare

Minor Changes

  • 66931b3: feat: Added support for the --proxy flag to the update command
  • 66931b3: feat: Graphical overhaul, replacing prompts for @clack/prompts
  • 66931b3: feat: Added a prompt to overwrite existing components to the add command

Patch Changes

  • 66931b3: perf: Optimized dependency installation

shadcn-svelte@0.8.3

16 Mar 23:40
e48bd23
Compare
Choose a tag to compare

Patch Changes

  • 0b1836e: fix: Fixed component update warning and malformed filename for utils