v8.5.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.
Bug fixes 🐛
- Single block accordion scrolls to clicked accordion instead of
#hash
in url #264 - Fixes layout of pathfinders when an image is embedded inside of it #263
Deprecation notices ⚠️
- Removed generic
grey
class #265
<h1 class="grey" src="..." />
<p class="grey" src="..." />
- Removed
--col-primary-light-grey
css variable as it is not used inGen2
. Please update any usage of this variable in any custom css you may have. #265
Other changes
- Updated colour palette with some new colours based on the recent Today work, and adjusts the colour of several base elements to more closely match the patterns in
Gen2
#265 - Updated heading and paragraph colours to match
Gen2
#265 - Adjusted divider line colours to match
Gen2
#265 - Updated
.alt
section background colour to matchGen2
#265 - Updated links for light backgrounds to match
Gen2
#265 - Set
font-weight
to semibold for links, more specific rules forp
to use regular weight #265 - Added
background-color
on the body to match colour on the bottom of the globalfooter
#262 - Added a
min-height
to the main content block so pages have a minimum height of25rem
#262