Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Releases: x-govuk/task-list-component

Version 0.0.4

06 Jan 12:21
cf54345

Choose a tag to compare

Minor update.

You shouldn’t need to make any changes, but two changes you could make are to:

  • remove the line {% from "task-list-component/macro.njk" import govukTaskList %} from your templates, as this is now auto-imported
  • remove any manual margins specified using govuk-!-margin-bottom-8 as the task list now comes with a default bottom margin.

List of changes

  • Update install instructions #2
  • Auto-import the macro #3
  • Update example template #1
  • Update css to include margin-bottom #4
  • Change spans to divs #5

Thanks

Thanks to @joelanman for your help.

Changelog: v0.0.3...v0.0.4

Version 0.0.3

04 Jan 15:44

Choose a tag to compare

This version requires version 13 of the GOV.UK Prototype Kit, and includes a template for task lists which can be easily viewed and created from the new admin screen.