Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
- Remove rounded corners on form inputs elements and textareas in iOS (PR #342)
- Fix focus outline on form fields in Chrome / Safari (PR #346)
- Updates the contribution guidelines (PR #339)
- Recommend .visually-hidden over .visuallyhidden (PR #341)
  • Loading branch information
Robin Whittleton committed Nov 11, 2016
1 parent c3ab36d commit 88e9c44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.1.1

- Remove rounded corners on form inputs elements and textareas in iOS ([PR #342](https://github.com/alphagov/govuk_elements/pull/342))
- Fix focus outline on form fields in Chrome / Safari ([PR #346](https://github.com/alphagov/govuk_elements/pull/346))
- Updates the contribution guidelines ([PR #339](https://github.com/alphagov/govuk_elements/pull/339))
- Recommend `.visually-hidden` over `.visuallyhidden` ([PR #341](https://github.com/alphagov/govuk_elements/pull/341))

# 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))
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit 88e9c44

Please sign in to comment.