Owen Jones
Owen Jones
## What Let the community know that we will be removing compatibility mode in govuk-frontend 5.0 Part of https://github.com/alphagov/govuk-frontend/issues/2769 ## Who needs to work on this Content designers, Developers
## What Deprecate the compatibility mode variables: - `$govuk-compatibility-govukelements` - `$govuk-compatibility-govuktemplate` - `$govuk-compatibility-govukfrontendtoolkit` ## Why We will be removing compatibility mode in 5.0 so we should deprecate these in order...
## What Deprecate the settings managed by our compatibility mode variables (`$govuk-compatibility-[legacy-package]`). Specifically: - [`govuk-compatibility`](https://github.com/alphagov/govuk-frontend/blob/main/src/govuk/tools/_compatibility.scss) - [`$govuk-use-legacy-palette`](https://github.com/alphagov/govuk-frontend/blob/main/src/govuk/settings/_colours-palette.scss#L19) - [`$govuk-use-legacy-font`](https://github.com/alphagov/govuk-frontend/blob/main/src/govuk/settings/_typography-font.scss#L17) - [`$govuk-typography-use-rem`](https://github.com/alphagov/govuk-frontend/blob/main/src/govuk/settings/_typography-responsive.scss#L17) - [`$govuk-font-family-tabular`](https://github.com/alphagov/govuk-frontend/blob/c31c4bebba9a464116033ff5cd03772bf3aa79f5/src/govuk/helpers/_typography.scss#L186-L199) ## Why We will be removing compatibility...
## What Release the updated typography scale to govuk-frontend that will come out of https://github.com/alphagov/govuk-design-system/issues/2298 Part of https://github.com/alphagov/govuk-design-system/issues/2289 ## Who needs to work on this Developers
## What Update our typography classes to use the same sizes between lettered and numbered sizing. Eg: Currently, `govuk-body-s` maps to 16 on the font scale whereas `govuk-heading-s` maps to...
## What Remove 14 as an option in our font sass mixins as well as the override class `govuk-!-font-size-14`. Part of https://github.com/alphagov/govuk-design-system/issues/2289 ## Who needs to work on this Developers
## What Deprecate 14 as an option in our font sass mixins as well as the override class `govuk-!-font-size-14`. ## Why So that we are communicating that we will be...
## Description of the issue When using JAWS on Edge, the error summary reads out the entire href of the page it's on as well as the error itself, making...
## What Get feedback from the community to assess if there's a need for a mixin to target a specific font map within the typography scale. Instead of collecting and...
## What Investigate and formalise techniques and feature flags in GOV.UK Frontend. ## Why So that we can release and test features early and get feedback from users without having...