Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hannalaakso committed Sep 21, 2018
1 parent f4afcaa commit 5d48275
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@

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

🏠 Internal:

- Update `browsersList` in package.json to reflect our supported browsers

`browsersList` is used by PostCSS in our current build to determine which browser prefixes or rules to generate for the built CSS files. This PR adds rules to specify that the browsers in our [browser matrix](https://github.com/alphagov/govuk-frontend#browser-support) should always be prefixed for. Additionally, any browser with more than 0.1% of the global market share is prefixed for.

In terms of changes to ou built CSS, this means that `-webkit-box-sizing` and `-webkit-box-shadow` prefixes will be removed - neither of these prefixes are required by desktop Safari 5.1 or later so this seems a fairly safe change to make.

## 2.0.0 (Breaking change)

💥 Breaking changes:
Expand Down Expand Up @@ -189,9 +197,9 @@
([PR #960](https://github.com/alphagov/govuk-frontend/pull/960))

- Use text colour on focus for better contrast

Updates the focus styles of links in GOV.UK Frontend so they pass WCAG contrast requirements.

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

🆕 New features:
Expand Down

0 comments on commit 5d48275

Please sign in to comment.