Releases: alphagov/govuk-prototype-kit
Releases · alphagov/govuk-prototype-kit
v9.11.2
v9.11.1
v9.11.0
New features
Fixes
v9.10.1
v9.10.0
v9.9.0
v9.8.0
New features
Updated task list template
The task list pattern has been updated to make incomplete tasks clearer to users. This change has also been made to the pattern in the Design System.
If you're updating from an older version, in your app/assets/sass/patterns/task-list.scss
file add the line .app-task-list__tag,
before .app-task-list__task-completed {
:
.app-task-list__tag,
.app-task-list__task-completed {
This was added in pull request #907: Update Task List template