Skip to content

Commit

Permalink
Merge pull request #71 from LandRegistry/govuk-frontend-46
Browse files Browse the repository at this point in the history
GOV.UK Frontend 4.6.0
  • Loading branch information
matthew-shaw authored Apr 25, 2023
2 parents 3701b80 + c417099 commit dd1e4fb
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.

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).

## [Unreleased](https://github.com/LandRegistry/govuk-frontend-wtf/compare/2.3.0..main)
## [Unreleased](https://github.com/LandRegistry/govuk-frontend-wtf/compare/2.4.0..main)

## [2.4.0](https://github.com/LandRegistry/govuk-frontend-wtf/releases/tag/2.4.0) - 25/04/2023

### Added

- [GOV.UK Frontend v4.6.0](https://github.com/alphagov/govuk-frontend/releases/tag/v4.6.0) support

### Changed

- Upgraded dependencies

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

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GOV.UK Frontend WTForms Widgets

[![PyPI version](https://badge.fury.io/py/govuk-frontend-wtf.svg)](https://pypi.org/project/govuk-frontend-wtf/)
![govuk-frontend 4.5.0](https://img.shields.io/badge/govuk--frontend%20version-4.5.0-005EA5?logo=gov.uk&style=flat)
![govuk-frontend 4.6.0](https://img.shields.io/badge/govuk--frontend%20version-4.6.0-005EA5?logo=gov.uk&style=flat)
[![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)

**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.**
Expand Down Expand Up @@ -177,10 +177,8 @@ We welcome contribution from the community. If you want to contribute to this pr

- [Matt Shaw](https://github.com/matthew-shaw) (Primary maintainer)
- [Andy Mantell](https://github.com/andymantell) (Original author)
- [Hugo Baldwin](https://github.com/byzantime)
- [Dale Potter](https://github.com/dalepotter)
- [Gabriel Ionescu](https://github.com/ionescuig)
- [Matt Pease](https://github.com/Skablam)

See the full list of [contributors on GitHub](https://github.com/LandRegistry/govuk-frontend-wtf/graphs/contributors)

## Support

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

setuptools.setup(
name="govuk-frontend-wtf",
version="2.3.0",
version="2.4.0",
author="Matt Shaw",
author_email="matthew.shaw@landregistry.gov.uk",
description="GOV.UK Frontend WTForms Widgets",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/wtf_widgets_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ TestSubmitButton:
tests:
test_empty_get:
expected_output:
- <button value="y" type="submit" name="submit_button" class="govuk-button" data-module="govuk-button">
- <button value="y" type="submit" name="submit_button" class="govuk-button" data-module="govuk-button" id="submit_button">

TestPasswordField:
template: "{{ form.password_field(params={'spellcheck': false}) }}"
Expand Down
6 changes: 3 additions & 3 deletions tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deepmerge==1.1.0
email_validator==1.3.1
email_validator==2.0.0.post2
flask-wtf==1.1.1
flask==2.2.2
govuk-frontend-jinja==2.5.0
flask==2.2.3
govuk-frontend-jinja==2.6.0
pytest-cov==4.0.0
pyyaml==6.0
24 changes: 8 additions & 16 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
attrs==22.2.0
# via pytest
click==8.1.3
# via flask
coverage[toml]==7.1.0
coverage[toml]==7.2.3
# via pytest-cov
deepmerge==1.1.0
# via -r requirements.in
dnspython==2.3.0
# via email-validator
email-validator==1.3.1
email-validator==2.0.0.post2
# via -r requirements.in
exceptiongroup==1.1.0
# via pytest
flask==2.2.2
flask==2.2.3
# via
# -r requirements.in
# flask-wtf
flask-wtf==1.1.1
# via -r requirements.in
govuk-frontend-jinja==2.5.0
govuk-frontend-jinja==2.6.0
# via -r requirements.in
idna==3.4
# via email-validator
Expand All @@ -43,21 +39,17 @@ markupsafe==2.1.2
# jinja2
# werkzeug
# wtforms
packaging==23.0
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.1
pytest==7.3.1
# via pytest-cov
pytest-cov==4.0.0
# via -r requirements.in
pyyaml==6.0
# via -r requirements.in
tomli==2.0.1
# via
# coverage
# pytest
werkzeug==2.2.2
werkzeug==2.2.3
# via flask
wtforms==3.0.1
# via flask-wtf

0 comments on commit dd1e4fb

Please sign in to comment.