Skip to content

v4.6.0

Compare
Choose a tag to compare
@ffoodd ffoodd released this 20 Jan 08:31
· 93 commits to v4-dev since this release

Bootstrap 4.6.0


Boosted

⚠️ Breaking changes

  • Grid: following the latest grid refactor in 4.5.3, $grid-gutter-width is now set to half a spacer. If you rely on this variable in your custom code, you should now multiply it by 2.
  • Colors: $theme-color-interval increased from 8% to 10%. If you relied on this variable or on the theme-color-level() mixin, please take this change into account.

🚀 Features

  • Forms: Orange branded disabled state (#587, backport of #586)
  • Carousel: Orange branded controls and indicators 🎉 (#593)
  • Icons: add statistics icon (#588)

🧰 Chore

  • docs: moved to Hugo (#575)
  • grid: add deprecation warnings for make-gutter() and make-container-fluid-widths() since they won't land in v5 (#562)
  • BrowserStack: define browserNoActivityTimeout to 60000 in Karma conf

🐛 Bugs

  • o-tabs: drop unwanted underline (#530)
  • o-megamenu: ensure top position for submenus (#538)
  • grid: ensure small gutters depends on main gutters (#541)
  • navbar: $grid-gutter-width already divided after #541 (b588d8e43)
  • supra nav: fix spacing (b92e24f35)

📖 Docs

  • custom carousel: update examples and Boostwatch (#528)
  • navbar: add a deprecation callout for .navbar-light (#562)
  • chore: Update SRI hashes
  • chore: Fix Swiper version number
  • chore: Switch to JSdelivr CDN
  • chore: Check for Tarteaucitron before initializing it
  • chore: improve Tarteaucitron usage (#533)
  • typos: Resource instead of Ressource (#577)
  • syntax highlighting: use brand's color palette and ensure contrasts (#590)