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 will hide the divider if there is no content below it #529
<div class="card__sub-heading">...</div>
  • Links can now be added to a Card. Any href value that contains mailto: will automatically have an icon 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>
  • New Outline Alternate Card variation #529
<div class="card card--outline card--outline-alt">...</div>

Other changes

  • Updated gen4 version from v1.2.4 ➡️ v1.2.6 #528 #530
  • file-loader is deprecated in webpack v5 so we migrated to the built-in webpack v5 asset handler instead. #531
  • Removed unused style-loader #531