Skip to content

Commit

Permalink
Release v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Oct 10, 2024
1 parent e4eadeb commit 1c28b24
Show file tree
Hide file tree
Showing 115 changed files with 83 additions and 433 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v4.9.0 (Feature release)

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/v4/staying-up-to-date/#updating-to-the-latest-version) in our documentation.

### New features

#### The Royal Arms has been updated
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.0
4.9.0
Binary file modified dist/assets/images/govuk-crest-2x.png
Loading
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-crest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions dist/govuk-frontend-4.8.0.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/govuk-frontend-4.8.0.min.css.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/govuk-frontend-4.8.0.min.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions dist/govuk-frontend-4.9.0.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/govuk-frontend-4.9.0.min.css.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/govuk-frontend-4.9.0.min.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/govuk-esm/common/govuk-frontend-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* It doesn't need to be updated manually.
*/

var version = '4.8.0';
var version = '4.9.0';

export { version };
//# sourceMappingURL=common/govuk-frontend-version.mjs.map
2 changes: 0 additions & 2 deletions package/govuk-esm/vendor/polyfills/DOMTokenList.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-nocheck
(function (undefined) {

// Detection from https://raw.githubusercontent.com/Financial-Times/polyfill-service/master/packages/polyfill-library/polyfills/DOMTokenList/detect.js
var detect = (
'DOMTokenList' in this && (function (x) {
return 'classList' in x ? !x.classList.toggle('x', false) && !x.className : true;
Expand All @@ -10,7 +9,6 @@

if (detect) return

// Polyfill from https://raw.githubusercontent.com/Financial-Times/polyfill-service/master/packages/polyfill-library/polyfills/DOMTokenList/polyfill.js
(function (global) {
var nativeImpl = "DOMTokenList" in global && global.DOMTokenList;

Expand Down
2 changes: 1 addition & 1 deletion package/govuk-esm/vendor/polyfills/DOMTokenList.mjs.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions package/govuk-esm/vendor/polyfills/Date/now.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// @ts-nocheck
(function (undefined) {

// Detection from https://github.com/Financial-Times/polyfill-library/blob/v3.111.0/polyfills/Date/now/detect.js
var detect = ('Date' in self && 'now' in self.Date && 'getTime' in self.Date.prototype);

if (detect) return

// Polyfill from https://polyfill.io/v3/polyfill.js?version=3.111.0&features=Date.now&flags=always
Date.now = function () {
return new Date().getTime();
};
Expand Down
2 changes: 1 addition & 1 deletion package/govuk-esm/vendor/polyfills/Date/now.mjs.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package/govuk-esm/vendor/polyfills/Document.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// @ts-nocheck
(function (undefined) {

// Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Document/detect.js
var detect = ("Document" in this);

if (detect) return

// Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Document&flags=always
if ((typeof WorkerGlobalScope === "undefined") && (typeof importScripts !== "function")) {

if (this.HTMLDocument) { // IE8
Expand Down
2 changes: 1 addition & 1 deletion package/govuk-esm/vendor/polyfills/Document.mjs.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package/govuk-esm/vendor/polyfills/Element.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import './Document.mjs';

(function(undefined) {

// Detection from https://github.com/Financial-Times/polyfill-service/blob/master/packages/polyfill-library/polyfills/Element/detect.js
var detect = ('Element' in this && 'HTMLElement' in this);

if (detect) return

// Polyfill from https://cdn.polyfill.io/v2/polyfill.js?features=Element&flags=always
(function () {

// IE8
Expand Down
Loading

0 comments on commit 1c28b24

Please sign in to comment.