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 ✨
- Inverted Tag variation #1092
<div class="tags">
<ul class="tags__list">
<li class="tags__item tags__item--inverted">...</li>
</ul>
</div>
- Artefact Filter and Artefact Timeline layouts #1052
- you can now include the
globalFooter manually #1079
<footer aria-label="University of Melbourne footer" class="page-footer-alt">...</footer>
Bug fixes 🐛
- Button
iconsnow align with the first row of text #1097 - fixed an issue where the
font-weightoflinksdiffered depending on theorderof elements #1087<em><a>...</a></em>vs<a><em>...</em></a>
- removed extra spacing between Cards and the component directly below #1096
- File upload
buttonnow only takes up theminimumspace instead of100%width #1088
Other changes
- updated Tags to new
VID#1092 - tided up Modal #1080
- Links are now
semiboldbydefault#1087 - Links inside
h1-h6elements now inherit the headingsfont-weight#1087 - Strong
font-weightis now explicitly set tobold#1087 linksin the following components now have the samefont-weightas other components #1087- renamed
/public/assets/➡️/public/static/#1079 - migrated
logosfrom/assets/components/logo➡️assets/static/img/#1079 #1091 - added
1remspacing between the File uploadbuttonand itsinput#1088
Documentation updates
- updated
exampleimages used in theDesign System#1089 - Logo Listing now uses the
logo#1089 - tided up Modal documentation #1080