From 0792d1fde82cefa3534c5f80817e2f5d6f89ce03 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Mon, 22 Jul 2019 14:44:38 +0100 Subject: [PATCH] Document task list changes in release notes --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e964506f5b..f26a3201c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Unreleased +## Breaking changes + +You must make the following changes when you migrate to this release, or your prototype may break. + +### Update the markup for task list + +Update every item in your task list, removing the `app-task-list__task-name` class from the link and wrapping the link in a new ``. + +```html +[...] +
  • + + + Check eligibility + + +
  • +[...] +``` + +[Pull request #770: Update the task list focus state](https://github.com/alphagov/govuk-prototype-kit/pull/770) + # 8.12.1 Fixes: