Skip to content

Releases: huntabyte/shadcn-svelte

[email protected]

26 Sep 11:24
68287fd

Choose a tag to compare

Patch Changes

  • fix: prompt users before overwriting existing components when adding from external registry (#2302)

[email protected]

15 Aug 15:16
6ca309f

Choose a tag to compare

Patch Changes

  • fix: Reorder ALIASES so that replacements run in a more sensical order (#2262)

[email protected]

04 Jul 20:57
0927b2f

Choose a tag to compare

Patch Changes

  • fix: add npm: specifier when installing packages with Deno (#2196)

@shadcn-svelte/[email protected]

28 Jun 18:04
e4f3766

Choose a tag to compare

Patch Changes

  • initial release (#2189)

[email protected]

27 Jun 16:30
6bb747c

Choose a tag to compare

Patch Changes

  • fix: bump @svecosystem/strip-types to strip ? from optional params (#2184)

[email protected]

26 Jun 14:02
0bfdeae

Choose a tag to compare

Patch Changes

  • fix: ensure meta property from registry.json passes through to generated json (#2164)

[email protected]

13 Jun 17:12
a26c370

Choose a tag to compare

Patch Changes

  • chore: use picocolors for terminal color rendering (#2107)

  • fix: Update components.json registry before running init (#2129)

[email protected]

10 Jun 01:22
14e3a9f

Choose a tag to compare

Patch Changes

  • chore: update minimum supported Node version to v20 (#2097)

  • fix: don't throw on missing directories (#2088)

[email protected]

08 Jun 23:48
8675fbc

Choose a tag to compare

Patch Changes

  • 6c4acfd: fix: update failing in Node 24+

[email protected]

08 Jun 19:14
4c9984b

Choose a tag to compare

Major Changes

Patch Changes

  • 61d98fd: chore: Add warning for incompatible dependency
  • 633a6de: fix: ensure path aliases resolve to the correct path
  • 8826014: feat: Improved error message when fetching the registry fails
  • d764bdf: fix(cli)(next): Add missing ui alias option
  • 44b2445: feat: allow import maps to be used as path aliases
  • 962d8be: fix: Improve error message when failing to fetch base colors.
  • e29f8f5: fix: Ensure utils.(js|ts) is not fetched from the registry on update command
  • 670a3e4: fix: respect utils path-alias
  • ad4cd6b: breaking: svelte 5 + tailwindcss v4
  • 9488a61: feat: add customizable typescript.config path option to components.json
  • ea9f77c: fix: remove dangling comma in 'components to install' list
  • 7669720: fix: workaround caching issue preventing the correct registry from being fetched
  • f932494: fix: ensure ui and hooks paths are normalized
  • dc196c3: chore: point to tw3.shadcn-svelte.com subdomain on init
  • 11d0ff3: fix: Ensure svelte-kit sync executes locally
  • 425edb7: fix: disable ES transformations when stripping types
  • 9c94564: feat: add support for registry-item type registry:style
  • 6c54fae: fix: always strip trailing slashes from path aliases
  • e29f8f5: fix: update command now properly updates components
  • 5bddbc6: fix: resolve deps from node_modules when evaluating their versions
  • 34d0a9f: chore: display the output of a package manager's install process during dependency installation
  • fb7c683: fix(next): add newline to end of components.json