While attempting to update Bootstrap from version 4.6.0 to 4.6.2 in a few codebases, I encountered some issues that prevented me from completing the upgrade successfully.
- The
<small>
tag and.small
CSS class are now displaying larger than before. - Tabs styled with
.nav-tabs .nav-link
only show shading when active and no longer when inactive.
This seems unusual for a patch level change like moving from 4.6.0 to 4.6.2, which is expected to mainly address coding issues without altering major functionality as per semantic versioning principles.
Interestingly, updating to Bootstrap 4.6.1 did not cause these issues, only when transitioning to 4.6.2 did they arise.
If you have any insights or solutions on how to resolve these problems, I would greatly appreciate the assistance.