Skip to content

Commit dd1e4fb

Browse files
authored
Merge pull request #71 from LandRegistry/govuk-frontend-46
GOV.UK Frontend 4.6.0
2 parents 3701b80 + c417099 commit dd1e4fb

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/LandRegistry/govuk-frontend-wtf/compare/2.3.0..main)
7+
## [Unreleased](https://github.com/LandRegistry/govuk-frontend-wtf/compare/2.4.0..main)
8+
9+
## [2.4.0](https://github.com/LandRegistry/govuk-frontend-wtf/releases/tag/2.4.0) - 25/04/2023
10+
11+
### Added
12+
13+
- [GOV.UK Frontend v4.6.0](https://github.com/alphagov/govuk-frontend/releases/tag/v4.6.0) support
14+
15+
### Changed
16+
17+
- Upgraded dependencies
818

919
## [2.3.0](https://github.com/LandRegistry/govuk-frontend-wtf/releases/tag/2.3.0) - 15/02/2023
1020

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GOV.UK Frontend WTForms Widgets
22

33
[![PyPI version](https://badge.fury.io/py/govuk-frontend-wtf.svg)](https://pypi.org/project/govuk-frontend-wtf/)
4-
![govuk-frontend 4.5.0](https://img.shields.io/badge/govuk--frontend%20version-4.5.0-005EA5?logo=gov.uk&style=flat)
4+
![govuk-frontend 4.6.0](https://img.shields.io/badge/govuk--frontend%20version-4.6.0-005EA5?logo=gov.uk&style=flat)
55
[![Python package](https://github.com/LandRegistry/govuk-frontend-wtf/actions/workflows/python-package.yml/badge.svg)](https://github.com/LandRegistry/govuk-frontend-wtf/actions/workflows/python-package.yml)
66

77
**GOV.UK Frontend WTForms is a [community tool](https://design-system.service.gov.uk/community/resources-and-tools/) of the [GOV.UK Design System](https://design-system.service.gov.uk/). The Design System team is not responsible for it and cannot support you with using it. Contact the [maintainers](#contributors) directly if you need [help](#support) or you want to request a feature.**
@@ -177,10 +177,8 @@ We welcome contribution from the community. If you want to contribute to this pr
177177

178178
- [Matt Shaw](https://github.com/matthew-shaw) (Primary maintainer)
179179
- [Andy Mantell](https://github.com/andymantell) (Original author)
180-
- [Hugo Baldwin](https://github.com/byzantime)
181-
- [Dale Potter](https://github.com/dalepotter)
182-
- [Gabriel Ionescu](https://github.com/ionescuig)
183-
- [Matt Pease](https://github.com/Skablam)
180+
181+
See the full list of [contributors on GitHub](https://github.com/LandRegistry/govuk-frontend-wtf/graphs/contributors)
184182

185183
## Support
186184

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="govuk-frontend-wtf",
16-
version="2.3.0",
16+
version="2.4.0",
1717
author="Matt Shaw",
1818
author_email="matthew.shaw@landregistry.gov.uk",
1919
description="GOV.UK Frontend WTForms Widgets",

tests/fixtures/wtf_widgets_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ TestSubmitButton:
662662
tests:
663663
test_empty_get:
664664
expected_output:
665-
- <button value="y" type="submit" name="submit_button" class="govuk-button" data-module="govuk-button">
665+
- <button value="y" type="submit" name="submit_button" class="govuk-button" data-module="govuk-button" id="submit_button">
666666

667667
TestPasswordField:
668668
template: "{{ form.password_field(params={'spellcheck': false}) }}"

tests/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deepmerge==1.1.0
2-
email_validator==1.3.1
2+
email_validator==2.0.0.post2
33
flask-wtf==1.1.1
4-
flask==2.2.2
5-
govuk-frontend-jinja==2.5.0
4+
flask==2.2.3
5+
govuk-frontend-jinja==2.6.0
66
pytest-cov==4.0.0
77
pyyaml==6.0

tests/requirements.txt

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
7-
attrs==22.2.0
8-
# via pytest
97
click==8.1.3
108
# via flask
11-
coverage[toml]==7.1.0
9+
coverage[toml]==7.2.3
1210
# via pytest-cov
1311
deepmerge==1.1.0
1412
# via -r requirements.in
1513
dnspython==2.3.0
1614
# via email-validator
17-
email-validator==1.3.1
15+
email-validator==2.0.0.post2
1816
# via -r requirements.in
19-
exceptiongroup==1.1.0
20-
# via pytest
21-
flask==2.2.2
17+
flask==2.2.3
2218
# via
2319
# -r requirements.in
2420
# flask-wtf
2521
flask-wtf==1.1.1
2622
# via -r requirements.in
27-
govuk-frontend-jinja==2.5.0
23+
govuk-frontend-jinja==2.6.0
2824
# via -r requirements.in
2925
idna==3.4
3026
# via email-validator
@@ -43,21 +39,17 @@ markupsafe==2.1.2
4339
# jinja2
4440
# werkzeug
4541
# wtforms
46-
packaging==23.0
42+
packaging==23.1
4743
# via pytest
4844
pluggy==1.0.0
4945
# via pytest
50-
pytest==7.2.1
46+
pytest==7.3.1
5147
# via pytest-cov
5248
pytest-cov==4.0.0
5349
# via -r requirements.in
5450
pyyaml==6.0
5551
# via -r requirements.in
56-
tomli==2.0.1
57-
# via
58-
# coverage
59-
# pytest
60-
werkzeug==2.2.2
52+
werkzeug==2.2.3
6153
# via flask
6254
wtforms==3.0.1
6355
# via flask-wtf

0 commit comments

Comments
 (0)