GOV.UK Frontend v4.9.0
To install this version with npm, run npm install [email protected]
. You can also find more information about how to stay up to date in our documentation.
New features
The Royal Arms has been updated
The Royal Arms in the GOV.UK footer has been updated to reflect the version introduced by King Charles III.
You should ensure that the new image is being copied to your service's image assets folder if it's not being used directly from the Frontend package. By default this folder is located at /assets/images
.
If you’re using Nunjucks, the asset path may have been changed by the assetPath
global variable or assetsPath
parameter on the header component.
Copy the following files from /dist/assets/images
into your assets folder. You can safely overwrite the old images.
govuk-crest.png
[email protected]
We introduced this change in pull request #5383: Update the Royal Arms graphic in footer (v4.x).
Fixes
We’ve made fixes to GOV.UK Frontend in the following pull requests: