github-actions[bot]
4ca9619efa
chore(release): version packages ( #640 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn-ui@0.2.0
2023-06-22 22:49:27 +04:00
shadcn
eeb17545a1
feat: new CLI, Styles and more ( #637 )
2023-06-22 22:44:52 +04:00
Tat Tran
3d717f992b
fix: class name typo ( #398 )
...
* fix: class name
* fix: class names order
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-29 11:26:44 +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
puneet-sarhali
0a5df3ac85
docs(www): broken link to React Hook Form's useController hook ( #479 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-29 11:10:34 +04:00
shadcn
eb27529f50
feat(next-template): update template and dependencies ( #483 )
...
* feat(next-template): update template and deps
* docs(next-template): update README
* fix(www): update deps
* chore: remove console.log
2023-05-29 11:02:02 +04:00
Prince Hernandez
dffbe89f7d
feat(cli): add support for config file ( #245 )
...
* feat(cli): add config files and examples in docs
* docs(www): remove cli advanced options
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-28 10:21:11 +04:00
Alexander Kachkaev
22f23b7db3
chore: update pnpm version in package.json ( #314 )
...
* Update pnpm version in package.json
* Update package.json
* 8.5.1
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-25 22:05:55 +04:00
Brad Adams
d6d4017b95
fix: tailwind-indicator classnames ( #453 )
...
+ Remove unnecessary `hidden` breakpoint classnames
Co-authored-by: shadcn <m@shadcn.com >
2023-05-25 21:05:41 +04:00
Sammy Hass
00ecdfbb17
fix(docs): command menu unresponsive after no results ( #455 )
2023-05-25 20:57:49 +04:00
Oliver Schneider
065ba02ae5
feat(sheet): expose close trigger for Sheet ( #438 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-25 16:10:22 +04:00
Spastic
5dfc2020aa
fix typings ( #287 )
...
* fix typings
* change Toast interface to type
* ran prettier
2023-05-25 15:51:13 +04:00
Daniel Rotärmel
5aecccc586
feat(cli): use https_proxy and consider previous install locations ( #430 )
...
* feat(cli): use system proxy
* feat(cli): adds default installation directory
* style: formatting
* feat: update lockfile
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-25 14:37:37 +04:00
shadcn
97a444b210
feat(www): add link to view code examples
2023-05-25 13:32:05 +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
Dev
c4da22ffe9
docs(www): Fix unmatched closing brace typo ( #423 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-23 11:31:32 +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
Zwyx
3f01388389
docs(www): fix inconsistency in forms docs + add note about uncontrolled components ( #417 )
...
* fix(forms): correct inconsistency in forms example
* doc(forms): add note about uncontrolled components
2023-05-22 17:00:59 +04:00
shadcn
c584f01163
docs(www): update defaultValues for useForm
2023-05-22 13:43:29 +04:00
shadcn
588ebd79e4
fix(www): filter out disabled links
2023-05-20 21:44:26 +04:00
shadcn
36881682cf
feat: switch to stable next
2023-05-20 20:02:42 +04:00
jeremy
d1363515eb
fix: incorrect example in form docs ( #387 )
2023-05-20 12:13:06 +04:00
Usman S. (Max Programming)
5afb8d530f
docs(www): fix typo ( #375 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-20 10:09:42 +04:00
Piros
6a5195498f
fix(radio-group): add aspect-square on radio button ( #379 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-20 10:03:52 +04:00
Piros
7d8be94a01
docs(www): update react-hook-form.mdx ( #378 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-20 09:58:25 +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
11447c9bff
fix(form): avoid unnecessary state subscriptions ( #383 )
...
* perf: avoid unnecessary state subscriptions
Closes : #382
* fix(form): code format
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-20 08:52:53 +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
Quentin
dbbdbe618f
fix(www): missing ']' in className ( #358 )
...
* fix(code-block-wrapper): missing ']' in className
* fix(code-block-wrapper): re-order tailwind className
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-16 15:41:35 +04:00
Yiyang
b09cff40ae
fix(textarea): replace h-20 with min-h-[80px] ( #344 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-16 15:04:17 +04:00
github-actions[bot]
df9369762a
chore(release): version packages ( #352 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn-ui@0.1.3
2023-05-13 13:35:46 +04:00
Nirmalya Ghosh
87ad14cb2a
fix(shadcn-ui): add missing deps for Button ( #259 )
...
* fix: add missing deps for Button
* fix: use correct dep
Co-authored-by: Pablo <its.monotype@gmail.com >
* chore: add changeset
---------
Co-authored-by: Pablo <its.monotype@gmail.com >
Co-authored-by: shadcn <m@shadcn.com >
2023-05-13 13:07:39 +04:00
Jack
5a2ce61e2e
fix(data-table): uncontrolled input error on data-table ( #335 )
2023-05-11 10:07:39 +04:00
Bilal Afzal
4a7c07e754
fix(next-template): remove unused import Laptop in icons.tsx ( #310 )
...
Remove unused import 'Laptop' in icons.tsx (nextjs-example)
Co-authored-by: shadcn <m@shadcn.com >
2023-05-10 21:48:46 +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
Connor Stevens
21890afa80
docs(www): fix typo
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-10 07:49:17 +04:00
Ben Jacobson
84b7200178
docs(www): fix link to DataTable ( #322 )
2023-05-10 00:09:15 +04:00
shadcn
f8272baf07
feat: add table and data table ( #321 )
2023-05-09 23:25:26 +04:00
Mike Robinson
9a6b934421
feat(table): add table component ( #248 )
...
* Add table.tsx
* Update table.tsx
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-08 15:49:19 +04:00
Mike Robinson
b3247d90a6
fix(checkbox,radio-group): Increase contrast ratio of checkboxes and radio buttons ( #224 )
...
* Update checkbox.tsx
* Update radio-group.tsx
* fix(radio-group): update colors for contrast
* fix(checkbox): update colors for contrast
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-08 15:43:10 +04:00
Danazumi
0c31f60bb0
fix(next-template): strict type check
...
Co-authored-by: Danazumi <granzin98@gmail.com >
Co-authored-by: shadcn <m@shadcn.com >
2023-05-03 18:47:49 +04:00
James
be64c55901
fix(dropdown-menu): dropdown sub menu using wrong text color ( #285 )
2023-05-03 17:20:18 +04:00
shadcn
b19199a35d
docs: move combobox and date picker to their own page ( #283 )
2023-05-03 15:59:00 +04:00
shadcn
6e67107170
fix(www): update to canary with scrolling fix ( #279 )
2023-05-03 10:53:59 +04:00
github-actions[bot]
71c631891f
chore(release): version packages ( #272 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn-ui@0.1.2
2023-05-02 19:25:02 +04:00
shadcn
888a5ad6f6
fix(shadcn-ui): update color of cards in dark mode ( #271 )
2023-05-02 15:39:16 +04:00
Evan Rosenfeld
d99b992e27
feat(button): support render delegation with asChild parameter ( #174 )
2023-04-30 12:01:41 +04:00