Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Deprecate the plugin #10

Merged
merged 12 commits into from
Dec 18, 2023
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- [#10 - Deprecate the plugin](https://github.com/alphagov/govuk-prototype-kit-task-list/pull/10)

## v1.1.2

### Fixes
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Task list pattern - plugin for the GOV.UK Prototype Kit

This plugin provides the code to use the GOV.UK Task list pattern in prototypes
This plugin is no longer maintained.

If you are using GOV.UK Prototype Kit version 5.0.0 or above, you should use the [task list component](https://design-system.service.gov.uk/components/task-list) from the GOV.UK Design System instead.
frankieroberto marked this conversation as resolved.
Show resolved Hide resolved

You can also use the task list template from the [common templates plugin](https://github.com/alphagov/govuk-prototype-kit-common-templates/).

If you are using a previous version of the GOV.UK Prototype Kit, you can continue to use this plugin until you upgrade.

For more information about the GOV.UK Prototype Kit:

Expand Down
3 changes: 2 additions & 1 deletion govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"pluginDependencies": [{
"packageName": "govuk-frontend",
"minVersion": "3.12.0"
"minVersion": "3.12.0",
"maxVersion": "4.7.0"
frankieroberto marked this conversation as resolved.
Show resolved Hide resolved
}],
"sass": [
"/sass/_task-list.scss"
Expand Down