You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,36 @@ Users of Nunjucks macros don't need to change anything.
99
99
100
100
We introduced this change in [pull request #6382: Remove deprecated `govuk-pagination__item--ellipses` class](https://github.com/alphagov/govuk-frontend/pull/6382).
101
101
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.
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
+
102
132
#### Stop importing GOV.UK Frontend's Sass using `all`
103
133
104
134
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