Skip to content

1.0.0

Compare
Choose a tag to compare
@matthew-shaw matthew-shaw released this 22 Oct 09:59
· 129 commits to main since this release
0f4cef1

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