From 5d48275f907f5277acfcc99e89dbb16ba38211ca Mon Sep 17 00:00:00 2001 From: Hanna Laakso Date: Fri, 21 Sep 2018 14:34:17 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c674fd089..847af2ead2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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: