Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.20.0 #282

Merged
merged 2 commits into from
Mar 29, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
0.20.0
- Fix EJS template (PR #270)
- Add `theme-color` support to make the page surround in Chrome’s tab view on Android match the black GOV.UK header (PR #278)
- Add `text-decoration-skip: ink` to all links on GOV.UK (PR #281)
- Improve contrast of links when focused (PR #272)
- Make header text colour black when focused (PR #274)
Robin Whittleton committed Mar 29, 2017
commit 3702f81c21cdbdc36584ee31bdb1a8c72ed04619
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.20.0

- Fix EJS template ([PR #270](https://github.com/alphagov/govuk_template/pull/270))
- Add `theme-color` support to make the page surround in Chrome’s tab view on Android match the black GOV.UK header ([PR #278](https://github.com/alphagov/govuk_template/pull/278))
- Add `text-decoration-skip: ink` to all links on GOV.UK ([PR #281](https://github.com/alphagov/govuk_template/pull/281))
- Improve contrast of links when focused ([PR #272](https://github.com/alphagov/govuk_template/pull/272))
- Make header text colour black when focused ([PR #274](https://github.com/alphagov/govuk_template/pull/274))

# 0.19.2

- Increase skiplink colour contrast ([PR #263](https://github.com/alphagov/govuk_template/pull/263))
2 changes: 1 addition & 1 deletion lib/govuk_template/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukTemplate
VERSION = "0.19.2"
VERSION = "0.20.0"
end