Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Co-authored-by: seaemsi <50173207+seaemsi@users.noreply.github.com>
  • Loading branch information
querkmachine and seaemsi committed Aug 29, 2024
1 parent 37877d0 commit 414298b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Service Navigation
# Service navigation

## Installation

See the [main README quick start guide](https://github.com/alphagov/govuk-frontend#quick-start) for how to install this component.

## 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

Expand Down

0 comments on commit 414298b

Please sign in to comment.