GOV.UK Frontend v5.10.1
To install this version with npm, run npm install govuk-frontend@5.10.1
. You can also find more information about how to stay up to date in our documentation.
Brand refresh fixes
We’ve fixed the colour of the dot in the refreshed GOV.UK logo as well as made some fixes to the implementation of the brand refresh in GOV.UK Frontend. We did this in the following pull requests:
- #5962: Fix colour of refreshed GOV.UK logo's dot
- #5905: Fix unnecessary whitespace after logo
- #5920: Fix transparency around edge of rebranded favicon.ico, thanks to @matteason for reporting and fixing this issue
Other fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
- #5908: Fix footer licence link reflowing on focus in Safari
- #5919: Update deprecation warning message to make it clearer how to update to new organisation colour palette
- #5953: Move organisation legacy colour palette warning into the govuk-organisation-colour mixin
- #5918: Fix
govuk-font-size
mixin outputting the wrong font properties for size 14 text when compiled using libsass, thanks to @oscarduignan for reporting this issue - #5896: Fix character count not having error border colour when rendered with error message, thanks to @gunjam for fixing this issue