shadcn
3f03d30ce5
fix: fonts
2026-03-04 15:52:02 +04:00
shadcn
02f34a3b31
fix
2026-03-04 12:14:28 +04:00
shadcn
586f09a0c0
fix: tests
2026-03-03 17:48:00 +04:00
shadcn
339de90b8a
fix: refactor
2026-02-23 09:58:55 +04:00
shadcn
b484f36a22
feat: add preset code
2026-02-19 09:09:59 +04:00
shadcn
383bcc4fc1
fix
2026-02-17 15:22:53 +04:00
shadcn
7b90fe9833
fix
2026-02-17 14:45:26 +04:00
shadcn
da309ae929
debug
2026-02-17 14:29:20 +04:00
shadcn
29195a17a7
fix
2026-02-17 13:39:34 +04:00
shadcn
18db1a78ab
fix
2026-02-17 12:53:10 +04:00
shadcn
a6f3ef591f
test: update to use mock server
2026-02-17 12:34:45 +04:00
shadcn
78b51f9a11
fix
2026-02-16 17:54:43 +04:00
shadcn
65381cd614
fix
2026-02-16 16:07:21 +04:00
shadcn
093eb419a8
fix
2026-02-16 15:23:55 +04:00
shadcn
1ecc8066db
fix
2026-02-14 21:03:06 +04:00
shadcn
525775fb36
feat
2026-02-14 18:36:56 +04:00
shadcn
32198910ce
wip
2026-02-13 15:19:52 +04:00
shadcn
a12dd019d3
feat: wip for init
2026-02-12 11:37:35 +04:00
shadcn
4dbc5581a5
fix
2026-02-10 18:51:25 +04:00
shadcn
3fc5c1c995
fix
2026-02-10 17:10:37 +04:00
shadcn
5025ec818f
fix: failing tests
2026-02-10 12:16:38 +04:00
shadcn
540cd031c3
fix
2026-02-02 13:14:09 +04:00
shadcn
682c98989d
feat: registry add command ( #9351 )
...
* feat: implement registry add
* chore: changeset
* fix: registries docs
* feat: update add command
* fix
2026-01-16 17:55:48 +04:00
shadcn
f393c251fe
test: revisit --force ( #9287 )
2026-01-06 14:29:27 +04:00
shadcn
d3156c09ae
fix(shadcn): resolver for url ( #9054 )
2025-12-14 02:16:26 +04:00
shadcn
e8674ee848
feat(shadcn): allow path to override targets ( #8452 )
2025-10-15 10:37:58 +04:00
Haz
b83023034a
fix(cli): fix add registry item with at-property css rule ( #8451 )
...
* Add fixture and test
* Handle at-property as regular CSS rules in updateCssPlugin
* Add changeset entry
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-10-14 17:11:29 +04:00
shadcn
e5402f9a20
feat(shadcn): implement recursive registry namespaces ( #8147 )
...
* feat(shadcn): implement recursive registry namespaces
* fix
2025-09-04 15:40:18 +04:00
shadcn
9c5eb0d20f
feat(shadcn): add support for registries index ( #8128 )
...
* feat(shadcn): add support for registries index
* fix
* fix
* chore: changeset
* feat(shadcn): update handling of add commands
* feat: add support for known registries
* docs: update index docs
2025-09-04 11:27:45 +04:00
shadcn
2e34c95c4e
feat(shadcn): update search results format ( #8003 )
2025-08-11 15:52:02 +04:00
shadcn
fed7e3bfdc
feat(shadcn): update signatures of apis ( #8001 )
...
* feat(shadcn): improve apis signature
* feat(shadcn): update signature of apis
* fix: tests snapshot
2025-08-11 14:34:10 +04:00
shadcn
4f5333ea7a
feat(shadcn): add view command ( #7994 )
...
* feat(shadcn): add view command
* test(shadcn): add tests for view command
* feat(shadcn): allow shadow config in view command
* chore: changeset
* test(shadcn): skip view
* test(shadcn): update view port number
* feat(shadcn): add list command
* fix
* feat(shadcn): implement search command
* fix: tests
* fix
* chore: update changesets
2025-08-11 13:01:05 +04:00
shadcn
a426fea941
refactor(shadcn): add getRegistryItems and resolveRegistryItems ( #7983 )
...
* feat(shadcn): refactor fetchFromRegistry
* refactor(shadcn): better api
* chore: changeset
* fix
* fix
* refactor
* refactor(shadcn): update getRegistryItems
* refactor(shadcn): error handling
* fix: getRegistryItems header context
* fix: tests
* feat(shadcn): export errors
* refactor(shadcn): getRegistryItems getRegistry
* fix
* fix
* fix
* fix
* chore: changeset
* chore: remove minor changeset
2025-08-10 15:20:38 +04:00
shadcn
2c164b0f22
feat(shadcn): update registry dependencies resolution algorithm ( #7948 )
...
* feat(shadcn): update dependency resolution algorithm
* feat(shadcn): rename style to base-style
* feat(shadcn): init from namespaced
* fix(shadcn): force validation early
* chore: changeset
* fix(shadcn): headers
* fix: smh
* fix(shadcn): restore backup on exit and error
2025-08-06 13:38:08 +04:00
shadcn
07eda36b13
feat(shadcn): add namespaced registries support ( #7919 )
...
* chore(shadcn): implement registries poc
* feat(shadcn): refactor our initial implementation
* feat(shadcn): properly resolve namespaced registryDependencies
* feat(shadcn): resolve namespaced registries recursively
* fix
* feat(shadcn): implement dotenv support
* test(shadcn): mock shadcn registry
* fix
* fix
* fix
* refactor(shadcn): update functions and tests
* refactor(shadcn): add fetchFromRegistry (#7937 )
* fix
* feat(shadcn): add shadcn as a built-in registry
* fix
* feat(shadcn): update no framework and shadcn
2025-08-04 14:35:41 +04:00
shadcn
0e3d6b24d3
test: fix flaky remote registry test ( #7910 )
...
* test: fix flaky remote registry test
* fix
* fix: test
* fix
* fix
* fix
* fix
* fix
* tests: cleanup
2025-07-30 12:06:13 +04:00
shadcn
873f7f2773
feat: add tests package ( #7907 )
...
* feat: add tests package
* fix
* fix
* debug
* debug
* debug
* fix
* debug
* fix: no concurrent
* fix
* test: add vite-app tests
* test: add tests
2025-07-29 16:31:10 +04:00