Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a changelog #237

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# NHS.UK React components

## Unreleased

:wrench: **Fixes**

* Add js shims for buttons. PR #231, Fixes #218
* Fix errors not being linked to inputs. PR #230, Fixes #227
* Fix inputs incorrectly using `aria-labelledby`. PR #230, Fixes #212
* Update Storybook docs for several components.

:new: **New features**

* Added a CHANGELOG to keep track of changes between releases. [Keep a changelog](https://keepachangelog.com)
* Added support for `preventDoubleClick` debouncing on buttons. PR #231
* Error summaries now automatically set role, tabindex, and aria-labelledby. PR #229, Fixes #228
* Storybook link in readme now points to latest version. PR #226

## 4.0.2 - 21 May 2024

:wrench: **Fixes**

*-* Fix error message role by @edwardhorsford in #219

## 4.0.1 - 20 May 2024

:wrench: **Fixes**

* Fix issue with the footer copyright not being rendered in the correct location if there are multiple link columns by @jakeb-nhs in #223

## 4.0.0 - 15 May 2024

This version updates nhsuk-frontend to version 8.

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

* Migrate enzyme to react-testing-library by @JoshuaBates-NHS in #198
* Allow support for module directives in build process by @JoshuaBates-NHS in #199
* Update modified components since NHS UK frontend v5 by @jakeb-nhs in #197
* Add new components since NHS UK frontend v5 by @jakeb-nhs in #202
* Migrate some patterns to components, rework removed components from frontend v8 by @jakeb-nhs in #203
* Improve unit test coverage by @jakeb-nhs in #204
Loading