|
2 | 2 |
|
3 | 3 | ## 6.0.0 - 10 March 2026 |
4 | 4 |
|
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: |
6 | 15 |
|
7 | 16 | - [File upload component](https://service-manual.nhs.uk/design-system/components/file-upload) |
8 | 17 | - [Interruption panel variant](https://service-manual.nhs.uk/design-system/components/panel#interruption-panel) |
9 | 18 | - [Summary cards](https://service-manual.nhs.uk/design-system/components/summary-list#summary-cards) |
10 | 19 |
|
11 | | -With additional support added for NHS.UK frontend v10.2 including: |
| 20 | +Features from NHS.UK frontend v10.2.0 include: |
12 | 21 |
|
13 | 22 | - [Password input component](https://service-manual.nhs.uk/design-system/components/password-input) |
14 | 23 | - [Smaller and inline buttons](https://service-manual.nhs.uk/design-system/components/buttons#smaller-buttons) |
15 | 24 | - [Text input styles for codes and sequences](https://service-manual.nhs.uk/design-system/components/text-input#codes-and-sequences) |
16 | 25 | - [Select](https://service-manual.nhs.uk/design-system/components/select) dividers using `<Select.Divider />` |
17 | 26 |
|
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: |
32 | 28 |
|
33 | 29 | - [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) |
34 | 30 | - [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). |
50 | 31 |
|
51 | | -## 6.0.0-beta.0 - 30 September 2025 |
| 32 | +Features from NHS.UK frontend v10.0.0 include: |
52 | 33 |
|
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) |
54 | 38 |
|
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). |
56 | 40 |
|
57 | 41 | ## 5.0.0 - 4 November 2024 |
58 | 42 |
|
|
0 commit comments