v14.15.0

Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.

New features ✨

  • you can now center align Tags with .tags__list--center #1023
<div class="tags">
  <ul class="tags__list tags__list--center">
    ...
  </ul>
</div>

Bug fixes 🐛

  • icons inside buttons don't shrink anymore #1024
  • Button text that wraps onto multiple lines is now left aligned #1025
  • fixed an issue where the .contrast-helper was overriding padding values of certain components #1037
  • buttons inside Notices now align correctly on mobile viewport #1033

Deprecation notice⚠️

  • removed Inline Form variations #1038
    • .detached - it will now default to the default inline form
    • .big - it will now default to the normal sized inline form
  • removed --br css variable #1034

Other changes

Documentation updates