Phaired
3febcdc523
docs: fix type in sidebar.mdx ( #5452 )
2024-10-21 11:43:35 +04:00
EdamAmex
ced2513137
docs: fix prop name ( #5460 )
2024-10-21 11:43:08 +04:00
shadcn
93ae8bd67f
chore: deprecate next-template ( #5478 )
...
* chore: deprecate next-template
* chore: tests
2024-10-21 11:40:54 +04:00
shadcn
3259fb7ca1
fix: overflow on icon
2024-10-19 01:28:07 +04:00
shadcn
d8397d80a8
chore: rebuild registry
2024-10-18 23:25:49 +04:00
shadcn
06e74fce78
Merge branch 'shadcn/sidebar-tsx'
...
# Conflicts:
# apps/www/public/r/styles/default/use-mobile.json
# apps/www/public/r/styles/new-york/button.json
# apps/www/public/r/styles/new-york/dropdown-menu.json
# apps/www/public/r/styles/new-york/use-mobile.json
# apps/www/registry/new-york/ui/button.tsx
# apps/www/registry/new-york/ui/dropdown-menu.tsx
2024-10-18 23:14:27 +04:00
shadcn
bc9e5eaaab
test: fix
2024-10-18 22:52:25 +04:00
shadcn
c9b69d0836
docs: remove beta
2024-10-18 22:22:25 +04:00
shadcn
539212c49e
feat: add redirect
2024-10-18 15:29:28 +04:00
shadcn
123887c36c
fix: blocks
2024-10-18 00:54:19 +04:00
shadcn
35c1ba57c2
feat: add login-01 to v0
2024-10-18 00:34:03 +04:00
shadcn
b34516f471
fix: lint
2024-10-17 22:59:23 +04:00
shadcn
66b95402c1
feat: add v0 registry blocks
2024-10-17 22:58:20 +04:00
shadcn
5460177a7a
fix: sidebar-07
2024-10-17 19:49:28 +04:00
shadcn
b0049c2266
fix: data-name
2024-10-17 17:13:47 +04:00
shadcn
4e6e21f094
fix: dark mode blocks
2024-10-17 17:01:24 +04:00
shadcn
3b808c83be
fix: lint
2024-10-17 16:33:34 +04:00
shadcn
0e6b37e99a
feat: update preview for mobile
2024-10-17 16:28:09 +04:00
shadcn
9ec433838f
fix: lint
2024-10-17 01:11:00 +04:00
shadcn
444ff70590
feat: add notice
2024-10-17 01:06:35 +04:00
shadcn
27bc5deff1
docs: beta testers
2024-10-17 00:55:28 +04:00
shadcn
cacd7c8798
fix: use-mobile
2024-10-17 00:36:50 +04:00
shadcn
f227f93742
fix: sidebar
2024-10-17 00:34:50 +04:00
shadcn
87e099a3d7
feat: update button and dropdown menu ( #5408 )
2024-10-17 00:21:03 +04:00
shadcn
303d65718c
chore: registry updates
2024-10-16 23:58:44 +04:00
shadcn
909219df14
docs
2024-10-16 15:33:16 +04:00
shadcn
e8ada4e3c7
docs
2024-10-16 14:33:43 +04:00
shadcn
8fc80836ff
docs
2024-10-16 12:54:21 +04:00
shadcn
d0a308cc64
fix: edit in v0
2024-10-16 11:12:58 +04:00
shadcn
e461c02389
feat: update open in v0
2024-10-15 21:28:38 +04:00
shadcn
50c2f6045a
chore: fix lint
2024-10-15 12:52:40 +04:00
shadcn
14aca65eee
docs: add sidebar docs
2024-10-15 12:49:22 +04:00
shadcn
14c952b594
chore: update registry
2024-10-15 12:41:20 +04:00
shadcn
1e9434e6f9
chore: build registry
2024-10-15 12:38:45 +04:00
shadcn
f3d14c48cb
feat(www): update button and tooltip
2024-10-15 12:38:32 +04:00
shadcn
c668c35bb9
feat(www): add sidebar components
2024-10-15 12:37:47 +04:00
shadcn
1297abc882
fix: v0
2024-10-07 21:13:33 +04:00
shadcn
36ebbf26dc
docs(www): update figma
2024-09-29 14:52:52 +04:00
github-actions[bot]
a2abc4ad95
chore(release): version packages ( #4963 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn-ui@0.9.2
shadcn@2.1.0
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
Artem Zakharchenko
7dfdb029e7
use "?url" suffix in "tailwind.css" import (Remix) ( #4945 )
...
Importing `tailwind.css` is incorrect as it will treat that file as a CSS Module, throwing that it has no `default` export.
Instead, the tutorial relies on the import returning a _URL_ to the stylesheet. Adding `?url` to the import specifier is the way to go.
2024-09-26 12:42:49 +00: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>
shadcn@2.0.8
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>
shadcn-ui@0.9.1
shadcn@2.0.7
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