Skip to content

Commit

Permalink
Merge pull request #4731 from alphagov/release-3.15.0
Browse files Browse the repository at this point in the history
Release v3.15.0
  • Loading branch information
querkmachine committed Feb 5, 2024
2 parents 47b16de + cb81065 commit ffb322e
Show file tree
Hide file tree
Showing 26 changed files with 118 additions and 72 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## 3.15.0 (Feature release)

### New features
This release includes the ability to update the crown logo. You must do this between 19 February and 1 March 2024.

We’ll send reminders to our mailing list and cross-government Slack as soon as you can make this change.

#### Update to the new GOV.UK logo
### New features

The GOV.UK logo has been updated to reflect the changing of the monarch; King Charles III uses the Tudor Crown, rather than the St Edward’s Crown chosen by Queen Elizabeth II.
#### Update to the new GOV.UK logo (between 19 February and 1 March 2024)

If your service uses GOV.UK branding, you should update your service to use the new crown as soon as possible.
We’ve updated the GOV.UK logo to reflect the changing of the monarch. King Charles III uses the Tudor Crown, rather than the St Edward’s Crown chosen by Queen Elizabeth II.
If your service uses GOV.UK branding, you must update your service to use the new crown.

These changes were made in the following pull requests:

Expand All @@ -18,7 +21,7 @@ These changes were made in the following pull requests:

##### Include the new logo assets

Multiple new image assets are included in this release. You will need to copy these to your service's image assets folder if they aren't being used directly from the Frontend package. By default this folder is located at `/assets/images`.
Multiple new image assets are included in this release. You will need to copy these to your service's image assets folder if they are not being used directly from the Frontend package. By default this folder is located at `/assets/images`.

If you are using Nunjucks, the asset path may have been changed by the `assetPath` global variable or `assetsPath` parameter on the header component.

Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.0
3.15.0
Binary file modified dist/assets/images/favicon.ico
Binary file not shown.
Binary file modified dist/assets/images/govuk-apple-touch-icon-152x152.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/images/govuk-apple-touch-icon-167x167.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/images/govuk-apple-touch-icon-180x180.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/images/govuk-apple-touch-icon.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/images/govuk-logotype-tudor-crown.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions dist/assets/images/govuk-mask-icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/images/govuk-opengraph-image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

Binary file modified package/govuk/assets/images/favicon.ico
Binary file not shown.
Binary file modified package/govuk/assets/images/govuk-apple-touch-icon-152x152.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified package/govuk/assets/images/govuk-apple-touch-icon-167x167.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified package/govuk/assets/images/govuk-apple-touch-icon-180x180.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified package/govuk/assets/images/govuk-apple-touch-icon.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions package/govuk/assets/images/govuk-mask-icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified package/govuk/assets/images/govuk-opengraph-image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions package/govuk/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,29 @@
vertical-align: top;
}

// Spacing adjustment for Tudor crown, as the new graphic is narrower than the
// existing crown. In Frontend v5, this rule should replace the equivalent in
// the block above.
.govuk-header__logotype-crown[width="32"] {
top: -3px;
margin-right: 2px;
}

.govuk-header__logotype-crown-fallback-image {
width: 36px;
height: 32px;
border: 0;
vertical-align: bottom;
}

// Sizing adjustment for Tudor crown, as the new graphic is smaller than the
// existing crown. In Frontend v5, these rules should replace their
// equivalents in the block above.
.govuk-header__logotype-crown-fallback-image[width="32"] {
width: 32px;
height: 30px;
}

.govuk-header__product-name {
@include govuk-font($size: 24, $line-height: 1);
display: inline-table;
Expand Down

0 comments on commit ffb322e

Please sign in to comment.