Version 0.7.10
This release:
- improves the linking between the
#govuk_error_summary
list items and form elements, in particular it- links errors on regular inputs directly to the corresponding
input
element - links errors on text areas directly to the corresponding
textarea
element - links errors on select boxes directly to the corresponding
select
element - links errors on file inputs directly to the corresponding
input
element - links errors on date fields to the date's day
input
element - links errors on collection radio buttons to the first radio
input
- links errors on collection check boxes to the first checkbox
input
- provides a mechanism to mark the first checkbox or radio in the checkbox/radio fieldset helpers as being the target for error links
- links errors on regular inputs directly to the corresponding
- Adds
#govuk_file_field
- Adds support for labels as headings
- Adds Travis and CodeClimate integrations
- Plenty of smaller fixes, refactorings and tidying