Skip to content

Commit

Permalink
Document task list changes in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jul 23, 2019
1 parent 4191d90 commit 0792d1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<span class="app-task-list__task-name">`.

```html
[...]
<li class="app-task-list__item">
<span class="app-task-list__task-name">
<a href="#" aria-describedby="eligibility-completed">
Check eligibility
</a>
</span>
</li>
[...]
```

[Pull request #770: Update the task list focus state](https://github.com/alphagov/govuk-prototype-kit/pull/770)

# 8.12.1

Fixes:
Expand Down

0 comments on commit 0792d1f

Please sign in to comment.