-
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
Dropping bootstrap-4 support by renaming theme to react-bootstrap, using version 2 #3638
Comments
@Dannergal Have you installed |
Hi thanks for your support, in this thread: Is necessary to Add in your documentation:
|
Hi, any news? seems react-bootstrap now easily conflict with rjsf so can be good to integrate more recent versions |
- Add react-bootstrap package and use react-bootstrap v2, corresponding to Bootstrap 5 - CheckboxesWidget: Remove deprecated prop `custom` - IconButton: Remove deprecated `block` prop - RangeWidget: Use `FormRange` component - SelectWidget: Use new FormSelect component, remove `bsPrefix` prop to achieve correct styling
- Add react-bootstrap package and use react-bootstrap v2, corresponding to Bootstrap 5 - CheckboxesWidget: Remove deprecated prop `custom` - IconButton: Remove deprecated `block` prop - RangeWidget: Use `FormRange` component - SelectWidget: Use new FormSelect component, remove `bsPrefix` prop to achieve correct styling
Done in v6 |
Prerequisites
What theme are you using?
bootstrap-4
Is your feature request related to a problem? Please describe.
Given that the
bootstrap-4
theme is based on thereact-bootstrap
package and we are 1 major release behind we need to deal with both of those issues at the same time.Describe the solution you'd like
We are planning to rename the theme in the next major release. At the same time, we will bump it to the react-bootstrap 2 version. This will be a breaking change
Describe alternatives you've considered
Provide a
bootstrap-5
theme instead. We ruled this out because:react-bootstrap
The text was updated successfully, but these errors were encountered: