github-actions[bot]
061083006f
chore(release): version packages ( #4857 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-15 13:40:31 +04:00
Jack Herrington
1af66c2d08
Adding support for ~ in target specification ( #4848 )
...
* Adding support for ~ in target specification
* test(shadcn): add a test for srcDir false
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-09-15 13:27:48 +04:00
Shivang Rathore
207b69fe8d
fix(cli): Ensure .scss files are considered in getTailwindCssFile ( #4797 )
...
* fix(cli): Ensure .scss files are considered in getTailwindCssFile
- Updated getTailwindCssFile function to include .scss files when checking for Tailwind CSS configuration.
- This change ensures that .scss files are properly identified and handled, improving compatibility with projects using SCSS.
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-09-15 12:55:08 +04:00
Rana Haris Ali
408760a93b
fix: correct grammar in "path does not contain a package.json" message ( #4815 )
...
* fix: correct grammar in "path does not contain a package.json" message
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-09-15 12:51:23 +04:00
github-actions[bot]
9ef7967b0d
chore(release): version packages ( #4821 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-12 17:54:41 +04:00
shadcn
64b2f1a5ad
feat(shadcn): add experimental docs ( #4820 )
...
* feat(shadcn): add cli docs
* chore: add changeset
* fix: tests
2024-09-12 17:51:59 +04:00
github-actions[bot]
f4ca57a79c
chore(release): version packages ( #4788 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-09 12:34:19 +04:00
shadcn
99ff9caf71
fix(shadcn): add src to content in tailwind config ( #4787 )
...
* feat(shadcn): handle src dir
* chore: changeset
2024-09-09 12:32:12 +04:00
github-actions[bot]
cd9a55b76a
chore(release): version packages ( #4777 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-07 23:42:29 +04:00
shadcn
49373eed96
fix(shadcn): better error handling ( #4776 )
...
* fix(shadcn): better error messages
* chore: changeset
2024-09-07 23:35:37 +04:00
shadcn
078dfe6607
docs(www): Open in v0 docs ( #4734 )
...
* feat(www): open in v0
* feat: update copy
* fix: sidebar link
* fix(tests): snapshots
2024-09-04 00:37:57 +04:00
github-actions[bot]
cfba3fdf70
chore(release): version packages ( #4730 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-03 22:22:26 +04:00
shadcn
faa7a67fb3
fix(shadcn): init with src ( #4731 )
...
* fix(shadcn): init with src
* chore: add changesets
2024-09-03 22:16:59 +04:00
shadcn
701e1160ea
feat(shadcn): add support for src dir ( #4729 )
...
* feat(shadcn): add support for src dir
* chore: add changesets
2024-09-03 21:47:15 +04:00
shadcn
5a28937c6e
Merge branch 'main' of github.com:shadcn/ui
2024-09-03 16:35:51 +04:00
shadcn
0b74059d38
docs(www): update laravel docs
2024-09-03 16:35:36 +04:00
shadcn
fab9877586
fix(shadcn): handle quote in theme values ( #4726 )
...
* fix(shadcn): handle quote in theme values
* chore(shadcn): fix theme values bug
2024-09-03 16:22:45 +04:00
shadcn
6b92dd8eaf
Merge branch 'main' of github.com:shadcn/ui
2024-08-31 02:57:49 +04:00
shadcn
84540f551d
fix: blocks
2024-08-31 02:57:37 +04:00
shadcn
99588fff8f
fix: cli ( #4669 )
2024-08-31 02:09:14 +04:00
github-actions[bot]
f99cd2aa5d
chore(release): version packages ( #2597 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-31 02:02:06 +04:00
shadcn
a62a155aac
(1/N) cli: framework support ( #4569 )
2024-08-31 01:54:48 +04:00
shadcn
6e2d83bf42
fix: pin react-day-picker ( #4387 )
2024-07-23 11:14:14 +04:00
shadcn
4ac9db98fe
Charts ( #4181 )
2024-07-06 02:06:40 +04:00
kevinmitch14
343b20fc5c
refactor: update zod imports in /cli ( #2473 )
...
updates in /cli
2024-01-28 08:57:26 +00:00
github-actions[bot]
29de71d77f
chore(release): version packages ( #2458 )
...
* chore(release): version packages
* Update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2024-01-16 23:56:19 +04:00
shadcn
0374ba874d
feat(cli): add min-config support for Next.js ( #2454 )
...
* feat(cli): add zero-config support for Next.js
* chore: add changeset
* feat(cli): add preflight
2024-01-16 22:05:39 +04:00
github-actions[bot]
59b2cc8142
chore(release): version packages ( #2420 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-14 16:06:43 +04:00
shadcn
7640ef7bbc
feat: add support for adding devDependencies in the cli ( #2419 )
...
* feat(cli): add support for install devDependencies
* chore: add changeset
2024-01-14 15:21:57 +04:00
github-actions[bot]
fb614ac292
chore(release): version packages ( #2269 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-02 22:42:42 +04:00
shadcn
be580dbf76
feat(cli): add support for custom ui dir ( #2266 )
...
* feat(cli): add support for custom ui dir
* docs(www): update docs for aliases.ui
* chore: add changeset
2024-01-02 22:32:15 +04:00
github-actions[bot]
6145dd8118
chore(release): version packages ( #1756 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-22 21:05:24 +04:00
Bereket Engida
4fb98d520f
feat(cli): add support for custom Tailwind prefix transformer ( #770 )
...
* feat(cli): add support for custom Tailwind prefix
* fix(cli): add tw prefix on classes applied in the css file
* feat(cli): add support for custom tailwind prefix
* chore: add changeset
* style(shadcn-ui): code format
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-12-22 01:42:40 +04:00
Karan Janthe
5a13def46d
fix: updated error msg for jsconfig in cli ( #1696 )
...
* fix: updated error msg for jsconfig in cli
* chore: add changeset
* style(cli): format
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-10-21 16:35:55 +04:00
Luka Hartwig
4ec8a67dab
Support tailwind.config.ts ( #1247 )
...
Fixes #659
Fixes #633
Create Next App is using `tailwind.config.ts` in the TypeScript template. Since this is a very common use case it would be nice to preserve the type safety of the file.
I added new templates for TypeScript files. I see there is an issue #1073 which asks for ESM support as well. This is not included in this PR.
I also fixed the type error in the keyframes that is also handled in #636
2023-10-19 17:44:11 +00:00
Caíque de Castro Soares da Silva
46f247c47f
style(shadcn-ui): use space instead of tab on config fixture ( #1707 )
...
* style: use space instead of tab on config fixture
* style: fix identation on template script
* chore(shadcn-ui): add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-10-16 13:16:55 +04:00
github-actions[bot]
c765635e13
chore(release): version packages ( #1663 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-03 18:39:32 +04:00
shadcn
95a9673b1e
minify cli ( #1662 )
...
* chore(shadcn-ui): minify build
* chore: add changeset
2023-10-03 18:20:58 +04:00
github-actions[bot]
897376329b
chore(release): version packages ( #1556 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-19 17:14:39 +04:00
shadcn
d3d52fc687
docs(cli): update link to documentation ( #1555 )
...
* docs(cli): update link to documentation
* chore: add changeset
2023-09-19 16:52:45 +04:00
shadcn
2f0dbca221
feat(cli): do not ask for confirmation ( #1554 )
...
* feat(cli): do not confirm
* chore: add changeset
2023-09-19 16:25:57 +04:00
Paul Ebose
58d012e342
feat(cli): add overwrite confirmation for existing components ( #973 )
...
* feat(cli): add overwrite confirmation for existing components
* fix(cli): handle overwrite for multiple items
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-09-19 15:57:19 +04:00
Shishir
963114e118
feat(cli): support adding all components via CLI ( #1033 )
...
* feat: support adding all components via CLI
`shadcn-ui add --all`
This was manually tested to work as expected.
* chore: run prettier
* fix(cli): rename to all
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-09-19 07:37:35 +04:00
Ayhan
0a4286500e
fix(cli): handle ts file extension ( #1466 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-09-19 07:23:07 +04:00
Santi Dalmasso
ae845788f6
fix(cli): deduplicate classNames in applyColorMapping ( #1089 )
...
* fix(cli): deduplicate classNames in applyColorMapping
* refactor: simplify applyColorMapping return
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-09-19 07:04:57 +04:00
K-Sato
4506822389
chore: remove a duplicate call in init.test ( #1319 )
...
* chore: remove duplicate call in init.test
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-08-24 09:14:20 +04:00
github-actions[bot]
25a41cfe2a
chore(release): version packages ( #835 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-04 23:26:32 +04:00
shadcn
edc653c01e
feat(shadcn-ui): add support for jsx ( #834 )
2023-07-04 23:22:20 +04:00
github-actions[bot]
0857bfe889
chore(release): version packages ( #737 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-30 22:56:01 +04:00
Mark Lyck
c3377530f4
feat(shadcn-cli): add support for bun install ( #707 )
...
* add support for bun install
* fix(cli): add changeset for bun install
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-06-27 11:48:51 +04:00