mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
472 B
472 B
shadcn
| shadcn |
|---|
| major |
added --preset flag to init command
Breaking changes
- The
--base-colorflag has been removed. Use--presetwith a custom preset URL instead. - The
--src-dirand--no-src-dirflags have been removed. Use create-next-app then run shadcn init. - The
--no-base-styleflag has been removed. Useextends: nonein your registry items. - The
--css-variablesand--no-css-variablesflags have been removed from theaddcommand.