v12.5.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 ✨
Sub-headings
can now be added to a Card. It willhide
the divider if there is no content below it #529
<div class="card__sub-heading">...</div>
Links
can now be added to a Card. Anyhref
value that containsmailto:
will automatically have anicon
added to it #529
<a class="card__link" href="#">Lorem Ipsum</a>
<a class="card__link" href="mailto:#">Lorem Ipsum</a>
<div class="card card--outline">...</div>
<div class="card card--outline card--outline-alt">...</div>