shadcn
70b6bfd687
fix
2026-04-16 14:32:05 +04:00
shadcn
541c08f112
fix
2026-04-16 14:22:28 +04:00
shadcn
a7d77e0cf7
fix
2026-04-16 13:38:49 +04:00
shadcn
7ec2acc87d
fix
2026-04-15 21:04:08 +04:00
shadcn
6ba39bb720
fix
2026-04-14 00:03:30 +04:00
shadcn
dd4b5c287c
fix
2026-04-13 17:15:11 +04:00
shadcn
aa534e5875
fix
2026-04-13 12:59:38 +04:00
shadcn
2be9640c88
feat: build registry
2026-04-10 11:35:48 +04:00
shadcn
56567ae21a
fix
2026-04-10 05:37:42 +04:00
shadcn
2f57100061
feat: init
2026-04-09 13:49:02 +04:00
Ray
6d7a0ed93b
fix(docs): replace <ComponentsList /> in copy-page and markdown output
...
The <ComponentsList /> tag on /docs/components was emitted as-is by
the Copy Page button and the /llm/[slug] markdown endpoint because
getComponentsList() walked components.children for pages directly.
After #9304 restructured the folder into components/radix/ and
components/base/ subfolders, the filter always returned [] and the
tag was replaced with an empty string (or, in the copy-page case,
never replaced at all).
- Reuse getPagesFromFolder() from lib/page-tree so the walker stays
in sync with the on-screen ComponentsList React component.
- Match the existing llms.txt format: flat absolute URLs (the
/docs/components/:name -> /docs/components/radix/:name redirect in
next.config.mjs is the canonical form) plus the frontmatter
description pulled via source.getPage() on each page.
- Export replaceComponentsList() and call it from
docs/[[...slug]]/page.tsx so the Copy Page button goes through the
same replacement path as processMdxForLLMs.
2026-04-08 11:50:07 -04:00
shadcn
0b34d581f9
feat: add open preset
2026-04-08 16:33:32 +04:00
shadcn
7d5af61468
style: fix code block
2026-04-07 16:11:26 +04:00
shadcn
64b8263450
docs: add changelog
2026-04-07 15:49:54 +04:00
shadcn
f00a94d9e5
docs: add composition section
2026-04-07 15:23:27 +04:00
shadcn
62bae86e86
fix: page cls
2026-04-06 17:37:56 +04:00
shadcn
8d41295f2c
fix: create page perf
2026-04-06 16:45:17 +04:00
shadcn
c26250dcfe
docs: changelog updates
2026-04-06 15:15:42 +04:00
shadcn
5a6702845d
feat: adjust slider for mira
2026-04-01 05:14:28 +04:00
shadcn
44c09a19b0
feat: luma ( #10246 )
...
* feat: init style-luma
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* chore: changeset
* fix
* fix
2026-03-31 22:24:48 +04:00
shadcn
fc76a9ada2
fix: customizer
2026-03-31 04:55:01 +04:00
shadcn
d3de6aa760
refactor: clean up unused files ( #10227 )
...
* refactor: clean up unused files
* fix
2026-03-29 12:04:18 +04:00
shadcn
23b2ac4dcf
refactor: create page ( #10212 )
...
* refactor: create page
* fix
2026-03-29 11:17:39 +04:00
shadcn
7d718ddaa9
fix: refactor styles ( #10190 )
...
* feat: refactor styles handling across v4
* fix
* fix
* fix
* fix
* fix
* fix
2026-03-26 14:36:00 +04:00
shadcn
214b1b8479
Revert "feat: refactor styles handling across v4 ( #10176 )" ( #10185 )
...
This reverts commit 64b88b6cdb .
2026-03-26 11:14:52 +04:00
shadcn
64b88b6cdb
feat: refactor styles handling across v4 ( #10176 )
...
* feat: refactor styles handling across v4
* fix
* fix
* fix
* fix
* fix
* fix
2026-03-26 09:50:58 +04:00
shadcn
6a070bf8c5
docs: update theming
2026-03-25 12:50:08 +04:00
shadcn
d78ff8b858
feat: update colors for popovers ( #10155 )
...
* feat: update colors for popovers
* fix: project form
2026-03-24 12:12:01 +04:00
shadcn
ef78384bfd
feat: replace "Add a block" button with "View Components" linking to /docs/components ( #10154 )
...
https://claude.ai/code/session_01NnmghguJjhqSxuHE8PBLNi
Co-authored-by: Claude <noreply@anthropic.com >
2026-03-24 10:13:30 +04:00
shadcn
6a4b27b80d
fix
2026-03-23 13:30:05 +04:00
shadcn
c5b4080649
fix(v4): restore active chart demos
2026-03-23 13:14:10 +04:00
shadcn
228b0e3ecd
feat(v4): support Recharts v3
2026-03-23 12:16:35 +04:00
shadcn
f900bd57d0
feat: implement reset shortcut ( #10145 )
...
* feat: implement reset shortcut
* fix
* fix
2026-03-23 11:31:45 +04:00
shadcn
5b40b9de5a
Revert "feat: update customizer ( #10129 )" ( #10130 )
...
This reverts commit e327cef2c1 .
2026-03-20 16:56:57 +04:00
shadcn
e327cef2c1
feat: update customizer ( #10129 )
2026-03-20 16:46:40 +04:00
shadcn
687f09817b
feat: chartColor and fontHeading ( #10115 )
...
* feat: chart color
* fix
* fix
* fix: chart color
* chore: changeset
* chore: restore directory registry formatting
* feat: add fontHeading
* feat: rebuild registry
* fix: v0
* refactor
* fix
* fix
* fix
* fix
* fix
* fix: refactor preset handling
* fix
* fix
* fix
2026-03-19 23:35:01 +04:00
shadcn
e78bb7b4f3
feat: move base picker to project form ( #10077 )
...
* feat: move base picker to project form
* fix: format
2026-03-17 09:55:37 +04:00
shadcn
5ee4567353
feat: update handling of init urls
2026-03-11 12:07:18 +04:00
shadcn
598fb2f55a
feat: track preset code
2026-03-11 10:35:46 +04:00
shadcn
448fb0bc06
fix
2026-03-10 21:05:02 +04:00
shadcn
16da5f2a56
fix
2026-03-10 17:06:29 +04:00
shadcn
dad006aa1e
fix
2026-03-10 16:55:09 +04:00
shadcn
20a94ddb77
fix
2026-03-10 16:28:51 +04:00
shadcn
49616d2e16
fix
2026-03-10 13:25:21 +04:00
shadcn
f45b8f3066
feat: init
2026-03-09 17:18:12 +04:00
shadcn
882a9cb145
fix: mode switcher toggle
2026-03-09 09:11:47 +04:00
shadcn
7e405f1568
fix: --base in project form
2026-03-08 12:39:38 +04:00
shadcn
b44ca370f1
fix
2026-03-06 17:13:13 +04:00
shadcn
b19fa88dec
fix: update tracking
2026-03-06 16:05:11 +04:00
shadcn
3aa50ddc9d
feat: update create page
2026-03-06 16:05:01 +04:00