Skip to content

Commit 6bdb7a3

Browse files
Add a changelog (#237)
1 parent 41d858c commit 6bdb7a3

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# NHS.UK React components
2+
3+
## Unreleased
4+
5+
:wrench: **Fixes**
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
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

Comments
 (0)