Skip to content

v4.0.0

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 21 Jul 19:13
· 481 commits to master since this release
2f7e913

Major Updates:

  • Pushing this as v4 final release.

CSS

  • #614: Grid: Remove redundant max-width output for .container.
  • #616: Card: Add border-radius to .card-img-overlay.
  • #617: Reboot: Reduce conflicts with classed links.
  • #618: Normalize some behavior of .open and .active.
  • #620: Utilities-Flexbox: Add space-evenly justify util.
  • #621: Utilities-Typography: Fix IE/Edge and some flexbox issues with .text-break.
  • #622: Grid: Prevent row from shrinking and remove min-width from columns.
  • #623: Navs: Consistent use of .nav-item without needing .nav-link.
  • #625: Cleanup stylelint disables.
  • #627: Grid-Containers: Remove duplicate output and remove unused mixin.
  • #630: Reboot: Consolidate button cursor rule.
  • #633: Stop using map-merge on default settings.
  • #634: Grid: Fix missing responsive base container.
  • #638: Button: Use transparent background on base item.
  • #640: Button: Allow greater control over colors for disabled buttons.
  • #641: Nav: Additonal vars for .nav-link.

JS

  • #615: Modal: Improve scrollbar handling of scaled/zoomed display.
  • #635: Alert: Allow use of close triggers without data attribute.
  • #636: Alert: Don't allow close target to also be the trigger,

Docs

  • 993aac4: Improve TOC semantics and update layout.
  • #619: Fix content alignment if short content amount.
  • #624: Adjust offset for TOC scrollspy.
  • #629: Update SVG sizing to use proper height/width attributes.
  • #631: Add doc item for consolidated cursor rule.
  • #637: Layout and content updates for widget pages.
  • #639: Fix navigation layout and remove no-gutter references.

Build

  • #626: Update .gitattributes.