From 83ba92d5c93dd04b00a5c65f4a2678deb7b4148c Mon Sep 17 00:00:00 2001 From: Hanna Laakso Date: Fri, 21 Sep 2018 15:19:29 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e230d5b27..036d07a3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ 🆕 New features: +- Add component options (arguments) as `macro-options.json` to `package` + + We want to be able to expose these options to GOV.UK Design System. This change includes them as `yaml` in `src/components` and adds a build step to transform them to `JSON` and copy them to `package/components`. It also adds a test to check if the copied files are valid JSON and contain expected attributes. + + ([PR #998](https://github.com/alphagov/govuk-frontend/pull/998)) + - Pull Request Title goes here Description goes here (optional) @@ -63,7 +69,7 @@ - Update date input component to use `display: inline-block` ([PR #938](https://github.com/alphagov/govuk-frontend/pull/938)) - + - Change spacing relationship on default and small legends and hints ([PR #940](https://github.com/alphagov/govuk-frontend/pull/940))