diff --git a/CHANGELOG.md b/CHANGELOG.md index e64de9b80c..cf347a2430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ For advice on how to use these release notes see [our guidance on staying up to ## Unreleased +### New features + +#### Make it easier to navigate complex services with the Service navigation component + +We've added a new [Service navigation component](https://design-system.service.gov.uk/components/service-navigation/) 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](https://github.com/alphagov/govuk-frontend/pull/5206). + ## v5.5.0 (Feature release) To install this version with npm, run `npm install govuk-frontend@5.5.0`. You can also find more information about [how to stay up to date](https://frontend.design-system.service.gov.uk/staying-up-to-date/#updating-to-the-latest-version) in our documentation. diff --git a/packages/govuk-frontend/src/govuk/components/service-navigation/README.md b/packages/govuk-frontend/src/govuk/components/service-navigation/README.md index 820c862eec..87e7f1f08f 100644 --- a/packages/govuk-frontend/src/govuk/components/service-navigation/README.md +++ b/packages/govuk-frontend/src/govuk/components/service-navigation/README.md @@ -1,4 +1,4 @@ -# Service Navigation +# Service navigation ## Installation @@ -6,7 +6,7 @@ See the [main README quick start guide](https://github.com/alphagov/govuk-fronte ## Guidance and Examples -Find out when to use the service header component in your service in the [GOV.UK Design System](https://design-system.service.gov.uk/components/service-navigation). +Find out when to use the Service navigation component in your service in the [GOV.UK Design System](https://design-system.service.gov.uk/components/service-navigation). ## Component options