Commit Graph

64 Commits

Author SHA1 Message Date
shadcn
40e5bf5eff feat: add native-select 2026-01-19 16:41:52 +04:00
shadcn
1fd52c41f9 feat: add menubar 2026-01-19 16:23:09 +04:00
shadcn
63c28a1496 feat: add kbd and label 2026-01-19 16:12:19 +04:00
shadcn
6a9d68cc2c feat: add item 2026-01-19 15:56:32 +04:00
shadcn
587c76f46f feat: add input-otp 2026-01-19 15:34:34 +04:00
shadcn
52a4b1d466 feat: add input-group 2026-01-19 13:56:42 +04:00
shadcn
7ecba59894 feat: add input 2026-01-19 12:49:14 +04:00
shadcn
ff3c1e1d95 fix: input 2026-01-15 19:48:20 +04:00
shadcn
068f7c22aa feat: add field and hover-card 2026-01-15 17:32:16 +04:00
shadcn
b1b25fe15d feat: add empty 2026-01-15 16:51:57 +04:00
shadcn
689b4c6b41 feat: add date-picker 2026-01-15 16:32:35 +04:00
shadcn
66637058fc feat: dropdown-menu 2026-01-15 15:50:35 +04:00
shadcn
da07cf6ffe feat: add data-table dialog and drawer 2026-01-15 13:17:45 +04:00
shadcn
1a5b9ce036 feat: add context menu 2026-01-15 12:57:18 +04:00
shadcn
1ce874edd2 feat: add command 2026-01-15 12:34:24 +04:00
shadcn
45480505d8 feat: add combobox 2026-01-15 12:11:27 +04:00
shadcn
bd4ef8e08c feat: add collapsible 2026-01-15 11:25:35 +04:00
shadcn
5a897b7765 feat: add checkbox 2026-01-15 10:59:58 +04:00
shadcn
3f62e7dee0 fix: chart 2026-01-15 10:26:46 +04:00
shadcn
f2d4395233 feat: add carousel 2026-01-15 09:36:08 +04:00
shadcn
3ab7d04824 feat: add calendar and card 2026-01-15 08:54:40 +04:00
shadcn
d9061d64aa fix 2026-01-14 22:02:57 +04:00
shadcn
4784f264c5 fix 2026-01-14 21:37:16 +04:00
shadcn
7031141cf3 feat: add button 2026-01-14 21:30:23 +04:00
shadcn
d0fe494491 fix 2026-01-14 20:55:40 +04:00
shadcn
be0b798e21 feat: add breadcrumb 2026-01-14 20:46:23 +04:00
shadcn
953107e7f9 feat: add badge 2026-01-14 20:01:05 +04:00
shadcn
c880796bf2 feat: add avatar 2026-01-14 19:26:01 +04:00
shadcn
48b069c453 feat: add aspect-ratio 2026-01-14 13:19:37 +04:00
shadcn
b5c7a014c8 fix 2026-01-14 12:59:48 +04:00
shadcn
cbc9ed8688 fix 2026-01-08 15:26:02 +04:00
shadcn
e9acf86c24 fix 2026-01-07 22:05:19 +04:00
shadcn
2f829db41d fix 2026-01-07 14:37:42 +04:00
shadcn
eb098f87d2 feat: add base and radix docs 2026-01-06 16:43:01 +04:00
Aditya Mathur
dd1563d57d fix: update author links in documentation for Drawer and Sonner components (#8881) 2025-11-27 13:38:26 +04:00
Sepehr Soheili
a2244d42f7 docs: fix typo in documentation (#8793) 2025-11-17 20:06:32 +04:00
Anvarys
8a7f05f670 fix: correct typos in docs/components/chart (#8750) 2025-11-10 11:34:53 +04:00
Dylan
14d6265580 docs: fix typos in Empty (#8675) 2025-11-03 08:57:19 +04:00
shadcn
d73ac361b3 feat: add registry directory (#8574)
* feat: add registry directory

* fix: lint

* feat: add more registries

* feat: add nuqs to directory

* feat: add shadcndesign

* feat: add more registries

* feat: add new registries

* chore: remove hooks
2025-10-28 11:25:25 +04:00
shadcn
efcf9728c2 feat: add docs for cell size 2025-10-26 14:53:50 +04:00
Lakshya Thakur
8835bacc8b fix: use calendar-05 blocks instead of calendar-02 for range (#8029) 2025-10-26 14:47:06 +04:00
Ian Thorslund
f2556d2386 fix(components): Fix left radius of days when weeks are shown in range calendar (#8570)
* fix(components): Fix left radius of days when weeks are shown in range calendar

* feat: update block to show range

* chore: rebuild registry

* docs: add changelog

---------

Co-authored-by: shadcn <m@shadcn.com>
2025-10-26 14:44:24 +04:00
shadcn
5e2ef1f8bd docs: updates 2025-10-24 10:56:23 +04:00
shadcn
9ac1b5c0a5 feat: add native select (#8528)
* feat: add native select

* fix: width
2025-10-21 11:48:25 +04:00
shadcn
54e725d986 feat(toggle-group): add spacing props 2025-10-20 21:28:40 +04:00
preet
6292464d90 docs(calendar): add timezone fix for date selection offset issue (#8515)
Added a new section to the Calendar documentation explaining how to fix the issue where selecting a date highlights the previous day. The section includes an example showing how to detect the user’s local timezone and pass it as a timeZone prop to the Calendar component to resolve the date offset problem.
2025-10-20 13:17:58 +00:00
shadcn
cb769b7059 fix: navigation menu demo on mobile (#8488) 2025-10-16 14:44:27 +04:00
Igor S. Zizinio
2ab9bff4bb Fix formatting of Badge variant prop in documentation (#8477) 2025-10-15 22:09:06 +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
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