rds_agi
36a9c1bb71
Fixed all issues related Command component ( #4154 )
...
# Fix Command Component issues and update documentation
## Changes
- Resolve Command Component issues by wrapping `<CommandGroup />` inside `<CommandList>`
- Update deprecated docs in `combobox.mdx` to reflect latest `<Command />` component usage
### Code Changes
From:
```tsx
<Command>
...
<CommandGroup>
...
</CommandGroup>
</Command>
```
To:
```tsx
<Command>
...
<CommandList>
<CommandGroup>
...
</CommandGroup>
</CommandList>
</Command>
```
## Visual Comparison
Before & After comparison:
https://github.com/shadcn-ui/ui/assets/77154365/156b7180-54e6-45aa-8934-b4fb99e6160e
## Summary
By wrapping `<CommandGroup />` inside `<CommandList>{children}</CommandList>`, all issues related to the Command Component have been resolved.
2024-07-10 12:40:55 +00:00
shadcn
984c4d8912
feat: add colors page ( #4238 )
2024-07-10 16:11:38 +04:00
shadcn
4ac9db98fe
Charts ( #4181 )
2024-07-06 02:06:40 +04:00
kevinmitch14
4aa8b02980
feat: bump cmdk + use data attributes for styling ( #2626 )
...
* feat: bump `cmdk` + use data attributes for styling
* refactor: bump again
* Merge remote-tracking branch 'upstream/main' into cmdk-bump-and-styles
* Revert "Merge remote-tracking branch 'upstream/main' into cmdk-bump-and-styles"
This reverts commit d74be6bb60 .
* chore: sync `pnpm-lock`
2024-06-03 12:12:37 +04:00
shadcn
816b654f07
fix(www): update heading font size
2024-04-22 00:19:11 +04:00
shadcn
7590fb7636
feat: lift mode ( #3380 )
...
* feat(www): wip break everything
* feat(www): wip chunks
* feat(www): wip chunk mode
* feat: lift mode
* feat: update chunks
* fix: resize in lift mode
* fix: hasLiftMode
* fix: types
* fix: toolbar
Thanks @mrnbpt
* chore: format check
* feat: add tracking for enable_lift_mode
* chore: format write
* docs: add changelog
2024-04-05 21:28:05 +04:00
shadcn
f47bb973be
feat: e-commerce dashboard blocks ( #3236 )
...
* feat(blocks): add e-commerce dashboard
* feat(blocks): add products pages
* style(blocks): run prettier
* feat(www): update dashboard-05
* feat(www): update gap for dashboard-05
* feat(www): update dashboards
* fix(www): review a11y for new blocks
* fix(blocks): a11y for dashboard-07
* fix(www): blocks background
* chore: update registry
2024-03-29 00:14:32 +04:00
shadcn
9813c59886
fix(www): update url for request a block
2024-03-26 09:34:05 +04:00
shadcn
eda92749e9
chore: convert issue_template to discussion_template ( #3156 )
2024-03-26 09:15:35 +04:00
shadcn
79c054ac7a
feat: blocks ( #3094 )
2024-03-22 21:39:33 +04:00
Rakibul Islam
9a9c5b1faa
fix #2008 ( #2009 )
...
Co-authored-by: shadcn <m@shadcn.com >
2024-01-28 13:02:00 +04:00
kevinmitch14
7df1007a5b
refactor: update zod import ( #2466 )
2024-01-28 12:47:45 +04:00
Vulcan-Coder
0e721be8dd
Update models.ts ( #2374 )
...
Fixed the space at the start of the UUID
2024-01-14 11:27:26 +00:00
Clarence
2dd7864007
fix: Github case correction ( #2268 )
2024-01-07 07:59:20 +00:00
Anshul Kanwar
4b200ebf59
docs: typo in drawer, dialog and sheet ( #2306 )
2024-01-07 07:26:21 +00:00
Tilak Thapa
33795426dd
Fix: Add e.preventDefault() to prevent page reload ( #2278 )
...
Fixes #2277
Add `e.preventDefault()` to prevent page reload in mail component

2024-01-07 07:17:47 +00:00
shadcn
319c7c55cc
fix(www): mail icon size ( #2173 )
2023-12-24 09:32:46 +04:00
shadcn
57d404b5d3
feat: new components ( #2144 )
2023-12-22 23:36:59 +04:00
Danilo Britto
9f3ae7746f
docs(www): add indeterminate state checkboxes on all data table demos and code examples ( #1959 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-11-19 11:15:44 +04:00
Dimitri POSTOLOV
c579e9232c
add missing return Update page.tsx ( #1952 )
2023-11-17 00:20:36 +04:00
兰天游
08018ed623
feat: fix for column grouping ( #945 )
2023-11-12 19:12:40 +00:00
Max Wiseman
1db90baaf2
feat(toggle-group): add toggle-group component ( #1547 )
...
* feat: added toggle-group component
* fix(components): ran build:registry script
* fix(components): fixed colors in toggle-group
- Dark mode border color is now consistent with the toggle component
* fix(components): fixed component.json toggle-group
- Added the content field to `components.json` for toggle-group
- Ran build:registry again
* feat(toggle-group): simplify implementation
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-11-12 23:03:14 +04:00
Yahor Barkouski
5d2373fb7a
fix(www): update faker version, reduce int() deprecation ( #1832 )
...
* fix: update faker version, reduce int() deprecation
* chore: pnpm format:write
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-11-12 22:12:58 +04:00
Martini
3c22784a98
docs(www): Fix typo ( #1853 )
2023-11-12 10:18:34 +04:00
Bumsik Kim
cf0dadafce
fix(example): Prevent hydration error in music example ( #1569 )
...
<DisalogTrigger> should have asChild when a button used.
2023-10-21 12:58:30 +00:00
Robert Soriano
7ce6c495bd
fix(www): rename DataTableFacetedFilter interface ( #1438 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-09-18 16:31:21 +04:00
Alonso Ureña
9441130f05
fix(www): payment method :has selector not working on Firefox ( #1209 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-16 21:11:49 +04:00
shadcn
3c9f7ca0e2
feat: themes ( #1135 )
2023-08-07 22:39:16 +04:00
Abdulelah
da7729644c
fix(combobox): search language by label in examples ( #989 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-07-30 15:33:18 +04:00
shadcn
aca3ef97e3
fix(www): responsive cards ( #1066 )
2023-07-28 23:14:38 +04:00
Deveesh Shetty
c9fecd4cdf
fix(www): overflow issue in documentation ( #1055 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-07-28 16:03:43 +04:00
shadcn
f78a4aaa28
chore(www): site updates ( #829 )
...
* chore(www): update to latest Next.js
* feat(www): replace lucide icons
2023-07-04 17:04:22 +04:00
sean-brydon
ab836d1ab3
fix(www): update data-table-toolbar to correctly handle isFiltered ( #702 )
...
* Update data-table-toolbar.tsx
* style(www): run format:write
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-06-26 16:16:03 +04:00
Caio Borghi
f8348621f4
docs(www): fix TypeScript typo ( #645 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-06-24 20:38:10 +04:00
shadcn
eeb17545a1
feat: new CLI, Styles and more ( #637 )
2023-06-22 22:44:52 +04:00
moshyfawn
042554ad07
fix(www): register field array input once ( #466 )
...
Closes : #465
Co-authored-by: shadcn <m@shadcn.com >
2023-05-29 11:20:43 +04:00
Hajime Nakagawa
71f496d41f
fix(command): modify incorrect className ( #473 )
...
text-foreground-muted => text-muted-foreground
Co-authored-by: shadcn <m@shadcn.com >
2023-05-29 11:16:04 +04:00
Raí Siqueira
060e896183
fix(www): fix language placeholder ( #433 )
...
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com >
2023-05-24 18:21:27 +04:00
dong.huo
f6b2d0c5dd
fix(www): add key to list map components ( #413 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-23 11:22:35 +04:00
moshyfawn
a3c904dcc9
fix(www): refactor controlled inputs API examples ( #385 )
...
* refactor: remove usage of uncontrolled input apis within controlled inputs
Closes : #384
* docs: display FormField controlled input usage example
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-20 08:58:44 +04:00
moshyfawn
f9d399172c
fix(www): display account form name input error ( #381 )
...
* docs: display account form name input error
Closes : #380
* style: remove callback return statement
2023-05-20 08:40:01 +04:00
shadcn
4ccff13f9c
feat: react-hook-form ( #377 )
...
* feat(form): add form component
* feat(www): update site styles
* feat: add form examples
* docs(www): add docs for forms
* docs(www): hide tabs for docs demo
2023-05-19 22:56:49 +04:00
Jack
5a2ce61e2e
fix(data-table): uncontrolled input error on data-table ( #335 )
2023-05-11 10:07:39 +04:00
shadcn
8eb3e1e160
fix(www): update padding for row actions
2023-05-10 20:51:00 +04:00
shadcn
5bc68894b8
fix(www): filter display for lg
2023-05-10 16:32:57 +04:00
shadcn
f8272baf07
feat: add table and data table ( #321 )
2023-05-09 23:25:26 +04:00
shadcn
b19199a35d
docs: move combobox and date picker to their own page ( #283 )
2023-05-03 15:59:00 +04:00
shadcn
68e1c5624a
chore(www): update deps and fix CI errors ( #204 )
2023-04-19 13:22:53 +04:00
shadcn
7a87fbfa77
fix(www): background color for auth form
2023-04-17 19:41:45 +04:00
shadcn
a703c6fb58
feat: CSS variables and CLI ( #180 )
2023-04-17 19:19:40 +04:00