From ff7542a5388a3929878f20bb07eed51bd86e8ba6 Mon Sep 17 00:00:00 2001 From: Jani Kraner Date: Mon, 2 Jul 2018 09:27:05 +0100 Subject: [PATCH] Document in CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27d8296d0..8a852d6b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,12 @@ You can now provide a divider item (e.g "or") to separate items ([PR #849](https://github.com/alphagov/govuk-frontend/pull/849)) +- Allow for optional hint for each radio and checkbox item + + You can now pass a hint object (or add in html) to each radio + and checkbox item to display the hint + ([PR #846](https://github.com/alphagov/govuk-frontend/pull/846)) + 🔧 Fixes: - Replace conflicting `js-hidden` class used within the tabs component with a new modifier class. @@ -75,7 +81,7 @@ `headingLevel: ` parameter. Default is `2`. ([PR #853](https://github.com/alphagov/govuk-frontend/pull/853)) -- Update date input component +- Update date input component Allow the `name` and `id` attributes to be passed individually for each input item.