Skip to content

v5.0.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@ffoodd ffoodd released this 12 Feb 13:56

Bootstrap v5.0.0-beta2


Boosted v5.0.0-beta2

🚀 Features

As an intention note: we're starting to use custom properties, mask and filter as much as possible—as long as it decreases the compressed minified file size.

Core

  • Variables: introduce $boosted-variable-prefix (9c6a30f)
  • Variables: use custom properties for repeated SVG as data URIs (c98e700)
  • Mixin: New target-size() mixin (056404b)
  • Mixin: New button-icon() mixin (f04faa6)
  • Option: introduce $enable-fixed-header to prevent focus from being hidden under fixed header, by using scroll-padding-top (#622)

Components

Finally, some v4 components got implemented in v5! To ensure you're making things great, have a look at our draft migration guide.

  • Pagination: use filter instead of inlined SVG (0a9535a) — later replaced by mask in #621
  • Carousel: Orange branded 🎉 (#550 #551 #573 6cc222ee)
  • Forms: Orange branded disabled states :tada (#586)
  • Link with chevron: implemented 🎉 (#595)
  • Back to top: implemented 🎉 (#600)
  • Modal: Orange branded 🎉 (#611)
  • Badges: use functional colors (#618)
  • Utilities: add & document aliases for .bg-* utilities to highlight supporting color usage (#618)
  • Buttons: with icons, branded 🎉 (#621)
  • Buttons: social buttons, implemented 🎉 (#621)
  • Toggle buttons: with icons, and no outline, branded 🎉 (#621)

📖 Docs

  • Syntax highlighting now provides sufficient contrasts (#589)
  • details and summary in docs now look like accordions (e1f379ef)
  • Accessible markup for decorative SVGs (0a2f616c5)

🧰 Chore

  • Percy: add Cheatsheets to snapshots (b343fe2)
  • Pa11y: update exclusion list by removing .chroma, [disabled] and [readonly] selectors (2a82eab and 97d3b3c)
  • CI: allow to skip CIs, depending on paths for push event or on labels for pull requests (#612 #613). Have a look at the wiki.