Bootstrap v5.3.3
Boosted v5.3.3
As usual, you may want to refer to Bootstrap v5.3.3 changelog for an exhaustive list of features and changes in Boosted/Bootstrap, to our migration guide to v5.3.3, and to the GitHub Release Discussion acting as a blog post.
🚀 Features
- Alerts: change warning icon (#2240)
- List group: 2 new variants and change default font-weight (#1467)
- Dark mode: complete implementation of the dark mode for Boosted (components, modules, examples, utilities, etc.) (#2223)
🐛 Fixes
- Check button: don't remove left/right borders when not in a
.btn-group
(#2239) - Dark variants: some text colors were light gray instead of white (#2263)
- Examples: [both light/dark images were displayed in 'auto' mode in Download App example (#2261)
- Dropdowns: add some missing Boosted mod comments and "instead of" precisions in Sass comments (#2294)
- Unit tests: drop
.btn-secondary
from carousel play/pause buttons for consistency (#2306) - Form controls: adjust form control color size when there's valid feedback, and adjust right padding of the valid feedback icon (#2341)
- Back to top: dropped a useless CSS rule implementing a removed variant (#2340)
- Tooltips: two CSS vars had a double prefix (#2353)
- Quantity selector: improve the rendering of its focus state when in error (#2099)
- Examples: apply correctly
.header-minimized
to the Navbars example (#2354) - Typography: update line-height and letter-spacing values for
.lead
in mobile and tablet breakpoints (#2363 / 61bf996) - CSS: remove unused
get-color-from-rgba-string
Sass function (64b9160) - Docs: improve some alignments in the docs header (#2398)
- Examples: drop underlined hovered footer links in Download page example (#2415)
- Orange navbar: fix spacing between supra bar links on small breakpoints (#2428)
- Examples: remove unused
.bd-content
from Form example (#2439)
📖 Docs
- Color modes: reintroduce dark mode information hidden for previous Boosted releases (#2250)
- Homepage: minor rendering tweaks to get closer to Bootstrap (#2374)
- Design guidelines: add thumbnail hover micro animation (#2379)
- Icons: fix Solaris icons URL and add it to the header and footer (#2396)
- Navbar: enhance the navbar's dropdown rendering on mobile (#2432)
- Links: use oran.ge links when they are available (#2488)
- Icons: enhance Extend > Icons page to reflect our latest recommendation (#2075)
- Icons: add an 'Icons rendering' section in Extend > Icons (#2217)