Skip to content

Commit b4b2163

Browse files
Add links to changelog (#238)
* Add links to changelog * Update CHANGELOG.md Co-authored-by: Thomas Judd-Cooper <[email protected]> * Bugfix --------- Co-authored-by: Thomas Judd-Cooper <[email protected]>
1 parent 5bee6e9 commit b4b2163

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@
44

55
:wrench: **Fixes**
66

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)
1010
* Update Storybook docs for several components.
1111

1212
:new: **New features**
1313

1414
* 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)
1818

1919
## 4.0.2 - 21 May 2024
2020

2121
:wrench: **Fixes**
2222

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)
2424

2525
## 4.0.1 - 20 May 2024
2626

2727
:wrench: **Fixes**
2828

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)
3030

3131
## 4.0.0 - 15 May 2024
3232

3333
This version updates nhsuk-frontend to version 8.
3434

3535
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).
3636

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

Comments
 (0)