-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[v6] Add react-bootstrap theme to replace bootstrap-4 (#3638) #3974
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,13 @@ | |
"@material-ui/core": "^4.12.4", | ||
"@mui/material": "^5.14.8", | ||
"@rjsf/antd": "^5.15.0", | ||
"@rjsf/bootstrap-4": "^5.15.0", | ||
"@rjsf/chakra-ui": "^5.15.0", | ||
"@rjsf/core": "^5.15.0", | ||
"@rjsf/fluent-ui": "^5.15.0", | ||
"@rjsf/fluentui-rc": "^5.15.0", | ||
"@rjsf/material-ui": "^5.15.0", | ||
"@rjsf/mui": "^5.15.0", | ||
"@rjsf/react-bootstrap": "file:../react-bootstrap", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This lets me build the playground without releasing the theme to NPM. We can update this to the version number once we release a v6 beta. |
||
"@rjsf/semantic-ui": "^5.15.0", | ||
"@rjsf/utils": "^5.15.0", | ||
"@rjsf/validator-ajv6": "^5.15.0", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, add this to the migration guide with breaking changes?