You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved Sass map customization with Sass map trickery for easier customization #23260. With this change, it's now possible to override specific key value pairs instead of resetting the entire map, ideal for color scheme customization.
Restored grid .offset- modifiers in Restore grid offset classes #23445. Originally our intent was to supplement this with our margin utilities, but we underestimated the appeal of fixed number column offsets.
change yiq mixin to an actual function #23943: Changed the color-yiq from a mixin that included the color property to a function that returns a value, allowing you to use it for any CSS property. For example, instead of color-yiq(#000), you'd write color: color-yiq(#000);.
Highlights
.offset-
modifiers in Restore grid offset classes #23445. Originally our intent was to supplement this with our margin utilities, but we underestimated the appeal of fixed number column offsets.color
from.badge
, and it's associated$badge-color
variable, in Removecolor
property frombadge
class #23529.grayscale
function togray
to avoid breaking CSS nativegrayscale
filter in Rename grayscale function to gray #23579..table-inverse
,.thead-inverse
, and.thead-default
to.*-dark
and.*-light
, matching our color schemes used elsewhere in Rename.table-inverse
,.thead-inverse
,.thead-default
to.*-dark
,.*-light
#23560..table-responsive-{sm,md,lg,xl}
to the already present.table-responsive
. You might need to adjust your usage depending on when you want a table to resize. See Generate series of.table-responsive-*
classes to accomodate overflowing tables in a variety of screen sizes #22804.bootstrap.bundle.js
andbootstrap.bundle.min.js
. See Create a bundled release of Bootstrap with Popper.js inside #23735.float
to flexbox in Changes floats to flex on breadcrumbs #23683.color-yiq
from a mixin that included thecolor
property to a function that returns a value, allowing you to use it for any CSS property. For example, instead ofcolor-yiq(#000)
, you'd writecolor: color-yiq(#000);
.CSS
.position-*
utilities.font-weight-light
.relative
toabsolute
to fix an overflow issue.all
.pointer-events
on modals to prevent clicks.$input-btn-border-width
<body>
so we can inherit it in<th>
s #22858: Addtext-align: left
to the<body>
so we can inherit it on tables..modal-title
is present..table-responsive-*
classes to accomodate overflowing tables in a variety of screen sizes #22804: Generate responsive table classes for each breakpoint.box-sizing
reset to avoid Chrome inheritance bug with<details>
.$enable-caret
#22926: Add option to disable carets on dropdowns through$enable-caret
..btn-link
styles to.btn
.$border-color
.SF Mono
to the monospace font stack.margin-bottom
.border-top
if list-group follows.card-header
.margin-bottom
.<hr>
s from collapsing when immediate child of.card
..custom-select
withmultiple
attribute.$input-group-addon-color
#23068: Add variable for settingcolor
on input group addons.$input-height-inner-lg
should use$font-size-lg
instead of `$font… #23150: Fix incorrect line-height variable usage.map-merge
state..btn-outline-light
.width: 100%
on.fluid-container
.custom.scss
that no longer exists.!default
to$paragraph-margin-bottom
variablegrayscale
function togray
to avoid breaking CSS nativegrayscale
filter.$border-width
variable..col-form-label
padding to better align label with inputs.@content
directive tomedia-breakpoint-only
mixin for min and max cases #23510: Fixed an issue where using themedia-breakpoint-only
mixin forxs
andxl
didn't output any CSS..valid-feedback
and.valid-tooltip
are unstyled #23527: Move styles for.(in)valid-feedback
and.(in)valid-tooltip
to the form validation mixin so it properly generates the valid classes.color
property frombadge
class #23529: Remove unnecessarycolor
from.badge
, and it's associated$badge-color
variable..table-inverse
,.thead-inverse
,.thead-default
to.*-dark
,.*-light
#23560: Renamed.table-inverse
,.thead-inverse
, and.thead-default
to.*-dark
and.*-light
, matching our color schemes used elsewhere._variables.scss
as it falls out of date too easily and doesn't provide much utility.input type=range
fromtouch-action:manipulation
.$input-btn-
* variables for settingline-height
in the button mixins..navbar-text
_variables.scss
background-color
on buttons from the hover state.border-radius
to modal headers!important
on rounded border utility classes.color-yiq
mixin to a function.line-height
from1.1
to1.2
.media-breakpoint-between
mixin when usingxs
andxl
..d-table-row
#24004: Add.d-table-row
display utility.font-size
s relative to the$font-size-base
.theme-color-level()
usingabs()
border-radius
from.btn-link
.order-last
and responsive variations as a new grid modifier class.$badge-border-radius
#24213: Add variable to configure$badge-border-radius
$navbar-brand-padding-y
.$enable-shadows
and$enable-gradients
across multiple components.JS
preventDefault
only on<a>
elements not inside the collapse elementdata-target
aria-selected
, remove dynamic tabs with dropdowns) #23907: Accessibility fixes to dynamic tabs (aria-selected
, remove dynamic tabs with dropdowns).nav-link
's inside.nav-item
's_isTransitioning
after the trigger of hide eventDocs
util.js
on JS docs.preventDefault
..input-group-sm
#23151: Fix incorrectinput-group-sm
example.type=text
totype=search
for improved semanticspeerDependencies
badge to README.info
to.table-info
for table migration docs.meta generator
tag #23386: Addmeta generator
tag.badge-default
change in migration docs..checkbox
which was renamed in the alphas..checkbox
and.radio
into.form-check
..btn-group-justified
..text-muted
and.text-white
in the Color utilities.progress-bar-*
variants for background utilities.<main>
,<header>
,<footer>
#23899: Structure examples with appropriate<main>
,<header>
,<footer>
aria-selected
, remove dynamic tabs with dropdowns) #23907: Accessibility fixes to dynamic tabs (aria-selected
, remove dynamic tabs with dropdowns)<select>
in forms example #23912: Fix malformed<select>
in forms example.rem
s for font-size-base #23988: Add a note on Typography docs page about usingrem
s for$font-size-base
activate
event elementdoctype
. #24217: Switch to lowercasedoctype
.img-*
classes with<picture>
.col-form-label
from form row docs #24335: Remove unnecessarycol-form-label
from form row docs$zindex-sticky
valueBuild tooling
Gemfile
topackage.json
package.json
's jspm section for our dependencies.test
script. #23685: Run all lint targets intest
script.npm run docs-github
script. #23688: Fixednpm run docs-github
script.data-example-id
only if it's been supplied. #24127: example plugin: adddata-example-id
only if it's been supplied.The text was updated successfully, but these errors were encountered: