shadcn
f15a22073f
feat(cli): tree resolver
2024-08-19 16:37:35 +04:00
shadcn
2744218d71
feat(cli): refactor init handling
2024-08-19 12:23:49 +04:00
shadcn
b95ffc2168
feat(cli): update tests
2024-08-18 23:35:19 +04:00
shadcn
30d47cab2f
feat(cli): implement tailwind-css updater
2024-08-18 22:44:09 +04:00
shadcn
119bc7b044
refactor(cli): move to updaters
2024-08-18 14:30:08 +04:00
shadcn
0711a3711e
refactor(cli): move defaults out of cli
2024-08-18 13:57:29 +04:00
shadcn
33595c7d21
refactor(cli): destinations
2024-08-18 11:44:19 +04:00
shadcn
76738a9187
feat(cli): implement initializers
2024-08-18 01:30:42 +04:00
shadcn
757b715aa5
feat(cli): add detected framework
2024-08-15 00:57:56 +04:00
shadcn
fa4448fc6e
chore: add changesets
2024-08-15 00:18:35 +04:00
shadcn
d86676ae2a
feat(cli): support for laravel
2024-08-15 00:02:16 +04:00
shadcn
f4080fbdaf
chore(cli): update phrasing
2024-08-14 21:42:59 +04:00
shadcn
87b6d0c312
feat(cli): update framework handling and fallback
2024-08-14 21:41:53 +04:00
shadcn
665d4e8f93
feat(cli): update preflight handling
2024-08-14 16:53:20 +04:00
shadcn
99eb4a2df7
feat(cli): update framework info handling
2024-08-14 14:25:39 +04:00
shadcn
3b8376b687
chore(cli): remove unused getProjectInfo
2024-08-13 16:15:45 +04:00
shadcn
72719d663e
feat(cli): add support for astro, vite and remix
2024-08-13 16:09:25 +04:00
shadcn
6684b40e4c
chore(cli): update vitest and snapshots
2024-08-13 14:53:30 +04:00
Sangram Bahadur
9f156a1b89
fix: Playground example model selector working ( #4507 )
...
Issue:
The ModelItem component's onPeek handler was sometimes logging incorrect data, causing the model selector to appear inconsistent.
Changes Made:
Verified that the aria-selected attribute is true before calling onPeek(model), ensuring the function is only called when the element is actually selected.
Fixed Model Selector Inconsistency in Playground Example
fixes #4506
2024-08-07 07:44:30 +00:00
Azhar Zaman
f2e33415c6
fix(www): combobox examples error ( #4503 )
...
* bug-fix: added command-list component to eliminate error
Wrap CommandEmpty and CommandGroup inside CommandList
Eliminated Error: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
* fix(www): command examples
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-08-06 01:42:26 +04:00
Justin Nguyen
59a931055f
fix(command): disabled items and cmdk 1.0.0 ( #2945 )
...
* fix: fix breaking changes for Command component that comes with cmdk 1.0.0
* chore: build registry
* chore: moving paths for some examples
* chore: moving paths for some examples
* chore: use data instead of aria
* fix: update command and pin cmdk
* fix: model selector
* fix: command for new york
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-08-05 15:28:14 +04:00
Erdiansyah
59f2d558b6
docs: Fix docs dark-mode astro.mdx ( #4491 )
...
remove redundant script closing tag
2024-08-03 20:54:17 +00:00
Liron Abutbul
4a77cdc41c
fix(www): remove unused import ( #4324 )
2024-08-04 00:35:04 +04:00
Jai Prakash Kaushik
e42f55f8e3
fix(www): min width for mail example ( #4437 )
...
Co-authored-by: Jai Prakash Kaushik <jaiprakash02082001@gmail.com >
Co-authored-by: shadcn <m@shadcn.com >
2024-08-04 00:17:49 +04:00
Jaeung Jang
6cc38903b8
fix: missing close tag for command ( #4330 )
...
* fix: missing close tag for command
* docs(www): fix formatting
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-08-04 00:06:52 +04:00
shadcn
32e4b78da8
fix(www): mail
2024-07-24 13:02:42 +04:00
shadcn
2cef110f45
Merge branch 'main' of github.com:shadcn/ui
2024-07-24 12:44:26 +04:00
shadcn
79254d6b80
fix(www): mail example
2024-07-24 12:44:19 +04:00
shadcn
6e2d83bf42
fix: pin react-day-picker ( #4387 )
2024-07-23 11:14:14 +04:00
Diogo Martino
cc70f6ef43
docs: add missing command ( #4301 )
2024-07-18 11:45:39 +04:00
shadcn
d3fec64031
chore: remove precommit hooks ( #4319 )
2024-07-17 20:28:10 +04:00
shadcn
12539b3664
feat(www): tooltip examples ( #4309 )
...
* feat(www): more chart examples
* feat(www): add tooltip examples
* feat: add themes support on blocks page
* chore: build registry
* fix: colors on charts
* fix: styles
* fix: downgrade rehype-pretty-code
* chore: fix
* fix: frame
* fix: code
* feat: update charts nav
* fix: use client
* feat: update all charts
2024-07-17 19:22:38 +04:00
shadcn
210010f5ed
more chart examples ( #4304 )
...
* feat(www): more chart examples
* feat: add themes support on blocks page
* chore: build registry
* fix: colors on charts
* fix: styles
* fix: downgrade rehype-pretty-code
* chore: fix
* fix: frame
* fix: code
2024-07-17 18:58:40 +04:00
Rubin Bajracharya
cc5e07b60b
fix: typo in theme template causing blank color values. ( #4315 )
...
Typo fix to get proper value when pressing copy code in theme customizer section.
Link for Issue: https://github.com/shadcn-ui/ui/issues/4314
2024-07-17 08:47:50 +00:00
Andy Hsu
29150e576a
fix(docs): incorrect link on charts page ( #4305 )
2024-07-16 20:24:05 +04:00
xSenny
5b856127ee
fix(www): update height of chart in preview ( #4244 )
...
Co-authored-by: shadcn <m@shadcn.com >
2024-07-16 14:53:32 +04:00
Jenia Brook
93808ab561
Use double-quotes instead template literals ( #4286 )
...
Just for consistency 🙏
2024-07-15 08:50:18 +00:00
Leo Lin
58637a34d1
chore(www): update indentation in build script ( #4293 )
...
Co-authored-by: shadcn <m@shadcn.com >
2024-07-15 12:34:07 +04:00
Ethan Brown
dd9900ba0e
docs(www): update Vite instructions ( #4260 )
2024-07-15 12:33:40 +04:00
shadcn
650b3b9bda
chore(www): switch to contentlayer2 ( #4292 )
...
* chore(www): switch to contentlayer2
* chore: rebuild registry
* fix: build
2024-07-15 12:18:58 +04:00
Sushant Mishra
238e492181
fix(docs): resolve imports for IDE ( #4275 )
...
IDE uses the config mentioned in the `tsconfig.app.json` file whereas shadcn uses the config mentioned in the `tsconfig.json` file for path resolution
Before adding the path to `tsconfig.app.json`

After adding the path to `tsconfig.app.json`

This commit mentions the same in the installation with `vite` docs
2024-07-15 06:57:48 +00:00
Ariel
f170784f78
bug fix: type error in chart.tsx ( #4230 )
...
# Current Issue
when running `next lint`, the typescript compiler fails on the chart component (closes #4229 )
`Type error: Type 'string[]' is not assignable to type 'string | TrustedHTML'.`
# Resolution
We can coerce the `string[]` into a valid type by `join`ing.
2024-07-11 13:14:44 +00:00
Mariano Álvarez
03b1d783c4
feat: add chart colors to theme customizer ( #4237 )
...
# Description
This PR adds support for customizing graphics themes in the `ThemeCustomizer` component. Users can now select and copy chart colors (`chart-1`, `chart-2`, `chart-3`, `chart-4`, `chart-5`) along with other themes.
## Changes Implemented
1. **Themes Update**: Added chart themes (`chart-1`, `chart-2`, `chart-3`, `chart-4`, `chart-5`) to the chart file. themes configuration (`themes.ts`).
2. **Modification of the `ThemeCustomizer` Component**: The new graphics themes were integrated into the component so that they can be selected and copied.
3. **CSS Tweak**: Updated the functions that generate CSS code to include the new graphics themes.
## How to Test
1. Run the project locally.
2. Navigate to the `ThemeCustomizer` component.
3. Verify that the new graphics themes are available for selection.
4. Test the functionality of copying the CSS code and making sure it includes the graphics colors.
## References
- Added support for graphics themes based on defaults provided by Shadcn.
2024-07-10 12:56:38 +00:00
rds_agi
36a9c1bb71
Fixed all issues related Command component ( #4154 )
...
# Fix Command Component issues and update documentation
## Changes
- Resolve Command Component issues by wrapping `<CommandGroup />` inside `<CommandList>`
- Update deprecated docs in `combobox.mdx` to reflect latest `<Command />` component usage
### Code Changes
From:
```tsx
<Command>
...
<CommandGroup>
...
</CommandGroup>
</Command>
```
To:
```tsx
<Command>
...
<CommandList>
<CommandGroup>
...
</CommandGroup>
</CommandList>
</Command>
```
## Visual Comparison
Before & After comparison:
https://github.com/shadcn-ui/ui/assets/77154365/156b7180-54e6-45aa-8934-b4fb99e6160e
## Summary
By wrapping `<CommandGroup />` inside `<CommandList>{children}</CommandList>`, all issues related to the Command Component have been resolved.
2024-07-10 12:40:55 +00:00
liruifengv
949e6f65ef
fix type import in toggle-group.tsx ( #4234 )
...
## description
fix type import in toggle-group.tsx
2024-07-10 12:40:38 +00:00
Howard Chiam
dbbb2a427e
docs: minor typo in the first page's FAQ ( #4174 )
...
Co-authored-by: shadcn <m@shadcn.com >
2024-07-10 16:37:11 +04:00
Christian F
1369d3ca96
Update data-table.mdx ( #4153 )
...
Docs link was broken ...
2024-07-10 12:24:25 +00:00
shadcn
984c4d8912
feat: add colors page ( #4238 )
2024-07-10 16:11:38 +04:00
Batuhan Tomo
248347a389
fix: Update ChartTooltipContent to handle "0" item value ( #4215 )
...
Fix #4214 : Update ChartTooltipContent to handle "0" item value
2024-07-10 12:08:25 +00:00
OGPowell
f6ad10abd5
docs(www): fix typo ( #4232 )
2024-07-09 21:08:37 +04:00