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 all commits
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
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 govuk_template.gemspec
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'sprockets', '2.10.0'
spec.add_development_dependency 'sass', '3.2.9'
spec.add_development_dependency 'govuk_frontend_toolkit', '5.0.0'
spec.add_development_dependency 'govuk_frontend_toolkit', '5.2.0'
spec.add_development_dependency 'gem_publisher', '1.3.0'
spec.add_development_dependency 'rspec', '3.5.0'
spec.add_development_dependency 'rspec-html-matchers', '0.8.1'
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