Releases: huntabyte/shadcn-svelte
Releases · huntabyte/shadcn-svelte
[email protected]
Patch Changes
- fix: prompt users before overwriting existing components when adding from external registry (#2302)
[email protected]
Patch Changes
- fix: Reorder
ALIASES
so that replacements run in a more sensical order (#2262)
[email protected]
Patch Changes
- fix: add
npm:
specifier when installing packages with Deno (#2196)
@shadcn-svelte/[email protected]
Patch Changes
- initial release (#2189)
[email protected]
Patch Changes
- fix: bump
@svecosystem/strip-types
to strip?
from optional params (#2184)
[email protected]
Patch Changes
- fix: ensure
meta
property from registry.json passes through to generated json (#2164)
[email protected]
[email protected]
[email protected]
Patch Changes
- 6c4acfd: fix:
update
failing in Node 24+
[email protected]
Major Changes
- b479077: Svelte 5
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 onupdate
command - 670a3e4: fix: respect
utils
path-alias - ad4cd6b: breaking: svelte 5 + tailwindcss v4
- 9488a61: feat: add customizable
typescript.config
path option tocomponents.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
andhooks
paths are normalized - dc196c3: chore: point to
tw3.shadcn-svelte.com
subdomain oninit
- 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