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-headingscan now be added to a Card. It willhidethe divider if there is no content below it #529
<div class="card__sub-heading">...</div>
Linkscan now be added to a Card. Anyhrefvalue that containsmailto:will automatically have aniconadded 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>