Bootstrap 5.0.1
Our first patch release for Bootstrap 5 has landed with v5.0.1! We’ve fixed a handful of bugs in our CSS and JS while also resolving a few issues with our docs and examples.
Changelog
- Fixed an issue where dropdowns wouldn’t close after clicking into an
<input>
- Validated inputs in
.input-group
s no longer render behind sibling elements - Prevent
accent-bg
from leaking in nested tables - Modal backdrops no longer throw Uncaught TypeError when initialized through JS
- Refactored disposing properties into the base component
- Extracted static
DATA_KEY
andEVENT_KEY
to the base component - Merged
transitionend
listener callbacks into one method - Popovers and tooltips have a streamlined config property
- Toasts no longer automatically hide on focus or hover
- No longer redefining
$list-group-color
in the list group loop
Our docs and examples also received a few updates:
- Fixed Sidebars example not rendering correctly in Chrome
- Fixed RTLCSS
stringMap
configuration snippet - Updated offcanvas navbar example to prevent console error
- Fixed miscellaneous typos, grammatical errors, and links in the Migration guide
Head to GitHub for a complete list of issues and pull requests in v5.0.1. You can also review the v5.0.1 project board.
Get the release
Head to https://getbootstrap.com for the latest. It’s also been pushed to npm:
npm i bootstrap
Review the GitHub v5.0.1 release changelog for a complete list of changes since our last release.
Support the team
Visit our Open Collective page or our team members’ GitHub profiles to help support the maintainers contributing to Bootstrap.