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
Upgrade Bootstrap to version 5 #16521
Conversation
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.
Could you edit the sync js vendor script if needed?
package.json
Outdated
| @@ -13,8 +13,9 @@ | |||
| "@babel/cli": "^7.12.1", | |||
| "@babel/core": "^7.12.3", | |||
| "@babel/preset-env": "^7.12.1", | |||
| "@popperjs/core": "^2.5.4", | |||
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.
They did not succeed to remove this?
|
I'm fine with dropping support for Internet Explorer (and the rest of this), but I wonder if we need to add a note in |
|
I might suggest holding this off until 5.2, also. |
I agree. |
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
f7ba7ce
to
992030c
Compare
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
992030c
to
178882b
Compare
Bootstrap 5 has RTL support integrated. But removed support for Internet Explorer.