Skip to content

Commit

Permalink
Merge pull request #242 from nhsuk/upgrade-frontend-6.1.2
Browse files Browse the repository at this point in the history
update frontend to 6.1.2
  • Loading branch information
DomBaker authored Aug 10, 2022
2 parents 5e6dcf3 + 0ac25e8 commit ace8438
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# CHANGELOG

## 1.5.1

- Use the latest version of the NHS.UK frontend library ([v6.1.2](https://github.com/nhsuk/nhsuk-frontend/blob/master/CHANGELOG.md#612---8-august-2022))

## 1.5.0

- Update django version to 3.2
- Remove visually hidden checkbox from the warning callout component. If the title is "Important", the visually
hidden prefix is now automatically added

## 1.4.0

- Add support for Wagtail 3.0

## 1.3.1

- revert migration for care card, use original types `primary`, `urgent`, `immediate` in admin, this prevents the need to edit migrations.

## 1.3.0
Expand All @@ -26,15 +33,19 @@ hidden prefix is now automatically added
- Fix form templatetag. Templates were missing from the python package build

## v1.2.2

- Use the latest version of the NHS.UK frontend library ([v5.2.1](https://github.com/nhsuk/nhsuk-frontend/blob/master/CHANGELOG.md#521---28-october-2021))

## v1.2.1

- Remove static `aria-label="Open menu"` on header menu toggle. Add descriptive `aria-expanded="false"` to toggle on inital page load.

## v1.2.0

- Use the latest version of the NHS.UK frontend library ([v5.2.0](https://github.com/nhsuk/nhsuk-frontend/blob/master/CHANGELOG.md#520---22-september-2021))

## v1.1.0

- Add optional default heading level setting for care cards

## v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wagtail NHS.UK frontend

A wagtail implementation of the [NHS frontend v6.1.0](https://github.com/nhsuk/nhsuk-frontend) standard components.
A wagtail implementation of the [NHS frontend v6.1.2](https://github.com/nhsuk/nhsuk-frontend) standard components.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="wagtail-nhsuk-frontend",
version="1.5.0",
version="1.5.1",
description="NHSUK Frontend Styles for Wagtail",
author="Dominic Baker",
author_email="<[email protected]>",
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ace8438

Please sign in to comment.