From 4225d0a3617f6354b68f134913380b73be6c9384 Mon Sep 17 00:00:00 2001 From: beeps Date: Fri, 10 Nov 2023 11:43:25 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9262c0751d..7eb83bdbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,43 @@ For advice on how to use these release notes see [our guidance on staying up to ## Unreleased +### Breaking changes + +#### Check your favicons, app icons and OpenGraph image still work + +We've changed the names, formats and sizes of icon assets that we distribute in Frontend. You will want to check that the correct files are in place. + +The following files have been added to the assets folder: + +- manifest.json +- images/favicon.svg +- images/govuk-icon-180.png +- images/govuk-icon-192.png +- images/govuk-icon-512.png +- images/govuk-icon-mask.svg + +The following files have been removed from the assets folder: + +- images/govuk-apple-touch-icon.png +- images/govuk-apple-touch-icon-152x152.png +- images/govuk-apple-touch-icon-167x167.png +- images/govuk-apple-touch-icon-180x180.png +- images/govuk-mask-icon.svg + +If you're not using the Nunjucks page template, you will need to replace the list of icons in the template's `head` with the following: + +```html + + + + + +``` + +You will need to update the file path to match your assets folder if it's not at the default location. + +This change was made in [pull request #4445: Implement transitional crown favicons (v5.0)](https://github.com/alphagov/govuk-frontend/pull/4445). + ### Recommended changes We've recently made some non-breaking changes to GOV.UK Frontend. Implementing these changes will make your service work better.