Releases: LandRegistry/govuk-frontend-wtf
Releases · LandRegistry/govuk-frontend-wtf
1.2.0
Added
GovCharacterCount
widget to render text area fields with character counts. Thanks to @Skablam & @dalepotter
1.1.0
Added
- Support for WTForms v3.0.0
Fixed
- Removed deprecated
jinja2.Markup
call in favour ofmarkupsafe.Markup
, which resolves all deprecation warnings from test execution
1.0.0
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 thearia-describedby
attribute added to their fieldset, not the inputGovCheckboxInput
have the inherited fieldset removed, so that thearia-describedby
attribute is added to the input
0.3.2
Fixed
- Set day, month, year values to None if no value is provided
0.3.1
Fixed
- Ensure day, month, year values are set when default provided for GovDateInput
0.3.0
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
Added
GovDateInput
widget to render WTForms DateField and DateTimeFields as GOV.UK Date input components. Thanks to @byzantime and @dalepotter
Changed
- Exclude tests directory from built package
0.1.1
Added
- Clarification that this is a GOV.UK Design System Community Resource, created and maintained by HM Land Registry
- Issue templates for bug reports and feature requests
- Dependabot config to help keep requirements up to date
- Contributor Covenant Code of Conduct
- Contribution guidelines
- Support information
0.1.0
Added
- Original source code by @andymantell
Fixed
- Error summary links were linked to the error message not linked to the corresponding input. Now corrected.