github-actions[bot]
e75e7b3866
chore(release): version packages ( #7830 )
...
* chore(release): version packages
* deps: update lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.9.1
2025-07-16 17:52:23 +04:00
shadcn
ed5237c231
fix: handling of shouldOverwriteCssVars ( #7829 )
...
* fix(shadcn): handling of shouldOverwriteCssVars
* chore: changeset
2025-07-16 17:44:25 +04:00
shadcn
f85ca066dc
deps: update
shadcn@2.9.0
2025-07-11 18:41:06 +04:00
github-actions[bot]
54e66d4450
chore(release): version packages ( #7758 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-11 18:23:59 +04:00
shadcn
6c341c16ae
feat: fix safe target and add docs ( #7795 )
...
* feat: fix safe target and add docs
* chore: add changeset
* fix: changelog
2025-07-11 18:19:34 +04:00
shadcn
06d03d64f4
feat(shadcn): add support for universal registry item ( #7782 )
...
* feat(shadcn): add support for universal registry item
* chore: changeset
2025-07-10 20:17:45 +04:00
shadcn
6407a3b330
fix: chart
2025-07-09 15:52:31 +04:00
shadcn
96b15f6090
feat: update command menu pages and filtering ( #7771 )
2025-07-09 12:43:50 +04:00
shadcn
2fe9cf6d26
fix: pin recharts until we upgrade to v3 ( #7769 )
...
* fix: pin recharts
* docs: add v3 callout
2025-07-09 12:10:40 +04:00
Ehsanullah Haidary
728cb4cfa5
fix(component) Date Picker Dropdown values not visible in chrome, opera and edge ( #7724 )
...
* fix(component) Date Picker Dropdown values not visible in chrome, opera and edge
* fix(component) bg-popover added to dropdown in calendar.tsx to fix Date Picker Dropdown values not visible
* chore: build registry
* style: fix
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-07-09 11:43:15 +04:00
shadcn
db93787712
feat(shadcn): implement registry safe path ( #7757 )
...
* feat(shadcn): implement registry safe path
* chore: changeset
* style(shadcn): formatting
* fix
2025-07-08 20:25:14 +04:00
shadcn
1cdd6c1645
Merge branch 'main' of github.com:shadcn-ui/ui
2025-07-07 21:03:25 +04:00
shadcn
4983c6e1f4
chore: changelog
2025-07-07 21:03:06 +04:00
github-actions[bot]
7443edcfb0
chore(release): version packages ( #7719 )
...
* chore(release): version packages
* deps: lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.8.0
2025-07-07 20:52:36 +04:00
shadcn
9d9a33be52
fix: margin
2025-07-07 15:10:32 +04:00
shadcn
d544a7f7a5
feat: refactor registryDependencies resolution ( #7720 )
...
* feat(shadcn): refactor registry dependencies resolution
* chore: changeset
* fix
* style: fix some code style
2025-07-01 17:56:50 +04:00
shadcn
48fe0d709f
feat(shadcn): add file support ( #7717 )
...
* feat(shadcn): add file support
* fix: format
* fix: types
* feat(shadcn): update init and add description
* docs: update docs for cli
* chore: add changeset
2025-07-01 17:06:17 +04:00
Kitsune
ed244ea0b5
fix(cli): detect vinxi-based frameworks (@tanstack/start, SolidStart, ...) ( #6330 )
...
* fix(cli): detect vinxi-based frameworks
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-07-01 16:58:07 +04:00
Wolfr
b8fede1742
docs(v4): link to obra figma kit ( #7643 )
2025-06-30 11:45:49 +04:00
github-actions[bot]
84d6c83bad
chore(release): version packages ( #7626 )
...
* chore(release): version packages
* chore(release): version packages
* deps: update lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.7.0
2025-06-18 16:01:20 +04:00
xabierlameiro.com
5b8ee41511
fix(cli): correct function name typo unnsetSpreadElements to unsetSpreadElements ( #7609 )
...
* fix(cli): correct function name typo unnsetSpreadElements to unsetSpreadElements
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-06-18 11:44:59 +04:00
shadcn
7c3d34cdc9
chore: fix changeset ( #7640 )
...
* fix(shadcn): update plugin handling
* style(shadcn): format fix
* docs(www): add docs for plugins
* chore: add changeset
2025-06-18 11:29:23 +04:00
shadcn
56c4c83511
fix(shadcn): update plugin handling ( #7632 )
...
* fix(shadcn): update plugin handling
* style(shadcn): format fix
* docs(www): add docs for plugins
2025-06-18 11:03:36 +04:00
shadcn
2821cb0e39
chore: move cli to deprecated ( #7631 )
2025-06-17 12:32:10 +04:00
Wolfr
3c87402de2
Add newly available Figma kit to docs ( #7604 )
...
Co-authored-by: shadcn <m@shadcn.com >
2025-06-16 16:21:26 +04:00
xabierlameiro.com
20a88e1f15
fix(components): resolve duplicate id conflict in calendar-24 component ( #7611 )
...
* fix(components): resolve duplicate id conflict in calendar-24 component
- Changed Button id from 'date' to 'date-picker'
- Changed Input id from 'time' to 'time-picker'
- Updated corresponding Label htmlFor attributes to match new unique IDs
Fixes #7561
* chore: rebuild registry after calendar-24 fixes
2025-06-16 16:13:51 +04:00
Zach Nugent
cb19ab8464
feat(shadcn): add support for updating dependencies with expo-cli for RN compatibility ( #7540 )
...
* feat(shadcn): add support for updating dependencies with expo-cli for RN compatibility
* feat(shadcn): add expo as a framework
* fix: update the contributing command for registry
* refactor(shadcn): update dependencies install functionality
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-06-16 16:05:41 +04:00
github-actions[bot]
cf1851ca09
chore(release): version packages ( #7625 )
...
* chore(release): version packages
* deps: update lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.6.4
2025-06-16 15:45:23 +04:00
Manuel Schiller
c86c27a2ff
fix TanStack Start detection ( #7601 )
...
* fix tanstack start detection
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-06-16 15:24:41 +04:00
Gaëtan H
8847126c65
chore(vscode): set custom Tailwind config path for monorepo UI ( #7618 )
...
Co-authored-by: shadcn <m@shadcn.com >
2025-06-16 15:18:27 +04:00
shadcn
65350857a4
ci: fix stale bot ( #7624 )
2025-06-16 15:02:53 +04:00
shadcn
40c7473c7e
fix(www): update open-in-v0-cta.tsx
2025-06-14 06:20:16 +04:00
Taesu
4698ee960f
chore: update react-day-picker version to match updated calendar component ( #7585 )
...
Co-authored-by: shadcn <m@shadcn.com >
2025-06-12 15:44:40 +04:00
github-actions[bot]
2ae0e5a07b
chore(release): version packages ( #7595 )
...
* chore(release): version packages
* deps: install
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.6.3
2025-06-11 20:06:18 +04:00
shadcn
431af4f7ff
fix(shadcn): semicolon in code style ( #7594 )
...
* fix(shadcn): handle semicolon in code style
* chore: changeset
* fix: format
2025-06-11 19:54:04 +04:00
github-actions[bot]
c1357982e8
chore(release): version packages ( #7591 )
...
* chore(release): version packages
* deps: update
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.6.2
2025-06-11 13:57:06 +04:00
shadcn
92cfb9a30e
fix(shadcn): flaky create-project tests ( #7590 )
...
* fix(shadcn): flaky create-project tests
* fix
* fix
2025-06-11 13:50:35 +04:00
shadcn
c5d90c718a
feat: add migrate radix command ( #7586 )
...
* feat(shadcn): add migrate-radix command
* feat(shadcn): fix and test edge cases
* test(shadcn): add tests for all primitives
* fix(shadcn): edge cases and add yes option
* fix
* chore(shadcn): add changeset
* style: fix code styles
* docs: update changelog
* fix: format
* feat: update changelog
* fix: format
2025-06-11 13:20:47 +04:00
github-actions[bot]
b1fd13ffb0
chore(release): version packages ( #7574 )
...
* chore(release): version packages
* deps: update
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@2.6.1
2025-06-09 16:29:06 +04:00
shadcn
3119f94d47
feat: only show npm flag for react 18 deps ( #7573 )
...
* feat: only show npm flag for react 18 deps
* tests: update
2025-06-09 16:17:44 +04:00
shadcn
057d97dd25
docs: changelog
2025-06-09 16:00:30 +04:00
shadcn
a659e09353
feat: update calendar changelog
2025-06-09 15:18:04 +04:00
shadcn
82d94eee38
feat: calendar v2 ( #7551 )
...
* feat(v4): upgrade calendar
* feat: more calendar examples
* fix: remove grid
* feat: more examples
* feat: more examples
* fix
* feat: update examples
* fix: dark mode
* fix: calendar in dark mode
* fix: examples
* fix
* docs: update calendar docs
* feat: update cmdk
* fix: block viewer patterns
* feat: update new-york and default
* fix: docs and examples
* fix: command menu
* feat: remove blocks from cmdk
* fix
* fix: calendar 13
* fix: format
* fix
* feat: update calendar default
2025-06-06 20:09:53 +04:00
shadcn
9cbc6641d9
fix: docs nav
2025-05-31 14:42:35 +04:00
shadcn
e0bec146fa
fix: async layout
2025-05-31 14:29:56 +04:00
shadcn
65223896da
feat: layout toggle ( #7515 )
...
* feat: implement fixed layout
* feat: track layout
* fix
2025-05-31 14:21:19 +04:00
shadcn
16ee16b053
fix: themes page
2025-05-30 18:00:51 +04:00
shadcn
b5cf967848
feat: add themes page back ( #7503 )
...
* feat: add themes page back
* fix: values
* fix: redirect
2025-05-30 17:45:02 +04:00
shadcn
12b7833d70
fix: remove unused cn
2025-05-30 15:31:34 +04:00
shadcn
ec73150490
feat: add missing links
2025-05-30 15:29:18 +04:00