shadcn@4.11.1
taubyte/taushadcn@4.11.1Jun 26, 2026by github-actions[bot]
AI Summary
This patch release updates the network handling to use native browser fetch APIs and improves the 'shadcn add' command by preserving existing dependency versions.
Key Highlights
- Replaced node-fetch with native fetch
- Preserved existing dependency specifiers in package.json
Full Release Notes
### Patch Changes - [#10905](https://github.com/shadcn-ui/ui/pull/10905) [`9197676b3d09b77f51b17b63e5978db29e498ca4`](https://github.com/shadcn-ui/ui/commit/9197676b3d09b77f51b17b63e5978db29e498ca4) Thanks [@shadcn](https://github.com/shadcn)! - replace node-fetch with native fetch - [#10967](https://github.com/shadcn-ui/ui/pull/10967) [`365d53b590a6ddb79c1487a9dbeabcde5f4ac37f`](https://github.com/shadcn-ui/ui/commit/365d53b590a6ddb79c1487a9dbeabcde5f4ac37f) Thanks [@shadcn](https://github.com/shadcn)! - Preserve existing dependency specifiers in package.json when running `shadcn add`.