An issue to track Bootstrap 5 support on our side:
- Check what are breaking changes / new features
- Build with
alpha
version of Bootstrap - Popper 2 as a dependency (#3579)
- Versioning on our side (BS 4.4 LTS or not?)
- Drop IE support in our code. Impact?
For your first point:
Breaking changes
Popovers
.arrow
to.popover-arrow
Tooltips
.arrow
to.tooltip-arrow
Screen readers
.sr-only
to.visually-hidden
New features
Modals
fullscreen
,fullscreen-sm-down
…)Icons
Docs and E2E
Badges
.badge
modifier classes with background utility classes (e.g., use.bg-primary
instead of.badge-primary
)Forms
Navbar
<div class="container-fluid">
Using https://github.com/twbs/bootstrap/blob/main/site/content/docs/5.0/migration.md