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
Rewrote background-images for custom checkboxes and radios to account for better multiple backgrounds. Now the opt-in background-image gradient is on the .custom-control-indicator and the icon is a pseudo-element, .custom-control-indicator::before.
Our npm package no longer includes any files other than our source and dist JavaScript and CSS files. If you previously relied on our running our scripts via the node_modules folder, you'll need to update your build tools.
Input groups rewritten to have specific .input-group-{prepend|append} classes, support validation styles and messages, and add custom select and file support.
Rewrite and unify default and custom checkboxes and radios to have simpler markup, un-nesting the inputs from the labels so we can style the label based on the input's state. This is essential for form validation and disabled inputs.
Responsive tables are once again parent classes to avoid a11y issues with changing a <table>'s display.
Print styles have moved to bottom of the import stack to properly override styles.
Restored cursor: pointer to non-disabled buttons, .close, navbar toggler, and pagination links.
Rewrite input group component #25020: Rewrite input group component with specific prepends/appends, form validation, and more custom control support.
Form check markup v2 #25050: Rewrite and unify default and custom checkboxes and radios to have simpler markup, un-nesting the inputs from the labels so we can style the label based on the input's state. This is essential for form validation and disabled inputs.
Rewrite custom file input #25068: Rewrite custom file input to move <label> to sibling of <input> and replace outer wrapper with a <div>, matching other inputs. Also adds validation support.
Highlights
.modal-dialog-centered
for optional vertically centered modal #24510.background-image
s for custom checkboxes and radios to account for better multiple backgrounds. Now the opt-inbackground-image
gradient is on the.custom-control-indicator
and the icon is a pseudo-element,.custom-control-indicator::before
.node_modules
folder, you'll need to update your build tools..input-group-{prepend|append}
classes, support validation styles and messages, and add custom select and file support.<table>
'sdisplay
.cursor: pointer
to non-disabled buttons,.close
, navbar toggler, and pagination links.CSS
.modal-dialog-centered
for optional vertically centered modal #24510: Add new.modal-dialog-centered
modifier to vertically center shorter modals.pre
on _code.scss since it's already set on _reboot.scss #24366: Remove margin forpre
in _code.scss since it's already set in _reboot.scss.$dropdown-border-radius
. #24376: Added variable for$dropdown-border-radius
.$yiq-text-dark
and$yiq-text-light
, for easier customization.background-image: none;
on.form-control
.thumbnail-transition
from.img-thumbnail
. #24467: Remove unusedtransition
from.img-thumbnail
(and it's associated variable)..form-control-plaintext
display and width to the.form-control
.margin-bottom
on<label>
-based buttons in button groups.border-radius
on all.btn
s when$enable-rounded
is disabled.hr
element..progress-text
rendering for0%
use case.border-color
on.custom-select:focus
when the form control is valid or invalid..list-inline
padding to rem units.z-index
on custom file input..progress-bar
..btn:disabled
to variable `$btn-dis… #24680: Add new variable for disable buttonopacity
.btn-link
on focus #24723: Add underline back tobtn-link
on focus.button
element for background color utilities #24813: Add hover state to<button>
elements for.bg-
utilities to match<a>
elements..col-form-legend
in favor of.col-form-label
, enabling size modifier classes to be used on<legend>
elements.<table>
'sdisplay
.border-color
to avoid matching withbackground-color
.<label>
to sibling of<input>
and replace outer wrapper with a<div>
, matching other inputs. Also adds validation support.cursor:pointer
#25082: Restoredcursor: pointer
to non-disabled buttons,.close
, navbar toggler, and pagination links..btn
focus and active styles so that multiple.active
buttons do not appear to all have focus.cursor:pointer
for<summary>
#24630: Setcursor:pointer
for<summary>
.JS
transitionEnd
properties.jQuery.noConflict
modecontent
once if it's a function.Util.getSelectorFromElement
.Docs
max-height
toheight
in documentation sidebars.navbar-expand-sm
in our navbar bottom example for small devices.site.description
instead ofpage.description
in meta description.table-row
in documentation #24551: Addtable-row
in documentation.role="button"
#24725: Add missingrole="button"
in collapse examples.smartify
filter when possible.<nav role="tablist">
in docsBuild tools
function-comma-space-after
. #24501: Enable stylelint'sfunction-comma-space-after
.dist/css/*.min.css
files. #24676: Don't run postcss fordist/css/*.min.css
files.Packaging
bower.json
file entirely instead of providing a comment inside.The text was updated successfully, but these errors were encountered: