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

Improve changelog for v2.13.0 #1454

Merged
merged 1 commit into from
Jun 14, 2019
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
29 changes: 14 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,28 @@

## Unreleased

See the [versioning documentation for how to update this changelog](./docs/contributing/versioning.md#updating-changelog).
See the [versioning documentation for how to update this
changelog](./docs/contributing/versioning.md#updating-changelog).

🆕 New features:

- Support custom text on meta title

Hard coded 'Support Links' is replaced by `params.meta.visuallyHiddenTitle` this has a default off Support links.
🆕 New features

([PR #1387](https://github.com/alphagov/govuk-frontend/pull/1387))

🔧 Fixes:
- You can now override the visually hidden 'Support links' text in the footer by
setting `meta.visuallyHiddenTitle`.

- Fixes the color of disabled secondary and warning button variants
([Pull request #1387](https://github.com/alphagov/govuk-frontend/pull/1387))

([PR #1392](https://github.com/alphagov/govuk-frontend/pull/1392))
🔧 Fixes

- Adds missing height and width attributes to the fallback crown PNG in the header.
- Secondary buttons and warning buttons now have the correct background colour
when they're disabled.

([PR #1419](https://github.com/alphagov/govuk-frontend/pull/1419))
([Pull request #1392](https://github.com/alphagov/govuk-frontend/pull/1392))

- Fixes alignment of the fallback crown PNG with 'GOV.UK' in the header in IE8
- The crown logo image in the header now:
- has height and width attributes set
- aligns better with 'GOV.UK' in IE8

([PR #1419](https://github.com/alphagov/govuk-frontend/pull/1419))
([Pull request #1419](https://github.com/alphagov/govuk-frontend/pull/1419))

## 2.12.0

Expand Down