v15.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 ✨
- new Primary Background variations #1148
.bg-primary-25.bg-primary-75
<div class="bg-primary-25"></div>
- content inside the Content Block can now be split into
multiplecolumns #1152.content-block--2-cols-twocolumns.content-block--3-cols-threecolumns
<div class="content-block content-block--2-cols">
<div class="content-block__inner">...</div>
</div>
- the
firstheading inside a Content Block can span acrossallcolumns -.content-block--title-row#1152
<div class="content-block content-block--2-cols content-block--title-row">
<div class="content-block__inner">...</div>
</div>
- the
firstheading inside a Content Block can sit in thefirstcolumn while therestof the content ispushedto the next column(s) -.content-block--title-col#1152
<div class="content-block content-block--2-cols content-block--title-col">
<div class="content-block__inner">...</div>
</div>
- new
text-buttonmixin #1171
.class {
@mixin text-button;
}
- new Text Button theme vars #1171
--col-btn-text-text--col-btn-text-text-hover--col-btn-text-text-active--col-btn-text-text-disabled--col-btn-text-bg--col-btn-text-bg-hover--col-btn-text-bg-active--col-btn-text-bg-disabled--col-btn-text-outline
Bug fixes 🐛
- fixed issue where a
disabledText Button had the wrongiconcolour #1171
Other changes
- updated some components to work with
.bg-primary-25and.bg-primary-75backgrounds #1148 - updated Page Footer
reconciliationlink to https://www.unimelb.edu.au/reconciliation #1166 - updated
pauseicon #1167 - updated Text Button to use
text-buttonmixin #1171 - updated
docker composefromv1➡️v2asv1was removed from thegithub actionspackage that we use inci#1168