v14.14.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 Text helper class
text-spaced
- use this to add sometop
andbottom
spacing to text elements #989
<p class="text-spaced">...</p>
- new Primary outline colour css
vars
#999--col-outline-primary-25
--col-outline-primary-50
--col-outline-primary-75
Bug fixes 🐛
- fixed an issue where Tables using the
tr.header
class were unreadible #1015 - fixed an issue where the Hero Button icons were different sizes #988
- fixed an issue where some
e2e
tests failed due to thefooter
not being in theviewport
. It now checks that the clicked item in thejumpnav
is visible in the viewport #984
Deprecation notice⚠️
Other changes
- removed divider line from Lead paragraph and Aligned Title, and Header with Box #1016
- reduced
css
bundle size by15%
by notbase64
encoding files #1014 - updated
assets/shared/_normalize.css
to normalize alliframes
#993 - removed News Article
.video
override #993 - removed Embedded Media
iframe
andvideo
overrides #993 - updated
playwright
tov1.42.1
#994 - updated
e2e snapshot
tests to use thestyle
property #994 - updated
e2e
regression pages test suite #991 #993 - removed unnecessary package
resolutions
as we haveupgraded
orremoved
packages that required them #1001