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
Update the grid system so containers use width alongside a max-width: 100% for more durable layouts, fix the sm breakpoint and container dimension mismatch, and change the lg breakpoint width from 940px to 960px.
Update utilities across the board, simplifying the margin and padding syntax (e.g., now mx-auto instead of m-x-auto), separating background and color utilities for more explicit styling, renamed .img-rounded and .img-circle to .rounded and .rounded-circle, and removed display: block from .img-fluid.
Added new vertical alignment utilities.
Updated development dependencies, so be sure to update to the latest Bundler and npm versions with gem install bundler, bundle update, and npm install.
More customizable custom form controls with embedded SVGs and Sass variables.
Brand new navbar toggler control featuring an SVG background-image.
Fixed bug in our flexbox grid where columns didn't properly collapse at lower breakpoints.
Removed momentum scrolling on modals for now due to an iOS 9-10 bug.
v4: Grid adjustments #20865: Various grid updates to make containers use width and max-width, change lg breakpoint from 940px to 960px (cleanly divisible by 12), and fix mismatched sm breakpoint and container dimensions.
Form validation fixes #20872: Updates to the form validation CSS and docs to show proper label styling, fix broken success icon, and implement a proper :focus state.
Highlights
width
alongside amax-width: 100%
for more durable layouts, fix thesm
breakpoint and container dimension mismatch, and change thelg
breakpoint width from940px
to960px
.margin
andpadding
syntax (e.g., nowmx-auto
instead ofm-x-auto
), separatingbackground
andcolor
utilities for more explicit styling, renamed.img-rounded
and.img-circle
to.rounded
and.rounded-circle
, and removeddisplay: block
from.img-fluid
.gem install bundler
,bundle update
, andnpm install
.background-image
.CSS
.form-control
.margin-bottom: 0;
to.card-header
for use with headings.margin-bottom
from.dropdown-header
..text-gray-dark
utility class..h-100
utility.background-image
SVGs.margin-bottom
on<label>
-based buttons in button groups.!default
flags to form CSS and update.form-control:focus
to use properbox-shadow
mixin..img-fluid
when appropriate, and fix rounded corner blemishes by using somecalc()
magic.display: inline-block
on cards in columns to prevent cards from breaking across columns.-webkit-overflow-scrolling: touch;
due to an iOS Safari bug.lg
breakpoint from940px
to960px
(cleanly divisible by 12), and fix mismatchedsm
breakpoint and container dimensions.vertical-alignment
utilities.:focus
state.JS
height: 0
after finishing the collapse animation.destroy
method #17611, [Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface #17614: Changedestroy
todispose
for tooltip in_JQueryInterface
.Docs
order
utility classes.auto
as it's no longer supported.border-radius
on radio inputs..bg-faded
.https
and fix other broken links..collapse
elements have nopadding
on them.font-size
docs for our headings.integrity
attributes on CDN assets.$
from the bash commands in docs.Build tools
Packaging
The text was updated successfully, but these errors were encountered: