Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Oct 9, 2023
1 parent a6549fa commit da0b09f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand All @@ -161,25 +162,25 @@

### 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
## 13.5.0

### 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.
Expand All @@ -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.


Expand Down Expand Up @@ -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).
Expand All @@ -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
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit da0b09f

Please sign in to comment.