Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
Robin Whittleton committed Mar 16, 2017
1 parent 09b5712 commit 723ef7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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))
Expand Down
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

0 comments on commit 723ef7d

Please sign in to comment.