shadcn
5317ae8a70
feat
2026-01-21 13:24:09 +04:00
shadcn
7513f0f894
feat: rtl
2026-01-21 12:30:45 +04:00
shadcn
18bd8f07cb
fix: improve perf of v0 route ( #9392 )
2026-01-20 23:14:52 +04:00
shadcn
5fc9ced0fd
fix
2026-01-20 21:53:52 +04:00
shadcn
b5dff005f6
fix
2026-01-20 21:53:00 +04:00
shadcn
c5c08bb773
Merge branch 'main' of github.com:shadcn-ui/ui
2026-01-20 21:33:57 +04:00
shadcn
5998e59839
fix
2026-01-20 21:33:40 +04:00
Ronny Badilla
4b7e38ab42
feat(registry): add @pastecn to the registry ( #9390 )
2026-01-20 20:53:55 +04:00
shadcn
e2ba2d241e
fix: format
2026-01-20 20:51:57 +04:00
shadcn
13e2a6c598
fix: root components
2026-01-20 19:38:04 +04:00
shadcn
47c47eaed2
feat: add docs for base-ui components ( #9304 )
...
* feat: add base and radix docs
* feat: transform code for display
* fix
* fix
* fix
* fix
* fix
* chore: remove claude files
* fix
* fix
* fix
* chore: run format:write
* fix
* feat: add more examples
* fix
* feat: add aspect-ratio
* feat: add avatar
* feat: add badge
* feat: add breadcrumb
* fix
* feat: add button
* fix
* fix
* fix
* feat: add calendar and card
* feat: add carousel
* fix: chart
* feat: add checkbox
* feat: add collapsible
* feat: add combobox
* feat: add command
* feat: add context menu
* feat: add data-table dialog and drawer
* feat: dropdown-menu
* feat: add date-picker
* feat: add empty
* feat: add field and hover-card
* fix: input
* feat: add input
* feat: add input-group
* feat: add input-otp
* feat: add item
* feat: add kbd and label
* feat: add menubar
* feat: add native-select
* feat: add more components
* feat: more components
* feat: more components
* feat: add skeleton, slider and sonner
* feat: add spinner and switch
* feat: add more components
* fix: tabs
* fix: tabs
* feat: add docs for sidebar
* fix
* fix
* fi
* docs: update
* fix: create page
* fix
* fix
* chore: add changelog
* fix
2026-01-20 19:31:38 +04:00
shadcn
25e88fe4e9
Revert "Refactor Tooltip component to remove TooltipProvider ( #9329 )" ( #9388 )
...
This reverts commit d3590ceff9 .
2026-01-20 12:58:22 +04:00
Francois Botha
d3590ceff9
Refactor Tooltip component to remove TooltipProvider ( #9329 )
2026-01-20 11:38:32 +04:00
phjjj
d04bc84a51
fix(registry): add missing {name} placeholder to motion-primitives url ( #9381 )
...
Co-authored-by: 박해준 <aaagowns@viewlingo.com >
2026-01-19 11:34:29 +04:00
Sunny Patel
f68465e815
docs(theming): add missing destructive-foreground CSS variable ( #9379 )
...
Fixes #9337
The `destructive-foreground` variable is used in components but was
missing from the theming documentation. Added the variable to all
color schemes (Neutral, Stone, Zinc, Gray, Slate) in both light and
dark modes.
2026-01-19 11:32:01 +04:00
shadcn
094edfcfe6
fix: charts
2026-01-18 12:11:20 +04:00
shadcn
5a42652c41
fix: theme for charts
2026-01-18 12:02:49 +04:00
shadcn
3409681949
fix: iframe display in dark mode
2026-01-18 11:53:59 +04:00
shadcn
1c989f9155
feat: inline component list on components page ( #9368 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 18:40:11 +04:00
shadcn
0aea23013c
fix: debug charts ( #9364 )
...
* fix: ts-morph for charts
* fix
* perf: parallelize chart loading and add LRU caching
- Prefetch all chart data in parallel using Promise.all()
- Add LRU cache for syntax highlighting (cross-request caching)
- Add LRU cache for registry items (cross-request caching)
- Parallelize file reads within registry items
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix
* fix
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 18:28:51 +04:00
shadcn
bfce3031a3
Merge branch 'main' of github.com:shadcn-ui/ui
2026-01-17 13:49:37 +04:00
shadcn
cfb81c61de
docs: add shadcn/create callout
2026-01-17 13:49:30 +04:00
Luis Llanes
7860ab83d1
chore(registry): update @shadcraft registry url ( #9348 )
...
* chore(registry): update @shadcraft registry url
* fix
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-17 13:30:24 +04:00
Паламар Роман
2acaf954d7
Fix: Preserve 'use client' directive in universal registry items ( #8798 )
...
* fix: preserve 'use client' directive in universal registry items
Universal items (registry:file and registry:item) are framework-agnostic
components that can be installed without shadcn project initialization.
However, the RSC transformer was incorrectly removing 'use client'
directives from these files when config.rsc was false/undefined, breaking
client-side functionality.
This fix ensures transformers are skipped for universal items, preserving
their original content including 'use client' directives, while regular
shadcn components continue to have transformers applied as expected.
Changes:
- Skip all transformers for registry:file and registry:item types
- Add tests to verify 'use client' preservation in universal items
- Ensure regular components still have transformers applied
Fixes issue where universal items would lose 'use client' directives when
copied without a full shadcn project setup.
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-17 13:12:01 +04:00
github-actions[bot]
1e9e337923
chore(release): version packages ( #9352 )
...
* chore(release): version packages
* ci: deps
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@3.7.0
2026-01-16 18:07:12 +04:00
Neeraj Dalal
66d2400784
feat(icons): the icons we all love and adore - remixicon ( #9156 )
...
* feat: remixicon
* chore: update deps
* chore: update icon
* chore: fix issues
* chore: build registry
* chore: changeset
* deps
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-16 18:00:06 +04:00
shadcn
682c98989d
feat: registry add command ( #9351 )
...
* feat: implement registry add
* chore: changeset
* fix: registries docs
* feat: update add command
* fix
2026-01-16 17:55:48 +04:00
shadcn
77d7b39ef7
chore: rebuild registry
2026-01-16 17:07:32 +04:00
Huy Hoàng
5b3ba49aec
fix(calendar): fix typo 'elative' to 'relative' in range_start classname ( #9292 )
...
Fixes #9278
2026-01-14 20:43:36 +04:00
shadcn
54edfd228d
feat: add new registries ( #9325 )
...
* add new registries
* fix
* fix
* docs: add warning
* fix
2026-01-13 16:19:15 +04:00
Aniket Pawar
fd3e5515f3
feat: add @heroicons-animated to directory.json and registries.json ( #9268 )
...
* Add new registry for heroicons-animated
* Add '@heroicons-animated' collection to directory
Added new animated icon collection '@heroicons-animated' with homepage, URL, description, and logo.
* Update URL for @heroicons-animated registry
* Update directory.json
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-12 18:07:44 +04:00
Amarnath Dhumal
65ad910bca
Add Chamaac registry ( #9208 )
...
Co-authored-by: shadcn <m@shadcn.com >
2026-01-12 18:05:47 +04:00
Md Kawsar Islam Yeasin
d4a1c89e8e
feat: add neobrutalism to registry directory ( #9168 )
2026-01-12 18:01:59 +04:00
LN
78023693c6
Feat/add registry directory icons animated ( #9143 )
...
* feat: add new registry entry for icons-animated
* feat: add new registry entry for icons-animated with logo and description
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-12 18:01:37 +04:00
Aman Shakya
0fc52a7f4d
Add new registry entry for @forgeui ( #9074 )
...
* added forgeui in registries
* Remove duplicate entries in registries.json
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-12 17:59:54 +04:00
github-actions[bot]
8fcfc563a9
chore(release): version packages ( #9283 )
...
* chore(release): version packages
* deps: update lock
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@3.6.3
2026-01-06 14:40:12 +04:00
shadcn
f393c251fe
test: revisit --force ( #9287 )
2026-01-06 14:29:27 +04:00
Md Kawsar Islam Yeasin
f2583391ea
fix(cli): validate project name using npm package name rules ( #9161 )
...
* fix(cli): #9160 updated CLI name validation
* chore: minor refactor and error message
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-06 13:28:31 +04:00
sam
c2fd847d65
feat: add OpenCode MCP client support ( #8422 )
...
* feat: add OpenCode MCP client support
* chore: changeset
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-06 12:16:05 +04:00
Phuc Bui
f6f2dfa5b2
Update URL for @phucbm registry ( #9250 )
...
* Fix URL for '@phucbm' in registries.json
Updated the URL for the '@phucbm' registry entry.
* Update homepage and URL in directory.json
2026-01-06 11:33:08 +04:00
shadcn
d07a7af82b
chore: add bundui to directory ( #9280 )
2026-01-05 23:25:04 +04:00
Vitalii Rainchuk
b6d845f8a6
fix(base-ui): resolve pagination example and button client boundary issues ( #9207 )
...
* fix(pagination-example): mark example as client component
* fix(button): mark wrapper as client since Base UI button is a client component
* chore: rebuild registry
---------
Co-authored-by: shadcn <m@shadcn.com >
2026-01-05 21:19:49 +04:00
Dhwani Popat
bd29630e4e
fix: update Claude Code MCP documentation link ( #9272 )
2026-01-05 21:03:26 +04:00
shadcn
93ad19e4da
chore: refactor shuffle button ( #9276 )
...
* chore: refactor shuffle button
* chore: format
2026-01-05 21:00:06 +04:00
Devon Govett
ccafdaf7c6
Add React Aria registry ( #9121 )
2025-12-19 02:22:27 +04:00
github-actions[bot]
f0d147d581
chore(release): version packages ( #9125 )
...
* chore(release): version packages
* chore: deps
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
shadcn@3.6.2
2025-12-17 22:07:42 +04:00
shadcn
df67e49aac
chore: add create command to readme ( #9126 )
2025-12-17 22:02:28 +04:00
shadcn
c0de90e1a1
ci: update permissions
2025-12-17 21:57:07 +04:00
shadcn
0447708efa
Merge branch 'main' of github.com:shadcn-ui/ui
2025-12-17 21:52:50 +04:00
shadcn
4a470fc617
ci: update release
2025-12-17 21:52:29 +04:00