Files
shadcn-ui/.changeset/few-ghosts-move.md
shadcn 093eb419a8 fix
2026-02-16 15:23:55 +04:00

472 B

shadcn
shadcn
major

added --preset flag to init command

Breaking changes

  • The --base-color flag has been removed. Use --preset with a custom preset URL instead.
  • The --src-dir and --no-src-dir flags have been removed. Use create-next-app then run shadcn init.
  • The --no-base-style flag has been removed. Use extends: none in your registry items.
  • The --css-variables and --no-css-variables flags have been removed from the add command.