github-actions[bot]
70c684c224
chore(release): version packages ( #5687 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn@2.1.4
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
shadcn
500a353816
feat: update home page ( #5648 )
2024-10-30 21:28:58 +04:00
Nicholas Lim
c830780d62
docs(www): fix diff for peerDependencies ( #5640 )
...
Co-authored-by: shadcn <m@shadcn.com >
2024-10-30 17:23:06 +04:00
Felix Lu
debd51a854
refactor(sidebar): improve setOpen callback logic ( #5593 )
...
* refactor(sidebar): improve setOpen callback logic
- Simplify state handling
- Ensure consistent cookie setting
- Added ability for users to persist sidebar state via cookies
- Update sidebar.mdx doc with SSR persistence instructions
- Run pnpm registry:build to update component
* docs: updates
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-10-30 17:09:09 +04:00
shadcn
78426dd862
docs: fix diff
2024-10-30 16:31:44 +04:00
shadcn
6e47a94a8f
chore: format
2024-10-30 15:40:46 +04:00
Barinderpreet Singh
ab6a856930
Docs: update vite installation docs ( #4741 )
...
* docs: update vite installation docs
* Update content config
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-10-30 15:37:32 +04:00
shadcn
b33d3868e9
docs(www): update status for radix icons ( #5638 )
2024-10-30 11:29:48 +04:00
Maou
9e0a86122a
fix(docs): resolve link issue in documentation pages ( #5633 )
...
Updated broken link in documentation routing file.
This ensures that the correct content is loaded based on the slug.
2024-10-30 07:10:15 +00:00
github-actions[bot]
2b276de95a
chore(release): version packages ( #5625 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn@2.1.3
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>
shadcn@2.1.2
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
shadcn
d0eece06d4
fix: update registry ( #5530 )
2024-10-23 17:35:26 +04:00
github-actions[bot]
0a0a566a4e
chore(release): version packages ( #5526 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
shadcn@2.1.1
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
DADDOU Mohamed El Amine
0d31293c7b
docs: add missing installation step in the sidebar documentation ( #5467 )
2024-10-22 12:15:03 +04:00
Jacob Paris
3d1d19fc1b
fix(sidebar): only apply text-sidebar-foreground to sidebar ( #5491 )
...
The text-sidebar-foreground class was applied to the SidebarProvider, which is designed to wrap the whole app, therefore making the whole app inherit its font color. This has been removed. The correct place for it is in the Sidebar component
Of the 3 possible return cases in the Sidebar component, 2 already applied the text-sidebar-foreground and I have added it to the third
2024-10-22 08:02:20 +00:00
BNaushad
e5b56c84a9
docs(sidebar): fix typo in sidebar documentation ( #5487 )
2024-10-22 11:42:38 +04:00
shadcn
630afe836e
fix: sidebar provider
2024-10-21 12:38:51 +04:00
Jakob Ortmann
52c12bc27a
fix import in sidebar example ( #5438 )
2024-10-21 11:46:27 +04:00
JEM
182f2083cd
docs(sidebar): Fix sidebar toggle text for consistent behavior ( #5428 )
2024-10-21 11:45:11 +04:00
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