Skip to content

Releases: LandRegistry/govuk-frontend-wtf

1.2.0

23 Nov 14:39
Compare
Choose a tag to compare

Added

  • GovCharacterCount widget to render text area fields with character counts. Thanks to @Skablam & @dalepotter

1.1.0

11 Nov 13:16
a4ac3d1
Compare
Choose a tag to compare

Added

  • Support for WTForms v3.0.0

Fixed

  • Removed deprecated jinja2.Markup call in favour of markupsafe.Markup, which resolves all deprecation warnings from test execution

1.0.0

22 Oct 09:59
0f4cef1
Compare
Choose a tag to compare

Added

  • Form field descriptions are automatically added as hint text
  • Support for Python v3.10

Changed

  • Support for GOV.UK Frontend v3.14.0 via GOV.UK Frontend Jinja v1.5.1
  • Restricted future version requirements of GOV.UK Frontend Jinja to <2.0.0 to maintain compatibility with GOV.UK Frontend v3.x.x (both GOV.UK Frontend Jinja and GOV.UK Frontend WTForms will move to v2.x.x when GOV.UK Frontend v4.x.x is released)

Fixed

  • GovCheckboxesInput have the aria-describedby attribute added to their fieldset, not the input
  • GovCheckboxInput have the inherited fieldset removed, so that the aria-describedby attribute is added to the input

0.3.2

01 Jun 13:00
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Fixed

  • Set day, month, year values to None if no value is provided

0.3.1

28 May 09:56
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixed

  • Ensure day, month, year values are set when default provided for GovDateInput

0.3.0

13 May 16:02
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added

  • Support flattening errors from FieldList/FormField for display in the error summary.

Fixed

  • Use field label as fieldset legend by default for GovRadioInput

0.2.0

05 May 13:57
ddd509a
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

Changed

  • Exclude tests directory from built package

0.1.1

05 Mar 12:32
c3bac2a
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Added

0.1.0

23 Feb 15:29
993ef83
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

Fixed

  • Error summary links were linked to the error message not linked to the corresponding input. Now corrected.