shadcn
cb769b7059
fix: navigation menu demo on mobile ( #8488 )
2025-10-16 14:44:27 +04:00
github-actions[bot]
ed9d5939e6
chore(release): version packages ( #8479 )
...
* chore(release): version packages
* fix
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-10-15 22:55:13 +04:00
shadcn
8a4764ed91
chore: registry build
2025-10-15 12:05:03 +04:00
github-actions[bot]
d478412e44
chore(release): version packages ( #8453 )
...
* chore(release): version packages
* 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 >
2025-10-15 11:37:01 +04:00
Shodai Suzuki
fbda67c88c
docs: remove isolated remix page from installation guides ( #7027 )
2025-10-15 10:39:15 +04:00
kuzma031
adb66f4d43
fix(components): use type-only import for VariantProps in sidebar component to support verbatimModuleSyntax ( #7437 )
...
* fix sidebar variantprops imports
* chore: registry build
---------
Co-authored-by: Djordje Kuzmanovic <djordje@voiced.com >
Co-authored-by: shadcn <m@shadcn.com >
2025-10-15 10:36:32 +04:00
Serhat Arslan
bea7d30536
docs: fix next/link import syntax in component examples ( #8427 )
...
Fix incorrect named import syntax for Next.js Link component.
Changed from:
import { Link } from "next/link"
To correct default import:
import Link from "next/link"
Next.js Link is a default export, not a named export. The incorrect
syntax causes TypeScript error:
'Module "next/link" has no exported member "Link"'
Affected files:
- Button component docs
- Badge component docs
- Breadcrumb component docs (v4 and www)
- Navigation Menu component docs
Fixes issue where users copying code snippets get immediate errors.
Co-authored-by: serhatx1 <armonikadijital@gmail.com >
2025-10-14 22:38:58 +04:00
Gildas Garcia
89ebfdce47
feat(registry): Add Shadcn Admin Kit to the registry index ( #8442 )
2025-10-14 17:12:12 +04:00
Ujjwal Sharma
6a534d7954
fix(components): use type import for ToasterProps ( #8376 )
...
* fix(components): use type import for ToasterProps
* chore: build registry
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-10-14 16:40:17 +04:00
Felix
ef1987ded9
docs(Toast): add deprecation Callout ( #6982 )
...
* docs(Toast): add deprecation Callout
* docs(Toast): add tw4 and react19 specifics
2025-10-13 22:21:50 +04:00
Jakob Guddas
77bf7d28b4
feat(components): changed sonner defaults to use lucide icons ( #7620 )
...
* feat(components): changed sonner defaults to use lucide icons
* Update new-york-v4 sonner.tsx
* fix: icons and docs
* fix
* fix
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-10-13 22:16:50 +04:00
Ayush Shrestha
41f4f7357d
refactor: initialize FormFieldContext and FormItemContext with null values rather empty object with type assertion ( #4847 )
2025-10-13 21:32:43 +04:00
Carlos Pegueros
bc99818e04
docs(www): fix sonner not showing on first render ( #6235 )
2025-10-13 21:17:32 +04:00
Shahar Ilany
162ba7b13c
Small fixes for installation document ( #6623 )
...
* Fix TanStack Start icon color
* Fix a11y for Laravel and TanStack Start
2025-10-13 21:14:11 +04:00
Ryann Mack
f12db1e3a2
fix(sonner): support border radius from theme ( #7825 )
...
* fix(sonner): support border radius from theme
* chore: rebuild registry
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-10-13 21:12:00 +04:00
Jrocam
7210a4919a
fix(components): checkbox alignment with grid 🔳 ( #4772 )
...
* fix(components): checkbox alignment with grid 🔳
* fix(checkbox): internal checkbox check alignment (default style)
* fix: new-york-v4
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-10-13 12:29:44 +04:00
Krishna Agarwal
d198908510
fix(field): return null when errors are empty ( #8419 )
...
Co-authored-by: shadcn <m@shadcn.com >
2025-10-13 12:22:34 +04:00
shadcn
b0b1cd1f0d
feat: add dropdown menu dialog example ( #8438 )
...
* feat: add dropdown menu dialog example
* chore: remove dropdown-dialog
2025-10-13 11:57:20 +04:00
shadcn
f3d70724b6
chore: remove new-components-01 ( #8439 )
2025-10-13 11:55:08 +04:00
shadcn
c67e630521
feat: add docs and examples for react-hook-form and tanstack form ( #8412 )
...
* feat: add next forms docs
* feat
* docs: rhf and tsf
* docs: forms
* feat: update react-hook-form docs
* feat: update docs for both lib
* docs: update tanstack docs
* docs: update
* fix
* fix
* fix
* add forms link in sidebar
2025-10-10 21:29:30 +04:00
Seoku
3e20c228da
fix(input-group-textarea): prevent child elements from overflowing by… ( #8341 )
...
* fix(input-group-textarea): prevent child elements from overflowing by adding min-w-0
* chore: run registry:build
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-10-06 16:11:01 +04:00
github-actions[bot]
d6716db9cc
chore(release): version packages ( #8349 )
...
* chore(release): version packages
* chore: lock
* chore(release): version packages
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-10-05 14:23:43 +04:00
shadcn
04432835f9
feat: new components ( #8334 )
...
* feat: add field.tsx and update blocks
* feat: add input group
* feat: implement button group
* fix
* fix
* wip
* fix: button group
* feat: update field
* fix
* feat
* feat: cooked
* fix
* chore: build registry
* feat: add kbd component
* chore: update input group demo
* feat: update kbd component
* feat: add empty
* feat: add spinner
* refactor: input group
* feat: blocks
* fix
* fix: app sidebar
* feat: add label to app sidebar
* fix
* fix
* fix
* fix
* fix
* feat
* feat
* fix
* docs: button group
* feat: add docs
* docs: kbd
* docs: empty
* fix
* docs
* docs
* feat: add sink link
* fix
* fix
* docs
* feat: add new page
* fix
* fix
* fix
* fix
* fix
* fix
* feat: add registration form
* fix: chat settings
* fix
* fix preview
* fix examples
* feat: add changelog
* fix
* fix
* fix
* fix
* fix
* feat(www): add t3 versions
* chore: build registry
* fix
* fix
* fix
* feat: inline code examples for llm
* fix
* feat: home
* fix
* fix
* fix
* fix
* fix
* chore: changelog
* fix
* fix
* fix
* fix: callout
* fix
2025-10-03 21:05:22 +04:00
shadcn
f1e51ec8a1
feat(tooltip): update colors ( #8271 )
2025-09-22 10:56:50 +04:00
shadcn
e7e844ff63
feat(button): remove shadow from buttons except outline ( #8252 )
2025-09-18 21:04:02 +04:00
shadcn
e14c55ac65
feat(input): remove flex class ( #8251 )
...
* feat: remove flex class
* chore: rebuild registry
2025-09-18 21:03:11 +04:00
shadcn
043be944ab
fix: build script ( #8250 )
...
* fix: registries.json
* fix: chart
* fix: build script
2025-09-18 20:48:40 +04:00
Sahaj Jain
4eb257bc14
Add @tweakcn to trusted registries & Add shadcraft to Figma docs ( #8245 )
...
* docs: add shadcraft figma kit
* docs: add tweakcn to trusted registries
2025-09-18 17:39:02 +04:00
github-actions[bot]
1289192d4f
chore(release): version packages ( #8231 )
...
* 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 >
2025-09-17 08:17:57 +04:00
github-actions[bot]
b9f3ce1988
chore(release): version packages ( #8217 )
...
* chore(release): version packages
* 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 >
2025-09-15 16:27:20 +04:00
Maximilian Kaske
7869defd42
feat(charts): support legend and tooltip type none ( #8082 )
...
* feat(charts): support legend and tooltip type none
* fix: format
* chore: run registry:build
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-09-15 09:14:47 +04:00
github-actions[bot]
275e3a2d59
chore(release): version packages ( #8151 )
...
* 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 >
2025-09-04 15:58:06 +04:00
github-actions[bot]
0805751703
chore(release): version packages ( #8143 )
...
* chore(release): version packages
* chore(release): version packages
* deps: update
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-09-04 11:43:40 +04:00
github-actions[bot]
851c0fa0d1
chore(release): version packages ( #8111 )
...
* 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 >
2025-09-01 21:30:39 +04:00
shadcn
64f8baf9aa
feat(shadcn): allow empty files items ( #8110 )
...
* feat(shadcn): allow no files items
* feat(v4): add themes
* chore: changeset
* fix
2025-09-01 20:00:02 +04:00
github-actions[bot]
b34f3fdc4f
chore(release): version packages ( #7941 )
...
* 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 >
2025-08-27 19:10:35 +04:00
shadcn
a4a3600757
feat: move schema exports to shadcn/schema ( #7989 )
2025-08-10 16:05:53 +04:00
shadcn
ccfd14946b
feat: update schema.json to allow registries field ( #7959 )
2025-08-06 16:55:02 +04:00
shadcn
01c02b289a
feat: add registry.json for all styles ( #7958 )
...
* feat: add style to registry
* feat: build registry.json for all styles
2025-08-06 16:22:32 +04:00
github-actions[bot]
e244952500
chore(release): version packages ( #7909 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-30 12:10:45 +04:00
Mohit Khatri
d5770e4350
fix: resolve table overflow styling issues ( #7874 )
2025-07-23 11:32:05 +04:00
github-actions[bot]
6f63b04d28
chore(release): version packages ( #7866 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-23 10:57:12 +04:00
github-actions[bot]
3433aaffaa
chore(release): version packages ( #7834 )
...
* chore(release): version packages
* deps: lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-07-16 18:26:52 +04:00
github-actions[bot]
e75e7b3866
chore(release): version packages ( #7830 )
...
* chore(release): version packages
* deps: update lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-07-16 17:52:23 +04:00
github-actions[bot]
54e66d4450
chore(release): version packages ( #7758 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-11 18:23:59 +04:00
shadcn
6407a3b330
fix: chart
2025-07-09 15:52:31 +04:00
shadcn
2fe9cf6d26
fix: pin recharts until we upgrade to v3 ( #7769 )
...
* fix: pin recharts
* docs: add v3 callout
2025-07-09 12:10:40 +04:00
Ehsanullah Haidary
728cb4cfa5
fix(component) Date Picker Dropdown values not visible in chrome, opera and edge ( #7724 )
...
* fix(component) Date Picker Dropdown values not visible in chrome, opera and edge
* fix(component) bg-popover added to dropdown in calendar.tsx to fix Date Picker Dropdown values not visible
* chore: build registry
* style: fix
---------
Co-authored-by: shadcn <m@shadcn.com >
2025-07-09 11:43:15 +04:00
github-actions[bot]
7443edcfb0
chore(release): version packages ( #7719 )
...
* chore(release): version packages
* deps: lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-07-07 20:52:36 +04:00
github-actions[bot]
84d6c83bad
chore(release): version packages ( #7626 )
...
* chore(release): version packages
* chore(release): version packages
* deps: update lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: shadcn <m@shadcn.com >
2025-06-18 16:01:20 +04:00