From 6abefccda12d10b0050cbeb46f104169d6d9d906 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 aecbb32995..228cc636ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ 🆕 New features: +- 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)