v14.11.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 ✨
- the following Icons have been added to the icon set #921
sub-selection
image
money-circle
signpost
star-circle
star-rate
happy
sad
chart
- you can now vertically align grid columns #928 #929
.grid--cols-center
- alignall
grid columns to the center.grid--cols-end
- alignall
grid columns to the bottom
Center
<div class="grid grid--cols-center">...</div>
Bottom
<div class="grid grid--cols-end">...</div>
Bug fixes 🐛
- fixed an issue where
headings
containing a(
or)
were breaking theleft-aligned
jumpnav #922 - updated
Global Footer
contact details to usestrong
instead ofspan
#927
Other changes
Documentation updates
- new page layouts to increase
e2e
snapshot coverage #925- Article
- Article without Header
- Content - page with just typography
- Combined 1
- Combined 2
- Combined 3
- Combined 4
- removed some page layouts as they are now part of the layouts above #925
- Block listing - now part of Combined 1
- Index navigation - now Combined 4