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
global
Footer manually #1079
<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
oflinks
differed depending on theorder
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 theminimum
space instead of100%
width #1088
Other changes
- updated Tags to new
VID
#1092 - tided up Modal #1080
- Links are now
semibold
bydefault
#1087 - Links inside
h1
-h6
elements now inherit the headingsfont-weight
#1087 - Strong
font-weight
is now explicitly set tobold
#1087 links
in the following components now have the samefont-weight
as other components #1087- renamed
/public/assets/
➡️/public/static/
#1079 - migrated
logos
from/assets/components/logo
➡️assets/static/img/
#1079 #1091 - added
1rem
spacing between the File uploadbutton
and itsinput
#1088
Documentation updates
- updated
example
images used in theDesign System
#1089 - Logo Listing now uses the
logo
#1089 - tided up Modal documentation #1080