Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
Robin Whittleton committed Oct 25, 2016
1 parent 3098388 commit 16cc3ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 16cc3ff

Please sign in to comment.