shadcn@4.19.0
-
#11582
33c81f991f1013653444d6819107b2b356563f57Thanks @shadcn! - add private repository support to GitHub registries via GitHub CLI credentials or GH_TOKEN. -
#11248
b4f2023b1d5c733db67d4e90eb9485a95c5ed480Thanks @rbadillap! - addnpx shadcn migrate base-colorto switch a project's base color.
shadcn@4.18.0
- #11501
aef1cdca54e8da689351cdddf959342909e45e76Thanks @shadcn! - merge registries from package.json and components.json, and support adding registries to package.json when components.json is not present
-
#11500
e66b99b14dd9c54afc434dbf5a702f170b1153b0Thanks @shadcn! - Skip unreadable directories during file scans instead of failing withEACCES. -
#11504
9f4e3ff26025d16a243ea03cc891c734c4cf0b59Thanks @shadcn! - Skip unreadable directories when resolving monorepo targets. -
#11502
87d71b3629c34f3c38a353a211ec8591c1ff1721Thanks @shadcn! - resolve registries declared in package.json when adding components.shadcn add,search,viewandinitnow resolve registries from package.json in memory without persisting them to components.json -
#9248
03c45b822e60195796dfd3d2fcf7c223ff4ece86Thanks @Grafikart! - Fix shadcn for projects with unreadable permission files
@shadcn/helpers@0.2.0
-
#11484
401d10b8180b17eb1fdd36d537abaa8aeb68708fThanks @shadcn! - Add human-in-the-loop mocking for the AI SDK. -
#11484
401d10b8180b17eb1fdd36d537abaa8aeb68708fThanks @shadcn! - MakecreateChatgeneric over the UI message type, likeuseChat.
shadcn@4.17.0
-
#10453
deda4df80fb350230b2fce2b575e769a90cae076Thanks @nbouvrette! - Add SOCKS4/SOCKS5 proxy support to the registry HTTP stack viaALL_PROXY=socks5://...(the curl convention), backed by thesockspackage.Proxy selection now goes through a
createProxyDispatcher(env)factory that checksALL_PROXY/all_proxyfor asocks*://URL before falling back to the existing HTTP/HTTPS handling.ALL_PROXYwith a non-SOCKS scheme is ignored here —HTTP_PROXY/HTTPS_PROXYremain the way to configure those. ExistingHTTPS_PROXY/HTTP_PROXY/NO_PROXYhandling viaundici.EnvHttpProxyAgentis unchanged.
shadcn@4.16.2
- #11348
df664e1bba86c6712bc5e08c8626590dca736089Thanks @OwenKephart! - Include registry item titles insearchRegistriesresults and fuzzy matching.
@shadcn/react@0.3.0
- #11414
3e54530e31020e2277df03490a30a08e3bc1792bThanks @shadcn! - Add the Questionnaire primitive for multi-step questions, freeform answers, validation, and keyboard navigation.
shadcn@4.16.1
-
#11322
bfa1b5e9a69a155b2f590523d50fda810bde1a9aThanks @AndrewBarba! - fixshadcn buildfailing with ENOENT when registry item names contain path segments (e.g.extension/foo) by creating nested output directories before writing -
#11352
5ca53ca7c7dea390e0e78091ff7c54adc48c773aThanks @shadcn! - forward search params to registries for server-side dynamic search
shadcn@4.16.0
-
#11307
431da7169cae753643e67e56e168b93ec31dfe90Thanks @shadcn! - make addRegistryItems accept explicit registry configuration instead of loading components.json -
#11304
bf906bb8aeebc64d374afb54497b822d587ac6d7Thanks @shadcn! - add getRegistriesConfig and registries in package.json support
shadcn@4.15.0
- #11276
7d90dfc0a5ec70cdc3bd08b741a42440041907acThanks @cmpadden! - Add a publicaddRegistryItemsAPI for installing registry items programmatically without invoking the CLI.
shadcn@4.14.1
- #11266
6cd3f4c65c361ab6554e06a77e6a0af9cf8b6e37Thanks @shadcn! - Add Base UI Toast support.