-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Merge the RJSF V6 long-lived branch #4593
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
Merged
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
805e397
Merge changes in `main` to `rjsf-v6` (#3996)
nickgros 43c1df1
Add rjsf-v6 to ci.yml (#3989)
nickgros c06ecba
Fix typo in ci.yml
nickgros c456252
[v6] Add react-bootstrap theme to replace bootstrap-4 (#3638) (#3974)
nickgros 152a8f6
[v6] Remove `@rjsf/material-ui` theme (Material UI v4) (#4010)
nickgros 0ff0afa
Merge changes in `main` to `rjsf-v6` (#4164)
nickgros 94b54dc
Merge changes in `main` to `rjsf-v6` (#4276)
nickgros 27c1ef5
v6.0.0-alpha.0
nickgros 406bb2b
Fix changelog, react-bootstrap README (#4278)
nickgros 21fdaa6
Forward main changes (#4487)
heath-freenome c6eb0a8
Removed the fluent-ui theme (#4488)
heath-freenome ffe154b
Added new templates, utility function and refactored ArrayFieldItemTe…
heath-freenome 64e2ee4
Implemented the GridTemplate for all themes (#4491)
heath-freenome 6f9c2ed
Cleanup in preparation for new LayoutGridField (#4501)
heath-freenome bdf1a2e
Removed validator-ajv6 (#4502)
heath-freenome 19e143c
Added new utility functions needed by LayoutGridForm (#4503)
heath-freenome 349aa72
Add LayoutGridField and LayoutMultiSchemaField (#4506)
heath-freenome 8eb9bc3
Add playground examples for LayoutGrid for each theme (#4509)
heath-freenome e8c1b66
Merge branch 'main' into rjsf-v6
heath-freenome a2c6f05
Merge branch 'main' into rjsf-v6
heath-freenome 93a4a6f
Feature : add Shadcn theme (#4520)
karimkhalaf 26af9a7
Remove remnants of validator-ajv6 added during main merge (#4533)
heath-freenome c7f2272
chore: Replace Lerna with Nx in build and release processes, update r…
nickgros bf53caa
Update .gitignore
heath-freenome 06bfd9a
Merge branch 'main' into rjsf-v6
heath-freenome 3e69bdb
Chore: add "type": "module" to all package.json files for better ESM …
heath-freenome dc91565
Feature: Add LayoutHeaderField to support headers in Layout Grids (#4…
heath-freenome 91ac453
Added snapshots tests for grids (#4559)
heath-freenome dadcd10
DaisyUI v5 Theme for React JSON Schema Form v6 (#4551)
inchoate 6e74e1d
Fixing daisyui build (#4568)
heath-freenome ad158c5
Merge branch 'main' into rjsf-v6
heath-freenome 7960feb
Fixed #4564 by checking process type (#4569)
heath-freenome f8e9691
Added documentation for the Layout Grid feature and fixed a few issue…
heath-freenome 65586f2
Chore: Removed pre-v6 deprecations and limit react to >= 18 (#4577)
heath-freenome eb105ec
Chakra UI v2 to v3 migration (#4566)
antpaw 3aabe37
Fix: Fixed the tests for chakra-ui v3 (#4581)
heath-freenome d45af8b
Fix 2280 by moving the bootstrap 3 classes out of SchemaField (#4579)
heath-freenome d28b69f
Merge branch 'main' into rjsf-v6
heath-freenome 93faca3
Merge branch 'main' into rjsf-v6
heath-freenome d2057ce
Added support for `patternProperties` (#4582)
GlassOfWhiskey 1ecd15b
Chore: Update 3rd Party libraries to the latest (#4583)
heath-freenome 581dd6a
Merge branch 'main' into rjsf-v6
heath-freenome b7aa233
Apply suggestions from code review
heath-freenome dfb76e9
Update .github/workflows/ci.yml
heath-freenome 97d5a6d
Apply suggestions from code review
heath-freenome 020d8a1
Update release.yml
heath-freenome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
# Hopefully this disables husky on github CI | ||
[ -n "$CI" ] && exit 0 | ||
npm run pre-commit:husky |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.16.0 | ||
22.13.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18 | ||
22 |
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"presets": [ | ||
["@babel/preset-env", { "targets": { "node": "current" } }], | ||
[ | ||
"@babel/preset-react", | ||
{ | ||
"runtime": "automatic" | ||
} | ||
], | ||
"@babel/preset-typescript" | ||
], | ||
"plugins": [ | ||
"@babel/plugin-proposal-class-properties", | ||
"@babel/plugin-proposal-optional-chaining", | ||
"@babel/plugin-transform-class-static-block" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.