Skip to content

Commit

Permalink
Update changelog to reflect removal of underlines from links in heade…
Browse files Browse the repository at this point in the history
…r component
  • Loading branch information
paulrobertlloyd committed Feb 14, 2025
1 parent 21aa8fc commit 0c3574d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<nav class="nhsuk-navigation" aria-label="Menu">
```

- Links in the header component are now only underlined upon hover ([PR XXX]([https://github.com/nhsuk/nhsuk-frontend/pull/XXX]))

:boom: **Breaking changes**

- Remove the boolean `showNav`, `showSearch` and `transactional` options from the header component. Respective parts of the header are now shown if values for `primaryLinks`, `search` or `transactionalService` options are provided. Additionally, the `searchAction` option is renamed `search.action` and the `searchInputName` option is renamed `search.name`. Finally, the label, button and placeholder text for the search input can be updated using the new `search.visuallyHiddenLabel`, `search.visuallyHiddenButton` and `search.placeholder` options. ([PR 996](https://github.com/nhsuk/nhsuk-frontend/pull/996))
Expand Down

0 comments on commit 0c3574d

Please sign in to comment.