v14.4.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 ✨
- Preview Banner can now be previewed in the Design System by using
?preview=
or clicking on the link in the Demonstration section #823 - created
--fw-medium
css var to setfont-weight: 500
#829 - created
form
css vars #832--col-form-select-dropdown-hover
--col-form-select-alt-dropdown-hover
--col-form-select-clear-dropdown
--col-form-select-clear-dropdown-hover
--col-form-select-dropdown-disabled
Bug fixes 🐛
- updated
warning
anddanger
Noticebackground
colours to passa11y
requirements #828 <table>
nested inside.mobile-wrap
are now100%
width onmobiles
#833- Site Links containing both an
icon
andtext
have the correct spacing between them #834
Other changes
- updated
typography-level-3
mixin and.text-level-3
class to use--fw-medium
#829 - Selects now use the
chevron-down
icon #832 - Select dropdown
hover
state now uses--col-blue-light-100
#832 - tidied up Select
disabled
statecss
#832 - removed trailing comma after
Parkville
in theGlobal Footer
#825 - updated
gen4
tov2.0.2
#830 - installed
js-cookie
package to easily readcookies
from thebrowser
#823 - updated Preview Banner message from
Design System Preview
➡️Previewing
#823 - split out
snapshot
tests fromtest:e2e
to allow theci
server to run more tests inparallel
#824 - created
test:e2e:all
to run alle2e
tests #824
yarn test:e2e:all
- created
GREP_INVERT
param tofilter
out specific tests to run insidedocker
#824 - created
playwright
script to rune2e
tests (except snapshots) outside ofdocker
#824
yarn playwright
test:e2e:a11y
now only runa11y
tests #824- created
e2e
tests to ensure the Preview Banner works with both?preview
andcookies
#823
Documentation updates
- added Preview Banner to mega menu #823
- created
netlify
redirect from/examples/preview-banner
➡️/components/preview-banner
#823