From ecd2af15c843fefd653440e4fc0f02a554ba0a30 Mon Sep 17 00:00:00 2001 From: alex-ju Date: Mon, 2 Jul 2018 15:13:22 +0100 Subject: [PATCH 1/2] Fix typo --- src/utilities/_visually-hidden.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utilities/_visually-hidden.scss b/src/utilities/_visually-hidden.scss index 8e7eb8d566..f1b11caf5c 100644 --- a/src/utilities/_visually-hidden.scss +++ b/src/utilities/_visually-hidden.scss @@ -3,7 +3,13 @@ @include govuk-visually-hidden; } + /// @deprecated Deprecated as of release 1.1, replaced by `.govuk-visually-hidden-focusable` .govuk-visually-hidden-focussable { @include govuk-visually-hidden-focusable; } + + .govuk-visually-hidden-focusable { + @include govuk-visually-hidden-focusable; + } + } From d2115a461a98335eb6d10a90a75e1d4c8ca9abb1 Mon Sep 17 00:00:00 2001 From: alex-ju Date: Wed, 4 Jul 2018 11:12:36 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4d2343ee..471ae87d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ 🆕 New features: +- Add `govuk-visually-hidden-focusable` class + + Adds `.govuk-visually-hidden-focusable` and deprecates `.govuk-visually-hidden-focussable` in order to fix the typo in the class name. Please consider updating your code as the next major release will remove the deprecated class. + + ([PR #859](https://github.com/alphagov/govuk-frontend/pull/859)) + - Pull Request Title goes here Description goes here (optional)