v11.3.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 ✨
- Skip to main content - an
accessibilityfeature that allow users to easily skip the Mega menu and jump straight to the main content. Thehrefshould match theidof<div role="main" id="main-content">...</div>#376
<div class="skip-link">
<a href="#main-content" class="skip-link__anchor" data-no-scroll>
Skip to main content
</a>
</div>
Unittests now cover the following:blanket.js,inject-nav.js,checkboxhelper.js,create-namespace.js, andlocal-nav.js#390 #393 #395Unittests now cover the followingcomponents: #390 #397 #396
Deprecation notices ⚠️
- The class
.linkgroup-titlemarked for deprecation inv11.1.0has been removed #398