From 792b656b9a8cfd538131dfd9fa0a2242706b95b8 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Thu, 22 Aug 2024 22:06:59 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51342ffba..e852926c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix Sass deprecation on `mix` function (passing a number without unit) ([PR 995](https://github.com/nhsuk/nhsuk-frontend/pull/995)) - Add nhsukAttributes macro, copied from GOV.UK ([PR 998](https://github.com/nhsuk/nhsuk-frontend/pull/998)) +- 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 visually hidden label for the search input can be updated using the new `search.visuallyHiddenLabel` option. ([PR 996](https://github.com/nhsuk/nhsuk-frontend/pull/996)) ## 8.3.0 - 24 July 2024