v15.2.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 ✨

<div class="tags">
  <ul class="tags__list">
    <li class="tags__item tags__item--inverted">...</li>
  </ul>
</div>
<footer aria-label="University of Melbourne footer" class="page-footer-alt">...</footer>

Bug fixes 🐛

  • Button icons now align with the first row of text #1097
  • fixed an issue where the font-weight of links differed depending on the order of elements #1087
    • <em><a>...</a></em> vs <a><em>...</em></a>
  • removed extra spacing between Cards and the component directly below #1096
  • File upload button now only takes up the minimum space instead of 100% width #1088

Other changes

Documentation updates