shadcn@4.15.0

ictnlp/LLaMA-Omnishadcn@4.15.0Jul 25, 2026by github-actions[bot]

AI Summary

This release introduces a new public API for programmatically installing registry items, allowing developers to add components to their projects without using the command-line interface.

Key Highlights

  • Added public `addRegistryItems` API
  • Enables CLI-free programmatic installation
  • Improves developer control over component setup

New Features

  • Public `addRegistryItems` API for programmatic installation

Full Release Notes

### Minor Changes

- [#11276](https://github.com/shadcn-ui/ui/pull/11276) [`7d90dfc0a5ec70cdc3bd08b741a42440041907ac`](https://github.com/shadcn-ui/ui/commit/7d90dfc0a5ec70cdc3bd08b741a42440041907ac) Thanks [@cmpadden](https://github.com/cmpadden)! - Add a public `addRegistryItems` API for installing registry items programmatically without invoking the CLI.