Skip to content

v5.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ffoodd ffoodd released this 12 Nov 15:00

Bootstrap v5.0.0-alpha3

As usual, Bootstrap made an announcement on their blog—and you can read the full changelog on GitHub.

The main changes are:

  • accordions are now a separate component, not relying on cards anymore;
  • File input are now styled with CSS only, no need for a weird markup and a JS plugin anymore;
  • .d-grid and .gap-* utilities came in and should change the whole game;
  • Edge Legacy support has been dropped;
  • Dart Sass is now the main compiler, since LibSass is deprecated;
  • The whole color system has been rewritten for consistency and ease of use—and a few contrast ratios are improved in the move;
  • CSS custom properties are now prefixed (using bs- as default), using a new Sass variable.

Please read their changelog or post carefully before updating :)

Boosted v5.0.0-alpha3

As for alpha2, a large part of our work was done in Bootstrap directly (mostly on accessibility, CSS and documentation). And our RTL feature is being reviewed and should land in the first beta release, probably as one of the latest breaking changes in v5!

🐛 Bug Fixes

  • forms: ensure .form-check-input is squared in Chromium-based browsers (010c909)

🚀 Features

  • accordion: Orange branded 🎉 (69a97d9)

📖 Docs

  • icons: drop content to only mention Solaris (90af24b)
  • analytics: massive refactor of our Tarteaucitron implementation (#531, #532, #534, #535)
  • skip links: use a nav tag with aria-label (3ea50d0)