#25333: Add ability to change .table-striped from odd or even via Sass variable.
#25356: Fix rounded corners on custom file in input group.
#25385: Add .flex-fill utility class. This was previously in our source code, and is mentioned in our navs docs, but was mistakenly dropped at some point.
#25386: Use variables for white and black in theme-color-level function.
#25400: Add basic position to dropup/right/left and dropdown-menu-right.
#25414: Override .custom-select's width in .form-inline.
Highlights
.carousel-fade
modifier to switch carousel from slides to crossfade..dropdown-item-text
for plaintext dropdown items..flex-fill
,.flex-grow-*
, and.flex-shrink-*
utilities..table-borderless
variant for tables..text-monospace
utility..text-body
(default body color),.text-black-50
(50% opacity black), and.text-white-50
(50% opacity white) utilities..shadow-*
utilities for quickly addingbox-shadow
s..text-hide
—you'll see a warning during compilation.CSS
.table-borderless
option..dropdown-item-text
to allow plaintext items in dropdown menu lists..w-auto
and.h-auto
..sr-only
mixin and utility to removeclip-path
that caused performance degradation. Matches changes to upstream H5BP.word-wrap
in progress bars..table-striped
fromodd
oreven
via Sass variable..flex-fill
utility class. This was previously in our source code, and is mentioned in our navs docs, but was mistakenly dropped at some point.theme-color-level
function..custom-select
's width in.form-inline
.$input-bg
for$custom-select-bg
.prefers-reduced-motion
media query.btn-link
.$table-caption-color
, for table caption element..custom-file-control
to.custom-file-label
.navbar-align
mixin..text-monospace
utility..flex-grow-*
and.flex-shrink-*
utilities..card-columns
..text-hide
with@warn
notice.JS
referenceElement
.$(document.body)
instead of$('body')
.Docs
-Pre
from NuGet install in README..table-responsive
.color
to$body-text
on.form-control-plaintext
..img-fluid
by.w-100
in Carousel docs to match example..blockquote-reverse
in migration docs.data-target
/href
attribute for carousel controls..form-control-range
..bg-transparent
to docsjustify-content-between
in navbar docs.Build tools
scss/dollar-variable-default
rule.The text was updated successfully, but these errors were encountered: