1
If it could be help designers !
Migration from bootstrap 4 to BT5 :
1 - convert all spacing (margin/padding) with
l (left) to s (start)
r (right) to e (end)
2 - convert text-*text-left to text-start
text-right to text-end
3 - Dropdown menuIn navbar : data-toggle="dropdown" to data-bs-toggle="dropdown"
4 - FormsDropped .input-group-append and .input-group-prepend. You can now just add buttons and .input-group-text as direct children of the input groups.
5 - Carousel data-ride to data-bs-ride
convert list to button
data-slide-to to data-bs-slide-to
use new class to the previous and next button on
control button6 - JumbotronDropped the jumbotron component as it can be replicated with utilities
See
here example without jumbotron