v15.3.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 Sublink component #1095
- new Sublink Menu, Sublink Menu with Image, and Sublink Menu with Icon layouts #1095
- new Checkbox and Radio theme vars #1104
--col-form-checkbox-icon
--col-form-checkbox-hover
--col-form-checkbox-selected
--col-form-radio-icon
--col-form-radio-outline
--col-form-radio-hover
Bug fixes 🐛
- fixed an issue where Inline Form
inputs
were slightly larger than other forminputs
#1107
Other changes
- Form
inputs
that arehovered
on will change back to theirdefault
background colour whenfocused
#1107 - Select
dropdown
has beenwidened
a bit #1112 - updated Radio Button colour on
.bg-primary
background #1104 - increased Checkbox size to
1.5rem
andicon
size to1.5rem
#1104 - tidied up Radio Buttons and Checkboxes #1104
- removed
top
margin from the Cardheader
and addedbottom
margin to theimage
#1100 - removed custom
typography
from Card Subheading and increased themargin
betweendivider
#1100 - updated Card Icon to use the
primary
colour #1100 - Page Header now uses the
FancySelect
redirect code #1112 - removed
.styled-select
customhtml
andcss
by styling the<select>
element directly #1112 - renamed some Form Theme vars #1104
--col-form-input-checked
➡️--col-form-checkbox-icon
--col-form-input-checked-hover
➡️--col-form-checkbox-hover
--col-form-input-checked-active
➡️--col-form-checkbox-selected
- removed
--col-form-input-checked-inverted
theme var as thebackground
mixins now handle changing its colour #1104 yarn playwright
nowcompiles
code to thedist
and_site-docker
folders before running thee2e
tests #1105- removed
clean:snapshots:regression
script #1105 - updated
test:snapshots:regression
➡️test:regression
#1105
yarn test:regression
- updated
test:updatesnapshots
➡️test:update:snapshots
#1105
yarn test:update:snapshots
- added
preplaywright
,predocker
, andprebuild
scripts removing the need fortest:setup
andclean:test
#1105 - removed
deprecated
test:e2e:a11y
andtest:snapshots:pages
scripts #1105 - refactored
typography
mixins back tocss
#1106 - refactored
grid
mixins back tocss
#1108 - removed
deprecated
code fromassets/style-guide/forms/fancyselect.js
#1112 - removed
sustainable.unimelb.edu.au
from regression suite #1110
Documentation updates
- removed
colons
from Formlabels
#1103 #1114 - updated Test Documentation #1105