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. The href should match the id 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>

Deprecation notices ⚠️

  • The class .linkgroup-title marked for deprecation in v11.1.0 has been removed #398

Other changes

  • Removed unused css mixins from codebase. Refactored single use of mixins as rules in their respective class #387
  • Improved colour contrast of the Enquiry dark version #388 #394
  • Improved Form inputs colour contrast #389
  • Refactored css usage of color() & alpha() ➡️ rgba() #398