Skip to content

GOV.UK Frontend v5.6.0

Latest
Compare
Choose a tag to compare
@querkmachine querkmachine released this 29 Aug 10:39
· 61 commits to main since this release
a5a50ea

To install this version with npm, run npm install [email protected]. You can also find more information about how to stay up to date in our documentation.

New features

Make it easier to navigate complex services with the Service navigation component

We've added a new Service navigation component to help users to navigate services with multiple top-level sections. This replaces the navigation functions of the Header component, which will be deprecated in a future release of GOV.UK Frontend.

This component includes some features we consider experimental. We intend to iterate these features in response to user feedback. These are:

  • moving the service name from the Header to the Service navigation
  • providing slots for injecting custom HTML into specified locations within the component

We introduced this change in pull request #5206: Service navigation component.