From 8b2a73ed35277cae096ab86414d630c3ad7b8c77 Mon Sep 17 00:00:00 2001 From: alex-ju Date: Mon, 2 Jul 2018 15:32:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0898a3e062..a849fff9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,16 @@ ([PR #859](https://github.com/alphagov/govuk-frontend/pull/859)) +- Update date input component + + Allow the `name` and `id` attributes to be passed individually for each input item. + + Rely on `classes` instead of item names to set the width of input items. + + Add default (day, month, year) date input items if no items are being specified + + ([PR #857](https://github.com/alphagov/govuk-frontend/pull/857)) + - Pull Request Title goes here Description goes here (optional)