From ee1cacd9a7f744f2e3b0e2da7db1de0474232726 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Tue, 23 Apr 2019 13:53:37 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe819014ba..be0042666e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ See the [versioning documentation for how to update this changelog](./docs/contr ([PR #1387](https://github.com/alphagov/govuk-frontend/pull/1387)) +- Remove duplicate form field markup from each macro + + All form fields are now wrapped in `govukFormGroup()` to generate the appropriate hint, error message, fieldset and legend (or label). + + ([PR #1281](https://github.com/alphagov/govuk-frontend/pull/1281)) + 🔧 Fixes: - Fixes the color of disabled secondary and warning button variants