diff --git a/docs/upgrade-to-6.0.md b/docs/upgrade-to-6.0.md index 5f29c64a..917edfb2 100644 --- a/docs/upgrade-to-6.0.md +++ b/docs/upgrade-to-6.0.md @@ -17,6 +17,7 @@ The updated [header](https://service-manual.nhs.uk/design-system/components/head - update navigation label from ’Primary navigation’ to ‘Menu’, and remove superfluous `role` and `id` attributes - update NHS logo in the header to have higher contrast when focused - refactor CSS classes and BEM naming, use hidden attributes instead of modifier classes, use generic search element +- removed conditional "Home" navigation item, previously displayed on mobile and tablet only #### New file upload component @@ -472,6 +473,7 @@ The updated header component from NHS.UK frontend v10.x has been added. You will - remove the automatically created `Header.Logo` component - remove the automatically created `Header.ServiceName` component - remove the automatically created `Header.NavDropdownMenu` component +- remove the unsupported `` "Home" component - rename the `Header.Nav` component to `Header.Navigation` - rename the `Header.NavItem` component to `Header.NavigationItem` @@ -491,6 +493,7 @@ The updated header component from NHS.UK frontend v10.x has been added. You will - Example 2 - Example 3 - Example 4 +- Home - - + @@ -502,6 +505,8 @@ The updated header component from NHS.UK frontend v10.x has been added. You will ``` +The conditional "Home" navigation item (mobile and tablet only) was removed in NHS.UK frontend v10.0.0 and is no longer necessary. + ### Footer The updated footer component from NHS.UK frontend v10.x has been added. You will need to make the following changes: