v12.1.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 ✨

  • Grid - Grid is now independent of components #445
<div class="grid">...</div>
<a class="button-card" href="#">
  <div class="button-card__inner button-card--blue">
    <span class="button-card__label">...</span>
    <svg class="button-card__icon icon" aria-hidden="true">
      <use xlink:href="#icon-chevron-right"></use>
    </svg>
  </div>
</a>

Other changes

  • Removed max-width: var(--w-sml); & margin: 0 auto; from .uomcontent [role='main'] section div as it was interferring with new Grid #445
  • Updated docs/tests.md with instructions on how to run unit tests with jest #444