Skip to content

Commit ace8438

Browse files
authored
Merge pull request #242 from nhsuk/upgrade-frontend-6.1.2
update frontend to 6.1.2
2 parents 5e6dcf3 + 0ac25e8 commit ace8438

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# CHANGELOG
22

3+
## 1.5.1
4+
5+
- 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))
6+
37
## 1.5.0
8+
49
- Update django version to 3.2
510
- Remove visually hidden checkbox from the warning callout component. If the title is "Important", the visually
611
hidden prefix is now automatically added
712

813
## 1.4.0
14+
915
- Add support for Wagtail 3.0
1016

1117
## 1.3.1
18+
1219
- revert migration for care card, use original types `primary`, `urgent`, `immediate` in admin, this prevents the need to edit migrations.
1320

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

2835
## v1.2.2
36+
2937
- 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))
3038

3139
## v1.2.1
40+
3241
- Remove static `aria-label="Open menu"` on header menu toggle. Add descriptive `aria-expanded="false"` to toggle on inital page load.
3342

3443
## v1.2.0
44+
3545
- 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))
3646

3747
## v1.1.0
48+
3849
- Add optional default heading level setting for care cards
3950

4051
## v1.0.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Wagtail NHS.UK frontend
22

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

55
## Installation
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="wagtail-nhsuk-frontend",
25-
version="1.5.0",
25+
version="1.5.1",
2626
description="NHSUK Frontend Styles for Wagtail",
2727
author="Dominic Baker",
2828
author_email="<[email protected]>",

wagtailnhsukfrontend/static/wagtailnhsukfrontend/css/nhsuk.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wagtailnhsukfrontend/static/wagtailnhsukfrontend/js/nhsuk.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)