v14.13.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 ✨
deprecated
andremoved
classes can now be viewed on any web page by using the url param?showDeprecated=true
#978deprecated
classes use anorange
outline - they should be updated as soon as possible as they will be removed in a later versionremoved
classes use ared
outline - they should be updated immediately- CMS Figure contains
deprecated
elements that will be outlined inorange
Bug fixes 🐛
links
in table headers are nowwhite
#975- fixed an issue where
.center
was breaking content onto multiple lines in the Footer #973 - fixed incorrect Combined 3 link on Layouts #977
urls
with no prefix ine2e/tests/regression/pages.json
now usewww
#976- added
@mixin clearfix
to Inset figure as sometimes theclearfix
class wasn't used #970
Other changes
.social
margins are now0
when nested inside.quicklinks
#973- removed background colour from Emded Media #969
- improvements to the serving of
uom.css
anduom.js
from theassets
folder when using?preview=test-xxx
#959- created
redirectPlugin
- it creates a_redirects
file that redirects/assets/uom.{css|js}
to/vx.x.x/uom.{css|js}
- removed
eleventyConfig.addPassthroughCopy({ './dist': '.' });
as it's no longer required - updated
eleventy/_includes/views/layout.html
to load assets fromversion
folder
- created
- some
e2e
updates #969- removed
masking
of elements withjs
and usecss
instead - updated
mask
to useblack
colour so it contrasts against all background colours
- removed
- added
/eleventy/public/_redirects
to.gitignore
#959
Documentation updates
- replaced all
deprecated
classes in all stories except CMS #978 - created new stories
- CMS Table Link story demonstrating
links
in tableheaders
#975 - more Footer CMS variations #973
- CMS Table Link story demonstrating