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-lighterand.font-weight-bolderutilities..text-decoration-noneutility class..modal-xlmodifier 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.:invalidand:validfields. Disable them with the$enable-validation-iconsboolean Sass variable (defaults totrue).bootstrap-grid.cssnow includes ourmarginandpaddingutilities for full control of our grid system..col-auto) frommax-width: nonetomax-width: 100%to prevent content from causing a column to overflow the parent.CSS
.text-decoration-noneutility class:disabledstyles for custom range inputlighterandbolderfont weight utility classes.custom-select'sfont-sizeandpaddingto the.form-select$grid-container-widths)..modal-xlmodifierpaddingand updatingheightvalues.closelinksopacityso we can easily add atransition.btnand.form-controlfont sizesxandyvariables for modal header padding.min-height: 1pxon grid columns because flex grid doesn't collapse empty columns like our previous float-based grid.btnand removebackground-image.white-space: nowrapfrom.btns, 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-skipfrom Reboot.table-dark#27160: keep contrast on.table-dark.btn-linkhover/focus background and border resets.overflow-autoand.overflow-hiddenutilities.rounded-pillutility #27339: Add new.rounded-pillutility.text-wrapclass #27568: add.text-wrapclassprefers-reduced-motion, add callout to affected components-ms-viewportand-ms-overflow-styledirectivesJS
olandullistsshowandhidemethods to dropdownModal.disposeand add test #27455, fix dispose modal unit test #27563: Modal - test dispose and fix initialization of_isTransitioningModal.prototype._getScrollbarWidthin tests #27472: UseModal.prototype._getScrollbarWidthin testsDocs
.browserslistrcfrom v4.1.3widthon the docs' search results on hoverfont-weight: 500tofont-weight: 600because Segoe UI on Windows doesn't have a500weight.httpsin more places and fix a few redirectsselectoroption clearer/extend/to/extend/approach/. #27641: Redirect/extend/to/extend/approach/data-srcwithsrc="..."in docs. #27649: Replacedata-srcwithsrc="..."srcsetfor the non-vector images.browserslistrcfile #27675: Update autoprefixer link to.browserslistrcfile.text-decoration-nonespaninstead ofdivin anchorsmailtoaddressExamples
.btn-secondaryfor the search button so that it's accessible #27255: Switch to.btn-secondaryfor the search button so that it's accessibleBuild / Meta
JEKYLL_ENVreleasenpm scriptThe text was updated successfully, but these errors were encountered: