Skip to content

Commit 87d7633

Browse files
Merge pull request #4540 from alphagov/release-5.0.0
Release v5.0.0
2 parents 2bcc9cf + 833e8a3 commit 87d7633

11 files changed

+14
-12
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ For advice on how to use these release notes see [our guidance on staying up to
44

55
## Unreleased
66

7+
## 5.0.0 (Breaking release)
8+
79
You can find a summary of the main [changes to GOV.UK Frontend v5](https://frontend.design-system.service.gov.uk/changes-to-govuk-frontend-v5/) on the Frontend site. It's important to note [our old frameworks (such as GOV.UK Elements)](https://frontend.design-system.service.gov.uk/v4/migrating-from-legacy-products/) are no longer compatible with this release. It also stops Internet Explorer 11 from running GOV.UK Frontend JavaScript and removes support completely for Internet Explorer 8 to 10.
810

911
Your service will not stop working in Internet Explorer 11, but components will look and behave differently without JavaScript. Read more about [how we provide support for different browsers](https://frontend.design-system.service.gov.uk/browser-support/).
@@ -106,7 +108,7 @@ Replace `<script>window.GOVUKFrontend.initAll()</script>` to import and initiali
106108
</script>
107109
```
108110

109-
Refer to the [detailed guidance on importing JavaScript](<https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#add-the-javascript-file-to-your-html)>.
111+
Refer to the [detailed guidance on importing JavaScript](https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#add-the-javascript-file-to-your-html).
110112

111113
These changes were introduced in [#3498: Remove built `dist` and `package` from source](https://github.com/alphagov/govuk-frontend/pull/3498)
112114

@@ -370,7 +372,7 @@ If you're not using the Nunjucks macros, you'll need to remove this fallback fro
370372

371373
You do not need to change any HTML if you're using the supplied Nunjucks macros, but you might still need to remove the `govuk-logotype-crown.png` image depending on [how you are serving the font and image assets](https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#font-and-image-assets).
372374

373-
This change was introduced in [pull request #3641: Remove fallback GOV.UK logo for IE8](<https://github.com/alphagov/govuk-frontend/pull/3641>.
375+
This change was introduced in [pull request #3641: Remove fallback GOV.UK logo for IE8](https://github.com/alphagov/govuk-frontend/pull/3641).
374376

375377
#### Remove references to `govuk-header__navigation--no-service-name` class from the HTML for the Header component
376378

@@ -496,7 +498,7 @@ This change was introduced in [pull request #3773: Omit the value attribute from
496498

497499
#### Use the Task list component to give users an overview of the tasks they need to complete
498500

499-
The [Task list component[](https://design-system.service.gov.uk/components/task-list/)](https://design-system.service.gov.uk/components/task-list/) displays all the tasks a user needs to do, and allows users to easily identify which ones are done and which they still need to do.
501+
The [Task list component](https://design-system.service.gov.uk/components/task-list/) displays all the tasks a user needs to do, and allows users to easily identify which ones are done and which they still need to do.
500502

501503
Each task in the list can have a title, status, link and an optional hint. When a link is added, the whole row is clickable.
502504

dist/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-beta.2
1+
5.0.0

dist/govuk-frontend-5.0.0-beta.2.min.css.map

-1
This file was deleted.

dist/govuk-frontend-5.0.0-beta.2.min.js

-1
This file was deleted.

dist/govuk-frontend-5.0.0-beta.2.min.js.map

-1
This file was deleted.

dist/govuk-frontend-5.0.0-beta.2.min.css dist/govuk-frontend-5.0.0.min.css

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

dist/govuk-frontend-5.0.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.0.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.0.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.0.0-beta.2",
4+
"version": "5.0.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)