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
New: Added new toast component for displaying notifications.
New: Added a new iOS style switch (a modifier class to our custom checkboxes).
New: Added touch support in our carousel component.
New: Added .font-weight-lighter and .font-weight-bolder utilities.
New: Added .text-decoration-none utility class.
New: Added .modal-xl modifier class for our modals.
New: Added new negative margin utility classes (e.g., .mb-n3). These rad new classes not only allow you more control over your general spacing needs, but also allow you to create responsive grid gutters at each breakpoint.
New: Validated form fields now have feedback icons on :invalid and :valid fields. Disable them with the $enable-validation-icons boolean Sass variable (defaults to true).
New: Added a new versions page to our docs
New: Tooltips/Popovers work with Shadow DOM
New: Added custom form control switch
Updated:bootstrap-grid.css now includes our margin and padding utilities for full control of our grid system.
Updated: Changed auto columns (e.g., .col-auto) from max-width: none to max-width: 100% to prevent content from causing a column to overflow the parent.
Remove nowrap from .btn #27010: Remove white-space: nowrap from .btns, largely to fix wrapping issues with .btn-link, but also because wrapping button text is better than text breaking out of a button
Highlights
.font-weight-lighter
and.font-weight-bolder
utilities..text-decoration-none
utility class..modal-xl
modifier class for our modals..mb-n3
). These rad new classes not only allow you more control over your general spacing needs, but also allow you to create responsive grid gutters at each breakpoint.:invalid
and:valid
fields. Disable them with the$enable-validation-icons
boolean Sass variable (defaults totrue
).bootstrap-grid.css
now includes ourmargin
andpadding
utilities for full control of our grid system..col-auto
) frommax-width: none
tomax-width: 100%
to prevent content from causing a column to overflow the parent.CSS
.text-decoration-none
utility class:disabled
styles for custom range inputlighter
andbolder
font weight utility classes.custom-select
'sfont-size
andpadding
to the.form-select
$grid-container-widths
)..modal-xl
modifierpadding
and updatingheight
values.close
linksopacity
so we can easily add atransition
.btn
and.form-control
font sizesx
andy
variables for modal header padding.min-height: 1px
on grid columns because flex grid doesn't collapse empty columns like our previous float-based grid.btn
and removebackground-image
.white-space: nowrap
from.btn
s, largely to fix wrapping issues with.btn-link
, but also because wrapping button text is better than text breaking out of a buttonmax-width: 100%
on auto columns to prevent content from causing a column to overflow it's parent.-webkit-text-decoration-skip
#27144: Remove-webkit-text-decoration-skip
from Reboot.table-dark
#27160: keep contrast on.table-dark
.btn-link
hover/focus background and border resets.overflow-auto
and.overflow-hidden
utilities.rounded-pill
utility #27339: Add new.rounded-pill
utility.text-wrap
class #27568: add.text-wrap
classprefers-reduced-motion
, add callout to affected components-ms-viewport
and-ms-overflow-style
directivesJS
ol
andul
listsshow
andhide
methods to dropdownModal.dispose
and add test #27455, fix dispose modal unit test #27563: Modal - test dispose and fix initialization of_isTransitioning
Modal.prototype._getScrollbarWidth
in tests #27472: UseModal.prototype._getScrollbarWidth
in testsDocs
.browserslistrc
from v4.1.3width
on the docs' search results on hoverfont-weight: 500
tofont-weight: 600
because Segoe UI on Windows doesn't have a500
weight.https
in more places and fix a few redirectsselector
option clearer/extend/
to/extend/approach/
. #27641: Redirect/extend/
to/extend/approach/
data-src
withsrc="..."
in docs. #27649: Replacedata-src
withsrc="..."
srcset
for the non-vector images.browserslistrc
file #27675: Update autoprefixer link to.browserslistrc
file.text-decoration-none
span
instead ofdiv
in anchorsmailto
addressExamples
.btn-secondary
for the search button so that it's accessible #27255: Switch to.btn-secondary
for the search button so that it's accessibleBuild / Meta
JEKYLL_ENV
release
npm scriptThe text was updated successfully, but these errors were encountered: