shadcn@4.16.0
shadcn-ui/uishadcn@4.16.0Jul 27, 2026by github-actions[bot]
AI Summary
A minor release allows explicit registry configuration and introduces support for defining registries directly in package.json.
Key Highlights
- Make addRegistryItems accept explicit registry configuration instead of loading components.json.
- Add getRegistriesConfig and registries in package.json support.
New Features
- Make addRegistryItems accept explicit registry configuration instead of loading components.json.
- Add getRegistriesConfig and registries in package.json support.
Full Release Notes
### Minor Changes - [#11307](https://github.com/shadcn-ui/ui/pull/11307) [`431da7169cae753643e67e56e168b93ec31dfe90`](https://github.com/shadcn-ui/ui/commit/431da7169cae753643e67e56e168b93ec31dfe90) Thanks [@shadcn](https://github.com/shadcn)! - make addRegistryItems accept explicit registry configuration instead of loading components.json - [#11304](https://github.com/shadcn-ui/ui/pull/11304) [`bf906bb8aeebc64d374afb54497b822d587ac6d7`](https://github.com/shadcn-ui/ui/commit/bf906bb8aeebc64d374afb54497b822d587ac6d7) Thanks [@shadcn](https://github.com/shadcn)! - add getRegistriesConfig and registries in package.json support