Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
0a525bf
feat: migrated from v5 to v6
tuanphung2308 Feb 24, 2025
59f823f
chore: minor style fix for disabled state for select
tuanphung2308 Mar 3, 2025
301ea58
chore: rename `shad-lib` to `lib`, also updated test snapshots for ad…
tuanphung2308 Mar 10, 2025
3c52d06
updated package*.json after versioning
tuanphung2308 Mar 11, 2025
2e6cafd
Merge remote-tracking branch 'origin/rjsf-v6' into tuanphung2308/rjsf…
tuanphung2308 Mar 11, 2025
bd5a53d
updated package*.json after versioning
tuanphung2308 Mar 11, 2025
c59c7e2
Merge remote-tracking branch 'origin/rjsf-v6' into tuanphung2308/rjsf…
tuanphung2308 Mar 14, 2025
325a75f
feat: grid template implementation
tuanphung2308 Mar 14, 2025
33b01c5
feat: migrated from v5 to v6
tuanphung2308 Feb 24, 2025
6f8f6d6
chore: rename `shad-lib` to `lib`, also updated test snapshots for ad…
tuanphung2308 Mar 10, 2025
910ad94
updated package*.json after versioning
tuanphung2308 Mar 11, 2025
e67d047
updated package*.json after versioning
tuanphung2308 Mar 11, 2025
9af5bf3
feat: grid template implementation
tuanphung2308 Mar 14, 2025
8395ce0
chore: update test snapshot
tuanphung2308 Mar 14, 2025
ca667c1
chore: update README.md for rjsf/core versioning
tuanphung2308 Mar 14, 2025
f7af31b
chore: improve ESM support (tsconfig.build.json and package.json)
tuanphung2308 Mar 14, 2025
53909aa
chore: add missing jsdoc for all component
tuanphung2308 Mar 14, 2025
ed07255
chore: remove console.log when finish building css files
tuanphung2308 Mar 14, 2025
147dc44
fix: only imports what necessary from React/radix primitive
tuanphung2308 Mar 14, 2025
5950a42
chore: rearrange import sort order
tuanphung2308 Mar 14, 2025
faca97f
chore: remove blank line in gitignore, lint jest.config, reduce jsdom…
tuanphung2308 Mar 17, 2025
300c6f7
updated package*.json after versioning
tuanphung2308 Mar 17, 2025
b2516df
Update .gitignore
tuanphung2308 Mar 18, 2025
b954df8
Update packages/shadcn/src/AddButton/AddButton.tsx
tuanphung2308 Mar 18, 2025
e4da1c8
Update packages/shadcn/build-css.cjs
tuanphung2308 Mar 18, 2025
cbe216a
Update packages/shadcn/README.md
tuanphung2308 Mar 18, 2025
49c8832
chore: add jsdoc for icon button components
tuanphung2308 Mar 18, 2025
29be6c5
refactor: simplify conditional rendering in SelectWidget component
tuanphung2308 Mar 18, 2025
2d6ab73
chore: rename build-css.cjs to build-css.js and update package.json s…
tuanphung2308 Mar 18, 2025
bdd98ab
chore: add JSDoc comments for Alert component
tuanphung2308 Mar 18, 2025
d3cf314
chore: add JSDoc comments for Badge component
tuanphung2308 Mar 18, 2025
41ba135
chore: add JSDoc comments for Button component
tuanphung2308 Mar 18, 2025
d089bf9
chore: add JSDoc for Checkbox component
tuanphung2308 Mar 18, 2025
b42ac6a
chore: add JSDoc for Command components
tuanphung2308 Mar 18, 2025
01a5358
chore: add JSDoc for FancyMultiSelect, FancySelect and default select…
tuanphung2308 Mar 18, 2025
8a08c74
chore: add JSDoc return type for Alert, Badge, Button, and Command co…
tuanphung2308 Mar 18, 2025
4e9fc55
chore: add JSDoc for Input, Label, and Textarea components
tuanphung2308 Mar 18, 2025
97df1cb
chore: add JSDoc for Dialog, RadioGroup, Separator, and Slider compon…
tuanphung2308 Mar 18, 2025
4720587
chore: proofreading JSDoc and improve documentation for AddButton, Fa…
tuanphung2308 Mar 18, 2025
971b458
Update packages/shadcn/.gitignore
tuanphung2308 Mar 18, 2025
ab3626b
chore: refine JSDoc for RangeWidget component and adjust type annotat…
tuanphung2308 Mar 18, 2025
b390ed2
Merge remote-tracking branch 'origin/tuanphung2308/rjsf-v6/shadcn' in…
tuanphung2308 Mar 18, 2025
8cbed0e
Update packages/shadcn/src/AddButton/AddButton.tsx
tuanphung2308 Mar 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,5 @@ lodashReplacer.js
muiReplacer.js
ajvReplacer.js

# Need this due to shadcn default utils folder is lib
!packages/shadcn/src/lib
Loading