From 796399e3dbd958d236cd6f120164f5708dadbd76 Mon Sep 17 00:00:00 2001 From: owenatgov Date: Wed, 14 Sep 2022 12:35:45 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c701e8adb71..28f23c5e50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,19 @@ This will enable screen reader users to have a better, more coherent experience This was added in [pull request #2677: Amend error summary markup to fix page load focus bug in JAWS 2022](https://github.com/alphagov/govuk-frontend/pull/2677). +### Deprecated features + +#### Stop using settings associated with legacy codebases + +In govuk-frontend v5.0 we will stop supporting compatibility with legacy codebases. As part of this, we are deprecating settings controlled by compatibility mode variables. This includes the mixin `govuk-compatibility` and the following variables: + +- `$govuk-use-legacy-palette` +- `$govuk-use-legacy-font` +- `$govuk-typography-use-rem` +- `$govuk-font-family-tabular` + +This was introduced in [pull request #2844: Deprecate compatibility mode settings](https://github.com/alphagov/govuk-frontend/pull/2844). + ### Fixes We’ve made fixes to GOV.UK Frontend in the following pull requests: