Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import task list macro #437

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Update default service name ([PR 419](https://github.com/nhsuk/nhsuk-prototype-kit/pull/419))
- Changed all references from 'NHS.UK prototype kit' to 'NHS prototype kit'
- Update default index page ([PR 423](https://github.com/nhsuk/nhsuk-prototype-kit/pull/423))
- Import task list component ([PR 437](https://github.com/nhsuk/nhsuk-prototype-kit/pull/437))

## 5.1.0 - 12 November 2024

Expand Down
1 change: 1 addition & 0 deletions docs/views/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{%- from 'summary-list/macro.njk' import summaryList %}
{%- from 'tabs/macro.njk' import tabs %}
{%- from 'tag/macro.njk' import tag %}
{%- from 'task-list/macro.njk' import taskList %}
{%- from 'textarea/macro.njk' import textarea %}

<!DOCTYPE html>
Expand Down
Loading