Bootstrap v5.3.1 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights!
- Color modes:
$gray-500
with $gray-300
for the body
color Added our color mode switcher JavaScript to our examples ZIP
download
- Components:
.nav-link
s,
providing .disabled
and :disabled
for use
with anchors and buttons Add support for Home
and
End
keys for navigating tabs by keyboard Added some
basic styling to toggle buttons when no modifier class is present
Fixed carousel colors in dark mode
- Forms:
- Utilities:
.text-bg-*
utilities now use CSS variables
- Sass:
$navbar-dark-icon-color
Sass variable Removed
duplicate $alert
Sass variables Added a new variable
for $vr-border-width
to customize the vertical rule
helper width
- Documentation:
Get the release
Head to https://getbootstrap.com for the latest. It’s also been pushed to npm:
npm i bootstrap@v5.3.1
Read the GitHub v5.3.1 changelog for a complete list of changes in this release.
Support the team
Visit our Open Collective page or our team members’ GitHub profiles to help support the maintainers contributing to Bootstrap.
Read more https://blog.getbootstrap.com/2023/07/26/bootstrap-5-3-1/