From a4b80c9024cb2685e9a2674f557c7aef0d9f6ce9 Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Tue, 23 Aug 2016 14:36:45 +0100 Subject: [PATCH] Bump version to v2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. - Bump govuk frontend toolkit to 4.16.1 ([PR #288](https://github.com/alphagov/govuk_elements/pull/288)). This adds space key activation to links with a role of button. - Form validation patterns for conditionally revealing content ([PR #286](https://github.com/alphagov/govuk_elements/pull/286)) - Centre text on full-width buttons ([PR #289](https://github.com/alphagov/govuk_elements/pull/289)) - Lint JS code using [StandardJS](http://standardjs.com/) ([PR #290](https://github.com/alphagov/govuk_elements/pull/290)) *This version deprecates external link styles. If your service has user research that indicates that external links are useful (or not) then we’d like to hear from you either on Slack, [digital-service-designers](https://groups.google.com/a/digital.cabinet-office.gov.uk/forum/#!forum/digital-service-designers) or [opening an issue](https://github.com/alphagov/govuk_elements/issues/new).* --- 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 828af25a2..c5154b703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 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. +- Bump govuk frontend toolkit to 4.16.1 ([PR #288](https://github.com/alphagov/govuk_elements/pull/288)). This adds space key activation to links with a role of button. +- Form validation patterns for conditionally revealing content ([PR #286](https://github.com/alphagov/govuk_elements/pull/286)) +- Centre text on full-width buttons ([PR #289](https://github.com/alphagov/govuk_elements/pull/289)) +- Lint JS code using [StandardJS](http://standardjs.com/) ([PR #290](https://github.com/alphagov/govuk_elements/pull/290)) + +*This version deprecates external link styles. If your service has user research that indicates that external links are useful (or not) then we’d like to hear from you either on Slack, [digital-service-designers](https://groups.google.com/a/digital.cabinet-office.gov.uk/forum/#!forum/digital-service-designers) or [opening an issue](https://github.com/alphagov/govuk_elements/issues/new).* + # 1.2.2 - Bump govuk frontend toolkit to 4.14.4 (PR #278) diff --git a/VERSION.txt b/VERSION.txt index 23aa83906..227cea215 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.2 +2.0.0 diff --git a/package.json b/package.json index 42391ca10..c390199d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "1.2.2", + "version": "2.0.0", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "license": "MIT",