github-actions[bot]
70c684c224
chore(release): version packages ( #5687 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-03 12:17:58 +04:00
shadcn
4ff64ba818
feat: remove npm flags ( #5686 )
...
* docs: update status table and docs
* feat(shadcn): remove react-19 check
* chore: add changeset
2024-11-03 12:12:41 +04:00
github-actions[bot]
2b276de95a
chore(release): version packages ( #5625 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-29 21:39:58 +04:00
shadcn
64739f8399
feat: react 19 ( #5621 )
...
* feat(shadcn): add flag prompt for npm
* docs: add docs for react 19
* chore: add changeset
* test: update snapshots
* docs: add notes for recharts
* docs: fix
* fix
* fix: linting
2024-10-29 21:30:05 +04:00
shadcn
f0cff7e0eb
fix: gaps in command and dropdown-menu ( #5570 )
...
* fix: gaps in command and dropdown-menu
* chore: update snapshots
2024-10-25 18:13:13 +04:00
github-actions[bot]
e242adaa9c
chore(release): version packages ( #5568 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-25 17:52:32 +04:00
Kiyan
986c00ee0e
fix: shadcn init with correct packageManager ( #5299 )
...
* fix: shadcn init with correct packageManager
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-10-25 17:46:48 +04:00
github-actions[bot]
0a0a566a4e
chore(release): version packages ( #5526 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-23 11:35:28 +04:00
Braden Corbold
bf5a79c4d4
fix(shadcn): fix transformRsc to account for ' ( #5518 )
...
* fix(shadcn): fix transformRsc to account for '
* chore: add changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-10-23 11:33:11 +04:00
shadcn
f02b412478
fix(shadcn): temporarily pin create-next-app ( #5525 )
...
* feat: temporarily pin create-next-app
* chore: add changeset
2024-10-23 11:30:29 +04:00
shadcn
93ae8bd67f
chore: deprecate next-template ( #5478 )
...
* chore: deprecate next-template
* chore: tests
2024-10-21 11:40:54 +04:00
shadcn
bc9e5eaaab
test: fix
2024-10-18 22:52:25 +04:00
github-actions[bot]
a2abc4ad95
chore(release): version packages ( #4963 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-27 22:10:05 +04:00
Thomas Raffray
4b546bfb13
fix(cli): remix detection ( #4972 )
...
# What
Some remix templates doesn't package a `vite.config.*` file at their root.
It's the case for the recommended starter "stack" templates: blues-stack, indie-stack and grunge-stack.
As recommended in a TODO comment, it's more suitable to check for a `@remix-run/*` dependency in the package dependencies.
# How
- decouple vite and remix checks
- retrieve the `package.json`
- allow passing a `cwd` to the retrieval method
- remove the "empty config file list" that can be empty for a remix stack
- check that the `package.json` contains a `@remix-run/*` dependency
# Test
Added a fixture by running `npx create-remix@latest --template remix-run/indie-stack` in the [frameworks](/Fluf22/shadcn-ui/tree/fix/cli-remix-detection/packages/cli/test/fixtures/frameworks) folder and named it `remix-indie-stack`, if ever we want another stack as a fixture later
---
Fixes shadcn-ui/ui#4967
2024-09-27 17:58:46 +00:00
shadcn
5fc9ade413
chore(cli): add deprecation notice ( #4988 )
...
* feat(cli): add deprecation message
* chore: changesets
2024-09-27 17:43:16 +04:00
Nami Sunami
96880e7c9a
fix: Fix the typo in error messages (component.json → components.json) ( #4977 )
...
* fix(prompt): fix error message, component.json -> components.json
* fix(config): fix the error message, component.json -> components.json
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-09-27 16:01:04 +04:00
shadcn
28f34ed3c3
feat(shadcn): recursively resolve registry dependencies ( #4961 )
...
* feat(shadcn): recursively resolve registry dependencies
* chore: add changeset
* ci: update actions/upload-artifact
2024-09-25 22:56:39 +04:00
github-actions[bot]
bd54184e60
chore(release): version packages ( #4938 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23 15:21:55 +04:00
Braden Corbold
ce3adfa075
fix(shadcn): Support single quote formatted registry files ( #4870 ) ( #4871 )
2024-09-23 11:47:37 +04:00
Shivang Rathore
674807c1b4
fix(shadcn): Ensure .scss files are considered in init command ( #4866 )
...
Co-authored-by: shadcn <m@shadcn.com >
2024-09-23 11:44:27 +04:00
sapenlei
c62167a449
fix(shadcn): default next styles are not completely cleared ( #4922 )
...
* fix(shadcn): default next styles are not completely cleared
* chore: add changeset
* fix(shadcn): tests
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-09-23 11:38:59 +04:00
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