From da0b09f119672998b02b7bdb7432c5ac485c2b65 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Mon, 9 Oct 2023 14:26:25 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48847073d2..8138397411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - [#2306: Locate GOV.UK Frontend using `require.resolve()`](https://github.com/alphagov/govuk-prototype-kit/pull/2306) - [#2349: Fix GOV.UK Frontend `initAll()` on management pages](https://github.com/alphagov/govuk-prototype-kit/pull/2349) - [#2355: Prevent management pages using "plugin" GOV.UK Frontend views](https://github.com/alphagov/govuk-prototype-kit/pull/2355) +- [#2358: Suppress Sass warnings for `$legacy` deprecated colour palette](https://github.com/alphagov/govuk-prototype-kit/pull/2358) ## 13.13.3 @@ -142,13 +143,13 @@ ### Fixes -- [#2141: Fix upgrade kit issues when manage sass changes](https://github.com/alphagov/govuk-prototype-kit/pull/2141) +- [#2141: Fix upgrade kit issues when manage sass changes](https://github.com/alphagov/govuk-prototype-kit/pull/2141) ## 13.6.1 ### Fixes -- [#2120: View templates with default layout](https://github.com/alphagov/govuk-prototype-kit/pull/2120) +- [#2120: View templates with default layout](https://github.com/alphagov/govuk-prototype-kit/pull/2120) Viewing templates in Manage Prototype now works even if app/views/layouts/main.html is missing - [#2118: Make the manage prototype pages independent of the govuk-frontend plugin](https://github.com/alphagov/govuk-prototype-kit/pull/2118) @@ -161,13 +162,13 @@ ### New features -- [#2088: Plugin authors can now use scripts with type module](https://github.com/alphagov/govuk-prototype-kit/pull/2088) +- [#2088: Plugin authors can now use scripts with type module](https://github.com/alphagov/govuk-prototype-kit/pull/2088) ### Fixes - [#2085: Update page titles for template pages](https://github.com/alphagov/govuk-prototype-kit/pull/2085) -- [#2049: Migrate changed files if possible](https://github.com/alphagov/govuk-prototype-kit/pull/2049) +- [#2049: Migrate changed files if possible](https://github.com/alphagov/govuk-prototype-kit/pull/2049) Converts the following files if possible during migration: - application.js - filters.js @@ -175,11 +176,11 @@ ### New features -- [#2030: Make it easier to set a page title](https://github.com/alphagov/govuk-prototype-kit/pull/2030) - Set pageName variable on a page and the kit will make a GOV.UK page title for you. +- [#2030: Make it easier to set a page title](https://github.com/alphagov/govuk-prototype-kit/pull/2030) + Set pageName variable on a page and the kit will make a GOV.UK page title for you. - For example `{% set pageName="My example page" %}` -- [#2035: Support html and njk extensions](https://github.com/alphagov/govuk-prototype-kit/pull/2035) +- [#2035: Support html and njk extensions](https://github.com/alphagov/govuk-prototype-kit/pull/2035) Allows .html and .njk to be used interchangeably: - The default for creating views from templates will be .html, but .njk will be used if the app/config.json contains `"useNjkExtensions": true`. - If two views are in the same location with the same name but with different suffixes (html or njk), the default suffix (determined by the existence of the useNjkExtensions setting above) will be matched first followed by the alternative. @@ -192,7 +193,7 @@ ### Fixes -- [#2050: Update extends unbranded correctly during migrate](https://github.com/alphagov/govuk-prototype-kit/pull/2050) +- [#2050: Update extends unbranded correctly during migrate](https://github.com/alphagov/govuk-prototype-kit/pull/2050) All occurrences of "layout_unbranded.html" within the nunjucks files in the users app folder will be replaced with "govuk-prototype-kit/layouts/unbranded.html" during the migration process. @@ -393,7 +394,7 @@ Read the [release notes](https://github.com/alphagov/govuk-frontend/releases/tag - Using version 13: prototype-kit.service.gov.uk/docs/ - Using version 12 or before: prototype-kit.service.gov.uk/v12/docs/ -- You can no longer see the docs folder in your prototype +- You can no longer see the docs folder in your prototype - #866: Remove docs from the Prototype Kit If you need help with the Prototype Kit, [contact the GOV.UK Prototype team](https://prototype-kit.service.gov.uk/docs/support). @@ -403,7 +404,7 @@ If you need help with the Prototype Kit, [contact the GOV.UK Prototype team](htt #### Breaking changes - [#1753: Drop support for Node.js 12, 14](https://github.com/alphagov/govuk-prototype-kit/pull/1753) - [#1752: Move default user template to app/views/layouts/main.html](https://github.com/alphagov/govuk-prototype-kit/pull/1752) -- [#1640: Fixing govuk frontend until they release update](https://github.com/alphagov/govuk-prototype-kit/pull/1640) We have made the plugin framework powerful enough to handle everything govuk-frontend needs but they haven't yet implemented their side of this, this change allows current and previous versions of govuk-frontend to work with the kit. You'll need to import components before you can use them until govuk-frontend release a version which imports them automatically. +- [#1640: Fixing govuk frontend until they release update](https://github.com/alphagov/govuk-prototype-kit/pull/1640) We have made the plugin framework powerful enough to handle everything govuk-frontend needs but they haven't yet implemented their side of this, this change allows current and previous versions of govuk-frontend to work with the kit. You'll need to import components before you can use them until govuk-frontend release a version which imports them automatically. - [#1658: Use file store for session data](https://github.com/alphagov/govuk-prototype-kit/pull/1658) - When running locally the kit will now preserve user session data between restarts - Option `useCookieSessionStore` is no longer supported @@ -461,7 +462,7 @@ If you need help with the Prototype Kit, [contact the GOV.UK Prototype team](htt #### Support for Node 18 -The GOV.UK Prototype Kit now supports Node 18 LTS (long term support). +The GOV.UK Prototype Kit now supports Node 18 LTS (long term support). [How to update to the latest version](https://govuk-prototype-kit.herokuapp.com/docs/updating-the-kit) @@ -510,7 +511,7 @@ Check the [GOV.UK Frontend release notes](https://github.com/alphagov/govuk-fron These changes was added in: -- [#2222: Update the Design System to use GOV.UK Frontend v4.2.0](https://github.com/alphagov/govuk-design-system/issues/2222) +- [#2222: Update the Design System to use GOV.UK Frontend v4.2.0](https://github.com/alphagov/govuk-design-system/issues/2222) - [#2271 Update the Design System to use GOV.UK Frontend v4.3.0](https://github.com/alphagov/govuk-design-system/issues/2271) - [#2309: Update the Design System to use GOV.UK Front end v4.3.1](https://github.com/alphagov/govuk-design-system/issues/2309)