You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix errors not being linked to inputs. PR #230, Fixes #227
9
+
* Fix inputs incorrectly using `aria-labelledby`. PR #230, Fixes #212
10
+
* Update Storybook docs for several components.
11
+
12
+
:new:**New features**
13
+
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
18
+
19
+
## 4.0.2 - 21 May 2024
20
+
21
+
:wrench:**Fixes**
22
+
23
+
*-* Fix error message role by @edwardhorsford in #219
24
+
25
+
## 4.0.1 - 20 May 2024
26
+
27
+
:wrench:**Fixes**
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
30
+
31
+
## 4.0.0 - 15 May 2024
32
+
33
+
This version updates nhsuk-frontend to version 8.
34
+
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
+
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
0 commit comments