Highlights
-
New: Added
.stretched-linkutility to make any anchor the size of it's nearestposition: relativeparent, perfect for entirely clickable cards! -
New: Added
.text-breakutility for applyingword-break: break-word -
New: Added
.rounded-smand.rounded-lgfor small and largeborder-radius. -
New: Added
.modal-dialog-scrollablemodifier class for scrolling content within a modal. -
New: Added responsive
.list-group-horizontalmodifier classes for displaying list groups as a horizontal row. -
Improved: Reduced our compiled CSS by using
nullfor variables that by default inherit their values from other elements (e.g.,$headings-colorwasinheritand is nownulluntil you modifier it in your custom CSS). -
Improved: Badge focus styles now match their
background-colorlike our buttons. -
Fixed: Silenced bad selectors in our JS plugins for the
hrefHTML attribute to avoid JavaScript errors. Please try to use valid selectors or thedata-targetHTML attribute/targetoption where available. - Fixed: Reverted v4.2.1's change to the breakpoint and grid container Sass maps that blocked folks from upgrading when modifying those default variables.
-
Fixed: Restored
white-space: nowrapto.dropdown-toggle(before v4.2.1 it was on all.btns) so carets don't wrap to new lines. -
Deprecated:
img-retina,invisible,float, andsizemixins are now deprecated and will be removed in v5.