|
4 | 4 |
|
5 | 5 | :wrench: **Fixes** |
6 | 6 |
|
7 | | -* Add js shims for buttons. PR #231, Fixes #218 |
8 | | -* Fix errors not being linked to inputs. PR #230, Fixes #227 |
9 | | -* Fix inputs incorrectly using `aria-labelledby`. PR #230, Fixes #212 |
| 7 | +* 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) |
| 8 | +* 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) |
| 9 | +* 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) |
10 | 10 | * Update Storybook docs for several components. |
11 | 11 |
|
12 | 12 | :new: **New features** |
13 | 13 |
|
14 | 14 | * Added a CHANGELOG to keep track of changes between releases. [Keep a changelog](https://keepachangelog.com) |
15 | | -* Added support for `preventDoubleClick` debouncing on buttons. PR #231 |
16 | | -* Error summaries now automatically set role, tabindex, and aria-labelledby. PR #229, Fixes #228 |
17 | | -* Storybook link in readme now points to latest version. PR #226 |
| 15 | +* Added support for `preventDoubleClick` debouncing on buttons. PR [#231](https://github.com/NHSDigital/nhsuk-react-components/pull/231) |
| 16 | +* 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) |
| 17 | +* Storybook link in readme now points to latest version. PR [#226](https://github.com/NHSDigital/nhsuk-react-components/pull/226) |
18 | 18 |
|
19 | 19 | ## 4.0.2 - 21 May 2024 |
20 | 20 |
|
21 | 21 | :wrench: **Fixes** |
22 | 22 |
|
23 | | -*-* Fix error message role by @edwardhorsford in #219 |
| 23 | +* Fix error message role by @edwardhorsford in [#219](https://github.com/NHSDigital/nhsuk-react-components/pull/219) |
24 | 24 |
|
25 | 25 | ## 4.0.1 - 20 May 2024 |
26 | 26 |
|
27 | 27 | :wrench: **Fixes** |
28 | 28 |
|
29 | | -* Fix issue with the footer copyright not being rendered in the correct location if there are multiple link columns by @jakeb-nhs in #223 |
| 29 | +* 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) |
30 | 30 |
|
31 | 31 | ## 4.0.0 - 15 May 2024 |
32 | 32 |
|
33 | 33 | This version updates nhsuk-frontend to version 8. |
34 | 34 |
|
35 | 35 | 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). |
36 | 36 |
|
37 | | -* Migrate enzyme to react-testing-library by @JoshuaBates-NHS in #198 |
38 | | -* Allow support for module directives in build process by @JoshuaBates-NHS in #199 |
39 | | -* Update modified components since NHS UK frontend v5 by @jakeb-nhs in #197 |
40 | | -* Add new components since NHS UK frontend v5 by @jakeb-nhs in #202 |
41 | | -* Migrate some patterns to components, rework removed components from frontend v8 by @jakeb-nhs in #203 |
42 | | -* Improve unit test coverage by @jakeb-nhs in #204 |
| 37 | +* Migrate enzyme to react-testing-library by @JoshuaBates-NHS in [#198](https://github.com/NHSDigital/nhsuk-react-components/pull/198) |
| 38 | +* Allow support for module directives in build process by @JoshuaBates-NHS in [#199](https://github.com/NHSDigital/nhsuk-react-components/pull/199) |
| 39 | +* Update modified components since NHS UK frontend v5 by @jakeb-nhs in [#197](https://github.com/NHSDigital/nhsuk-react-components/pull/197) |
| 40 | +* Add new components since NHS UK frontend v5 by @jakeb-nhs in [#202](https://github.com/NHSDigital/nhsuk-react-components/pull/202) |
| 41 | +* 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) |
| 42 | +* Improve unit test coverage by @jakeb-nhs in [#204](https://github.com/NHSDigital/nhsuk-react-components/pull/204) |
0 commit comments