Bootstrap 5.3.8
Bootstrap 5.3.8 just dropped -- the latest patch for the worlds most popular CSS framework. Lets break down whats inside.
Bug Bashes
The headline change in 5.3.8 is a reversion of a dropdown focus regression. The previous release introduced an attempt to programmatically return focus to dropdown triggers, but it created more issues than it solved. The team decided the cleanest fix was to revert it entirely. Sometimes less is more.
CSS Polish
- Child combinator selectors -- The accordion component now uses child combinators to avoid inheriting parent accordion flush styles, preventing unintended style leaks.
- Validation state focus fix -- Focus box-shadow styles for validation-stated form elements now render correctly across browsers.
- General CSS cleanup -- Several under-the-hood style refinements that keep the framework maintainable for the long haul.
Docs Updates
- CSS Grid documentation -- Updated the css-grid documentation page to reflect modern best practices.
- Clarified migration notes -- Several documentation points were clarified based on community feedback.
Whats Next
Bootstrap 5.3.8 is expected to be the last patch release on the 5.3 line before Bootstrap 5.4 ships. The 5.4 release will introduce new features and is being actively developed. If you are on 5.3.x, this is a safe, low-risk upgrade before the bigger changes arrive.
Upgrade with your package manager of choice. No breaking changes -- you can drop this in with confidence.