Skip to content

Commit ef4380a

Browse files
querkmachineseaemsi
andcommitted
Add changelog entries
Co-authored-by: seaemsi <[email protected]>
1 parent 9f4728d commit ef4380a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,36 @@ Users of Nunjucks macros don't need to change anything.
9999

100100
We introduced this change in [pull request #6382: Remove deprecated `govuk-pagination__item--ellipses` class](https://github.com/alphagov/govuk-frontend/pull/6382).
101101

102+
#### Update the class on the GOV.UK logo link in the Header component
103+
104+
We've updated the value of the `class` attribute on the link to the GOV.UK homepage to `govuk-header__homepage-link`.
105+
106+
If you're not using Nunjucks macros, you'll need to update this class manually.
107+
108+
```html
109+
<!-- Before -->
110+
<a href="//gov.uk" class="govuk-header__link govuk-header__link--homepage">
111+
[...]
112+
</a>
113+
114+
<!-- After -->
115+
<a href="//gov.uk" class="govuk-header__homepage-link">
116+
[...]
117+
</a>
118+
```
119+
120+
This change was introduced in [pull request #6423: Remove service name and navigation from Header component](https://github.com/alphagov/govuk-frontend/pull/6423)
121+
122+
#### Stop including the service name and navigation items in the Header component
123+
124+
We deprecated including the service name and navigation in the Header in [GOV.UK Frontend 5.9.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.9.0).
125+
126+
We've now removed this functionality.
127+
128+
Service names and service-level navigation should now use the [Service navigation component](https://design-system.service.gov.uk/components/service-navigation/).
129+
130+
This change was introduced in [pull request #6423: Remove service name and navigation from Header component](https://github.com/alphagov/govuk-frontend/pull/6423)
131+
102132
#### Stop importing GOV.UK Frontend's Sass using `all`
103133

104134
GOV.UK Frontend's `all.scss` file and partials were deprecated in [GOV.UK Frontend 5.8.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.8.0) and were replaced by equivalent [Sass `index` files](https://sass-lang.com/documentation/at-rules/use/#index-files). We've now removed the files entirely.

0 commit comments

Comments
 (0)