-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: Update shadcn to use latest shadcn components and Tailwind v4 #4720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
heath-freenome
merged 12 commits into
rjsf-team:main
from
tuanphung2308:tuanphung2308/shadcn-tw-v4
Aug 15, 2025
Merged
feat: Update shadcn to use latest shadcn components and Tailwind v4 #4720
heath-freenome
merged 12 commits into
rjsf-team:main
from
tuanphung2308:tuanphung2308/shadcn-tw-v4
Aug 15, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iling css. also remove unnecessary postcss
…ith new class names and attributes
…ignment and RTL support" This reverts commit b0a3f28.
… and theme updates
@tuanphung2308 A couple of small things |
heath-freenome
approved these changes
Aug 15, 2025
Sheday
pushed a commit
to Sheday/react-jsonschema-form
that referenced
this pull request
Aug 16, 2025
…jsf-team#4720) * feat: bump shadcn to v4 components * feat: update tailwindcss to v4.1.11 and add @tailwindcss/cli for compiling css. also remove unnecessary postcss * feat: switch to @tailwindcss/cli for CSS build process * feat: update IconButton to use class-variance-authority for variant props * feat: add new CSS themes for styling with Tailwind CSS v4 * feat: update stylesheet paths to use v4 versions for shadcn themes * feat: update Jest snapshots for TextAreaWidget and CheckboxesWidget with new class names and attributes * feat: update SubmitButton layout to use flexbox for better alignment and RTL support * Revert "feat: update SubmitButton layout to use flexbox for better alignment and RTL support" This reverts commit b0a3f28. * feat: update CHANGELOG for version 6.0.0-beta.15 with component bumps and theme updates * chore: remove unnecessary components.json * Update CHANGELOG.md --------- Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
@heath-freenome I was on short vacation this weekend. Gonna do a separate PR for the README screenshot update |
@tuanphung2308 awesome, I look forward to reviewing it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reasons for making this change
fixes #[4681]
shadcn
codebase and tailwind v4 syntax.Checklist
npx nx run-many --target=build --exclude=@rjsf/docs && npm run test:update
to update snapshots, if needed.