chore: changesets

This commit is contained in:
shadcn
2026-02-20 16:44:37 +04:00
parent 76ba624dce
commit 642d802eee
8 changed files with 35 additions and 7 deletions

View File

@@ -3,10 +3,3 @@
---
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.

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
use multiplicative instead of addition for --radius calc

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
deprecate --base-color, --src-dir, --no-base-style flags

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
add --base to shadcn init

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
deprecate --css-variables flag from shadcn add

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
refactor ordering of updaters

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
getTailwindCssFile fallback to config.tailwind.css

View File

@@ -0,0 +1,5 @@
---
"shadcn": major
---
add support for hooks, lib and ui install for workspaces