mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-01 00:24:20 +00:00
chore: changesets
This commit is contained in:
@@ -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.
|
||||
|
||||
5
.changeset/five-grapes-glow.md
Normal file
5
.changeset/five-grapes-glow.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
use multiplicative instead of addition for --radius calc
|
||||
5
.changeset/green-cougars-stick.md
Normal file
5
.changeset/green-cougars-stick.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
deprecate --base-color, --src-dir, --no-base-style flags
|
||||
5
.changeset/quick-ants-hide.md
Normal file
5
.changeset/quick-ants-hide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
add --base to shadcn init
|
||||
5
.changeset/rich-cameras-talk.md
Normal file
5
.changeset/rich-cameras-talk.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
deprecate --css-variables flag from shadcn add
|
||||
5
.changeset/sour-mice-return.md
Normal file
5
.changeset/sour-mice-return.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
refactor ordering of updaters
|
||||
5
.changeset/twenty-wombats-report.md
Normal file
5
.changeset/twenty-wombats-report.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
getTailwindCssFile fallback to config.tailwind.css
|
||||
5
.changeset/vast-tools-battle.md
Normal file
5
.changeset/vast-tools-battle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": major
|
||||
---
|
||||
|
||||
add support for hooks, lib and ui install for workspaces
|
||||
Reference in New Issue
Block a user