Skip to content

Commit b026f6d

Browse files
committed
update frontend to 6.1.2
1 parent 5e6dcf3 commit b026f6d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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

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)