bootstrap v4.3.0 Release Notes

Release Date: 2019-02-11 // about 5 years ago
  • Highlights

    • ๐Ÿ†• New: Added .stretched-link utility to make any anchor the size of it's nearest position: relative parent, perfect for entirely clickable cards!
    • ๐Ÿ†• New: Added .text-break utility for applying word-break: break-word
    • ๐Ÿ†• New: Added .rounded-sm and .rounded-lg for small and large border-radius.
    • ๐Ÿ†• New: Added .modal-dialog-scrollable modifier class for scrolling content within a modal.
    • ๐Ÿ†• New: Added responsive .list-group-horizontal modifier classes for displaying list groups as a horizontal row.
    • ๐Ÿ‘Œ Improved: Reduced our compiled CSS by using null for variables that by default inherit their values from other elements (e.g., $headings-color was inherit and is now null until you modifier it in your custom CSS).
    • ๐Ÿ‘Œ Improved: Badge focus styles now match their background-color like our buttons.
    • ๐Ÿ›  Fixed: Silenced bad selectors in our JS plugins for the href HTML attribute to avoid JavaScript errors. Please try to use valid selectors or the data-target HTML attribute/target option 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: nowrap to .dropdown-toggle (before v4.2.1 it was on all .btns) so carets don't wrap to new lines.
    • ๐Ÿ—„ Deprecated: img-retina, invisible, float, and size mixins are now deprecated and will be removed in v5.

    ๐Ÿ”— Links