Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
# 1.2.0

- Add MIT License (PR #236)
- Create latest release branch as an alias of the latest release (PR
#232)
- Create new app to preview govuk elements sass releases (PR #219)
- Fix the summary arrow in recent Firefox (PR #227)
- Remove button padding overriding the govuk_frontend_toolkit (PR #230)
- Don't copy the govuk_frontend_toolkit's images into an icons folder
(PR #223)
- Fix path for rails and node environments (PR #234)
  - Import the govuk_frontend_toolkit url-helpers partial
  - If image-url is not defined (if we are not in a Rails environment),
then set a path to /public/images
- Fix the skip link in Safari (PR #225)
  • Loading branch information
gemmaleigh authored and Robin Whittleton committed May 26, 2016
1 parent 4cb1170 commit 2005106
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 1.2.0

- Add MIT License (PR #236)
- Create latest release branch as an alias of the latest release (PR #232)
- Create new app to preview govuk elements sass releases (PR #219)
- Fix the summary arrow in recent Firefox (PR #227)
- Remove button padding overriding the govuk_frontend_toolkit (PR #230)
- Don't copy the govuk_frontend_toolkit's images into an icons folder (PR #223)
- Fix path for rails and node environments (PR #234)
- Import the govuk_frontend_toolkit url-helpers partial
- If image-url is not defined (if we are not in a Rails environment), then set a path to /public/images
- Fix the skip link in Safari (PR #225)

# 1.1.4

- Fix issue #197, toggled content not displaying
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.2.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": "1.1.4",
"version": "1.2.0",
"description": "GOVUK elements Sass files",
"repository": "alphagov/govuk_elements",
"license": "MIT",
Expand Down

0 comments on commit 2005106

Please sign in to comment.