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
inputswere slightly larger than other forminputs#1107
Other changes
- Form
inputsthat arehoveredon will change back to theirdefaultbackground colour whenfocused#1107 - Select
dropdownhas beenwideneda bit #1112 - updated Radio Button colour on
.bg-primarybackground #1104 - increased Checkbox size to
1.5remandiconsize to1.5rem#1104 - tidied up Radio Buttons and Checkboxes #1104
- removed
topmargin from the Cardheaderand addedbottommargin to theimage#1100 - removed custom
typographyfrom Card Subheading and increased themarginbetweendivider#1100 - updated Card Icon to use the
primarycolour #1100 - Page Header now uses the
FancySelectredirect code #1112 - removed
.styled-selectcustomhtmlandcssby 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-invertedtheme var as thebackgroundmixins now handle changing its colour #1104 yarn playwrightnowcompilescode to thedistand_site-dockerfolders before running thee2etests #1105- removed
clean:snapshots:regressionscript #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, andprebuildscripts removing the need fortest:setupandclean:test#1105 - removed
deprecatedtest:e2e:a11yandtest:snapshots:pagesscripts #1105 - refactored
typographymixins back tocss#1106 - refactored
gridmixins back tocss#1108 - removed
deprecatedcode fromassets/style-guide/forms/fancyselect.js#1112 - removed
sustainable.unimelb.edu.aufrom regression suite #1110
Documentation updates
- removed
colonsfrom Formlabels#1103 #1114 - updated Test Documentation #1105