Skip to content

Commit 663748a

Browse files
authored
Merge pull request #5394 from alphagov/release-5.7.0
Release v5.7.0
2 parents fe83aa4 + 9fb4b89 commit 663748a

15 files changed

+29
-20
lines changed

CHANGELOG.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ For advice on how to use these release notes see [our guidance on staying up to
44

55
## Unreleased
66

7-
### New features
7+
## v5.7.0 (Feature release)
88

9-
#### New brand colours.
9+
To install this version with npm, run `npm install [email protected]`. You can also find more information about [how to stay up to date](https://frontend.design-system.service.gov.uk/staying-up-to-date/#updating-to-the-latest-version) in our documentation.
1010

11-
We've added a brand colour for the Serious Fraud Office in [pull request #5389](https://github.com/alphagov/govuk-frontend/pull/5389).
11+
### New features
1212

1313
#### The Royal Arms has been updated
1414

1515
The Royal Arms in the [GOV.UK footer](https://design-system.service.gov.uk/components/footer/) has been updated to reflect the version introduced by King Charles III.
1616

17-
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`.
17+
If your service does not use the image directly from the Frontend package, you should ensure the new image is being copied to your services image assets folder. By default this folder is located at `/assets/images`.
1818

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

@@ -24,7 +24,7 @@ You can safely delete the old image files, named `govuk-crest.png` and `govuk-cr
2424

2525
We introduced this change in [pull request #5376: Update the Royal Arms graphic in footer (v5.x)](https://github.com/alphagov/govuk-frontend/pull/5376).
2626

27-
#### Components can no longer be initialised twice on the same element
27+
#### Components will not longer initialise twice on the same element
2828

2929
GOV.UK Frontend components now throw an error if they've already been initialised on the DOM Element they're receiving for initialisation.
3030
This prevents components from being initialised more than once and therefore not working properly.
@@ -35,7 +35,7 @@ We introduced this change in [pull request #5272: Prevent multiple initialisatio
3535

3636
We've added a new `onError` option for `createAll` and `initAll` that lets you respond to initialisation errors.
3737
The functions will continue catching errors and initialising components further down the page if one component fails to initialise,
38-
but this option will let you react to a component failing to initialise (for example, reporting to an error monitoring service).
38+
but this option will let you react to a component failing to initialise. For example, to allow reporting to an error monitoring service.
3939

4040
We introduced this change in:
4141

@@ -44,19 +44,27 @@ We introduced this change in:
4444

4545
#### Check if GOV.UK Frontend is supported
4646

47-
We've added the `isSupported` function to let you check if GOV.UK Frontend is supported in the browser where your script is running.
48-
GOV.UK Frontend components will check this automatically, but you may want to use the `isSupported` function to avoid running some code when GOV.UK Frontend is not supported.
47+
We've added the `isSupported` function to let you check if GOV.UK Frontend is supported in the browser running your script.
48+
GOV.UK Frontend components check this automatically, but you may want to use the `isSupported` function to avoid running some code when GOV.UK Frontend is not supported.
4949

5050
We introduced this change in [pull request #5250: Add `isSupported` to `all.mjs`](https://github.com/alphagov/govuk-frontend/pull/5250)
5151

5252
#### Use our base component to build your own components
5353

5454
We've added a `Component` class to help you build your own components. It allows you to focus on your components' specific features by handling these shared behaviours across components:
5555

56-
- Checking that GOV.UK Frontend is supported
57-
- Checking that the component is not already initialised on its root element
56+
- checking that GOV.UK Frontend is supported
57+
- checking that the component is not already initialised on its root element
58+
- checking the type of the root element and storing it for access within the component as `this.$root`
59+
60+
We introduced this change in:
61+
62+
- [pull request #5350: Export a base `Component` class](https://github.com/alphagov/govuk-frontend/pull/5350).
63+
- [pull request #5354: Refactor the root type check in `GOVUKFrontendComponent`](https://github.com/alphagov/govuk-frontend/pull/5354)
5864

59-
We introduced this change in [pull request #5350: Export a base `Component` class](https://github.com/alphagov/govuk-frontend/pull/5350).
65+
#### New brand colour
66+
67+
We've added a brand colour for the Serious Fraud Office in [pull request #5389](https://github.com/alphagov/govuk-frontend/pull/5389).
6068

6169
### Fixes
6270

dist/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.0
1+
5.7.0

dist/assets/images/govuk-crest-2x.png

-8.68 KB
Binary file not shown.

dist/assets/images/govuk-crest.png

-3.5 KB
Binary file not shown.

dist/assets/images/govuk-crest.svg

+1
Loading

dist/govuk-frontend-5.6.0.min.css

-3
This file was deleted.

dist/govuk-frontend-5.6.0.min.css.map

-1
This file was deleted.

dist/govuk-frontend-5.6.0.min.js

-1
This file was deleted.

dist/govuk-frontend-5.6.0.min.js.map

-1
This file was deleted.

dist/govuk-frontend-5.7.0.min.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/govuk-frontend-5.7.0.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/govuk-frontend-5.7.0.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/govuk-frontend-5.7.0.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/govuk-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "govuk-frontend",
33
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
4-
"version": "5.6.0",
4+
"version": "5.7.0",
55
"main": "dist/govuk/all.bundle.js",
66
"module": "dist/govuk/all.mjs",
77
"sass": "dist/govuk/all.scss",

0 commit comments

Comments
 (0)