From 16cc3ff7a0aed0f1350fb0e21232804951d2ce31 Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Tue, 25 Oct 2016 12:30:56 +0100 Subject: [PATCH] v2.1.0 - Update govuk_frontend_toolkit to 5.0.0 and govuk_template to 0.19.0 (PR #333) - Add a select box example (PR #303) - Add bullet points describing use of disabled buttons (PR #304) - Add reasoning for native over custom file inputs - Clear floats on details elements (PR #328) - Add a .bold utility class (PR #321) - Remove external link styles (PR #274) --- CHANGELOG.md | 10 ++++++++++ VERSION.txt | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5154b703..7485e8128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.1.0 + +- Update govuk_frontend_toolkit to 5.0.0 and govuk_template to 0.19.0 ([PR #333](https://github.com/alphagov/govuk_elements/pull/333)) +- Add a select box example ([PR #303](https://github.com/alphagov/govuk_elements/pull/303)) +- Add bullet points describing use of disabled buttons ([PR #304](https://github.com/alphagov/govuk_elements/pull/304)) +- Add reasoning for native over custom file inputs +- Clear floats on details elements ([PR #328](https://github.com/alphagov/govuk_elements/pull/328)) +- Add a `.bold` utility class ([PR #321](https://github.com/alphagov/govuk_elements/pull/321)) +- Remove external link styles ([PR #274](https://github.com/alphagov/govuk_elements/pull/274)) + # 2.0.0 - Remove the images path override from the helpers partial ([PR #292](https://github.com/alphagov/govuk_elements/pull/292)). This will break background images that are currently using the `file-url` function from [the url-helpers partial in the frontend toolkit](https://github.com/alphagov/govuk_frontend_toolkit/blob/d54c9b26d314a6e6cb50ba90f6e96ca50049498f/stylesheets/_url-helpers.scss). As `$path` will vary from project to project you will need to define this in your main application stylesheet. diff --git a/VERSION.txt b/VERSION.txt index 227cea215..7ec1d6db4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.0.0 +2.1.0 diff --git a/package.json b/package.json index 787a8383c..99e2f3d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "2.0.0", + "version": "2.1.0", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "license": "MIT",