|
1 | 1 | # NHS.UK React components |
2 | 2 |
|
3 | | -## Unreleased |
| 3 | +## 5.0.0 - TBC |
| 4 | + |
| 5 | +This version provides support for nhsuk-frontend version 9. |
| 6 | + |
| 7 | +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-5.0.md). |
| 8 | + |
| 9 | +## 4.1.3 - 23 September 2024 |
4 | 10 |
|
5 | 11 | :wrench: **Fixes** |
6 | | -* Remove the unnecessary aria-labelledby tags from radio items. PR [#253](https://github.com/NHSDigital/nhsuk-react-components/pull/253) |
7 | 12 |
|
| 13 | +- Remove the unnecessary aria-labelledby tags from radio items. PR [#253](https://github.com/NHSDigital/nhsuk-react-components/pull/253) |
8 | 14 |
|
9 | 15 | ## 4.1.2 - 3 September 2024 |
10 | 16 |
|
11 | 17 | :wrench: **Fixes** |
12 | 18 |
|
13 | | -* Fix issues with SkipLink (always set the href) and bring into line with NHSUK frontend. PR [#248](https://github.com/NHSDigital/nhsuk-react-components/pull/248) |
| 19 | +- Fix issues with SkipLink (always set the href) and bring into line with NHSUK frontend. PR [#248](https://github.com/NHSDigital/nhsuk-react-components/pull/248) |
14 | 20 |
|
15 | 21 | ## 4.1.1 - 9 August 2024 |
16 | 22 |
|
17 | 23 | :wrench: **Fixes** |
18 | 24 |
|
19 | | -* Remove the unnecessary aria-labelledby tags from DateInput fields. PR [#246](https://github.com/NHSDigital/nhsuk-react-components/pull/246) |
| 25 | +- Remove the unnecessary aria-labelledby tags from DateInput fields. PR [#246](https://github.com/NHSDigital/nhsuk-react-components/pull/246) |
20 | 26 |
|
21 | 27 | ## 4.1.0 - 11 June 2024 |
22 | 28 |
|
23 | 29 | :wrench: **Fixes** |
24 | 30 |
|
25 | | -* Add js shims for buttons. PR [#231](https://github.com/NHSDigital/nhsuk-react-components/pull/231), Fixes [#218](https://github.com/NHSDigital/nhsuk-react-components/issues/218) |
26 | | -* Fix errors not being linked to inputs. PR [#230](https://github.com/NHSDigital/nhsuk-react-components/pull/230), Fixes [#227](https://github.com/NHSDigital/nhsuk-react-components/issues/227) |
27 | | -* Fix inputs incorrectly using `aria-labelledby`. PR [#230](https://github.com/NHSDigital/nhsuk-react-components/pull/230), Fixes [#212](https://github.com/NHSDigital/nhsuk-react-components/issues/212) |
28 | | -* Update Storybook docs for several components. |
| 31 | +- Add js shims for buttons. PR [#231](https://github.com/NHSDigital/nhsuk-react-components/pull/231), Fixes [#218](https://github.com/NHSDigital/nhsuk-react-components/issues/218) |
| 32 | +- Fix errors not being linked to inputs. PR [#230](https://github.com/NHSDigital/nhsuk-react-components/pull/230), Fixes [#227](https://github.com/NHSDigital/nhsuk-react-components/issues/227) |
| 33 | +- Fix inputs incorrectly using `aria-labelledby`. PR [#230](https://github.com/NHSDigital/nhsuk-react-components/pull/230), Fixes [#212](https://github.com/NHSDigital/nhsuk-react-components/issues/212) |
| 34 | +- Update Storybook docs for several components. |
29 | 35 |
|
30 | 36 | :new: **New features** |
31 | 37 |
|
32 | | -* Added a CHANGELOG to keep track of changes between releases. [Keep a changelog](https://keepachangelog.com) |
33 | | -* Added support for `preventDoubleClick` debouncing on buttons. PR [#231](https://github.com/NHSDigital/nhsuk-react-components/pull/231) |
34 | | -* Error summaries now automatically set role, tabindex, and aria-labelledby. PR [#229](https://github.com/NHSDigital/nhsuk-react-components/pull/237), Fixes [#228](https://github.com/NHSDigital/nhsuk-react-components/issues/229) |
35 | | -* Storybook link in readme now points to latest version. PR [#226](https://github.com/NHSDigital/nhsuk-react-components/pull/226) |
| 38 | +- Added a CHANGELOG to keep track of changes between releases. [Keep a changelog](https://keepachangelog.com) |
| 39 | +- Added support for `preventDoubleClick` debouncing on buttons. PR [#231](https://github.com/NHSDigital/nhsuk-react-components/pull/231) |
| 40 | +- Error summaries now automatically set role, tabindex, and aria-labelledby. PR [#229](https://github.com/NHSDigital/nhsuk-react-components/pull/237), Fixes [#228](https://github.com/NHSDigital/nhsuk-react-components/issues/229) |
| 41 | +- Storybook link in readme now points to latest version. PR [#226](https://github.com/NHSDigital/nhsuk-react-components/pull/226) |
36 | 42 |
|
37 | 43 | ## 4.0.2 - 21 May 2024 |
38 | 44 |
|
39 | 45 | :wrench: **Fixes** |
40 | 46 |
|
41 | | -* Fix error message role by @edwardhorsford in [#219](https://github.com/NHSDigital/nhsuk-react-components/pull/219) |
| 47 | +- Fix error message role by @edwardhorsford in [#219](https://github.com/NHSDigital/nhsuk-react-components/pull/219) |
42 | 48 |
|
43 | 49 | ## 4.0.1 - 20 May 2024 |
44 | 50 |
|
45 | 51 | :wrench: **Fixes** |
46 | 52 |
|
47 | | -* Fix issue with the footer copyright not being rendered in the correct location if there are multiple link columns by @jakeb-nhs in [#223](https://github.com/NHSDigital/nhsuk-react-components/pull/223) |
| 53 | +- Fix issue with the footer copyright not being rendered in the correct location if there are multiple link columns by @jakeb-nhs in [#223](https://github.com/NHSDigital/nhsuk-react-components/pull/223) |
48 | 54 |
|
49 | 55 | ## 4.0.0 - 15 May 2024 |
50 | 56 |
|
51 | 57 | This version updates nhsuk-frontend to version 8. |
52 | 58 |
|
53 | | -For a full list of changes in this release please refer to the [migration doc](https://github.com/NHSDigital/nhsuk-react-components/blob/feature/nhsuk-frontend-v8/docs/upgrade-to-4.0.md). |
| 59 | +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-4.0.md). |
54 | 60 |
|
55 | | -* Migrate enzyme to react-testing-library by @JoshuaBates-NHS in [#198](https://github.com/NHSDigital/nhsuk-react-components/pull/198) |
56 | | -* Allow support for module directives in build process by @JoshuaBates-NHS in [#199](https://github.com/NHSDigital/nhsuk-react-components/pull/199) |
57 | | -* Update modified components since NHS UK frontend v5 by @jakeb-nhs in [#197](https://github.com/NHSDigital/nhsuk-react-components/pull/197) |
58 | | -* Add new components since NHS UK frontend v5 by @jakeb-nhs in [#202](https://github.com/NHSDigital/nhsuk-react-components/pull/202) |
59 | | -* Migrate some patterns to components, rework removed components from frontend v8 by @jakeb-nhs in [#203](https://github.com/NHSDigital/nhsuk-react-components/pull/203) |
60 | | -* Improve unit test coverage by @jakeb-nhs in [#204](https://github.com/NHSDigital/nhsuk-react-components/pull/204) |
| 61 | +- Migrate enzyme to react-testing-library by @JoshuaBates-NHS in [#198](https://github.com/NHSDigital/nhsuk-react-components/pull/198) |
| 62 | +- Allow support for module directives in build process by @JoshuaBates-NHS in [#199](https://github.com/NHSDigital/nhsuk-react-components/pull/199) |
| 63 | +- Update modified components since NHS UK frontend v5 by @jakeb-nhs in [#197](https://github.com/NHSDigital/nhsuk-react-components/pull/197) |
| 64 | +- Add new components since NHS UK frontend v5 by @jakeb-nhs in [#202](https://github.com/NHSDigital/nhsuk-react-components/pull/202) |
| 65 | +- Migrate some patterns to components, rework removed components from frontend v8 by @jakeb-nhs in [#203](https://github.com/NHSDigital/nhsuk-react-components/pull/203) |
| 66 | +- Improve unit test coverage by @jakeb-nhs in [#204](https://github.com/NHSDigital/nhsuk-react-components/pull/204) |
0 commit comments