Skip to content

Commit 71e2db8

Browse files
Update changelog for v6.0.0 release
1 parent 65ed0e8 commit 71e2db8

File tree

1 file changed

+18
-34
lines changed

1 file changed

+18
-34
lines changed

CHANGELOG.md

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,41 @@
22

33
## 6.0.0 - 10 March 2026
44

5-
This version provides support for NHS.UK frontend v10.3 and includes:
5+
This version provides support for NHS.UK frontend v10.3.0
6+
7+
You can follow the [upgrade to 6.0 migration guide](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md) to see what's changed and what you need to update.
8+
9+
- React v19 with strict mode support
10+
- React server-side rendering (SSR) support
11+
- React server components (RSC) support
12+
- Forwarded refs from all form inputs
13+
14+
Features from NHS.UK frontend v10.3.0 include:
615

716
- [File upload component](https://service-manual.nhs.uk/design-system/components/file-upload)
817
- [Interruption panel variant](https://service-manual.nhs.uk/design-system/components/panel#interruption-panel)
918
- [Summary cards](https://service-manual.nhs.uk/design-system/components/summary-list#summary-cards)
1019

11-
With additional support added for NHS.UK frontend v10.2 including:
20+
Features from NHS.UK frontend v10.2.0 include:
1221

1322
- [Password input component](https://service-manual.nhs.uk/design-system/components/password-input)
1423
- [Smaller and inline buttons](https://service-manual.nhs.uk/design-system/components/buttons#smaller-buttons)
1524
- [Text input styles for codes and sequences](https://service-manual.nhs.uk/design-system/components/text-input#codes-and-sequences)
1625
- [Select](https://service-manual.nhs.uk/design-system/components/select) dividers using `<Select.Divider />`
1726

18-
For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
19-
20-
## 6.0.0-beta.4 - 5 November 2025
21-
22-
This version provides support for NHS.UK frontend v10.1 and includes:
23-
24-
- Support for HTML in legend, label and error props
25-
- Default legend and label to `isPageHeading: true` when `headingLevel` is set
26-
27-
For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
28-
29-
## 6.0.0-beta.3 - 27 October 2025
30-
31-
This version provides support for NHS.UK frontend v10.1 and includes:
27+
Features from NHS.UK frontend v10.1.0 include:
3228

3329
- [Smaller radios](https://service-manual.nhs.uk/design-system/components/radios#smaller-radios) and [smaller checkboxes](https://service-manual.nhs.uk/design-system/components/checkboxes#smaller-checkboxes)
3430
- [Numbered pagination](https://service-manual.nhs.uk/design-system/components/pagination#for-navigating-between-pages-of-items)
35-
- React strict mode support
36-
37-
For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
38-
39-
## 6.0.0-beta.2 - 13 October 2025
40-
41-
This version provides support for NHS.UK frontend v10.x, React Server Components (RSC) and fixes a Rollup `'use client'` directive issue.
42-
43-
For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
44-
45-
## 6.0.0-beta.1 - 8 October 2025
46-
47-
This version provides support for NHS.UK frontend v10.x and adds the [panel component](https://service-manual.nhs.uk/design-system/components/panel) from the NHS.UK design system. Support for React v19 is also included.
48-
49-
For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
5031

51-
## 6.0.0-beta.0 - 30 September 2025
32+
Features from NHS.UK frontend v10.0.0 include:
5233

53-
This version provides support for NHS.UK frontend v10.x.
34+
- [Header component with account section](https://service-manual.nhs.uk/design-system/components/header)
35+
- [Notification banner component](https://service-manual.nhs.uk/design-system/components/notification-banners)
36+
- [Panel component](https://service-manual.nhs.uk/design-system/components/panel)
37+
- [Full width buttons on mobile](https://service-manual.nhs.uk/design-system/components/buttons)
5438

55-
For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
39+
For a full list of changes in this release please refer to the [upgrade to 6.0 migration guide](https://github.com/NHSDigital/nhsuk-react-components/blob/main/docs/upgrade-to-6.0.md).
5640

5741
## 5.0.0 - 4 November 2024
5842

0 commit comments

Comments
 (0)