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
accessibility
feature that allow users to easily skip the Mega menu and jump straight to the main content. Thehref
should match theid
of<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>
Unit
tests now cover the following:blanket.js
,inject-nav.js
,checkboxhelper.js
,create-namespace.js
, andlocal-nav.js
#390 #393 #395Unit
tests now cover the followingcomponents
: #390 #397 #396
Deprecation notices ⚠️
- The class
.linkgroup-title
marked for deprecation inv11.1.0
has been removed #398