Skip to content

Releases: x-govuk/govuk-form-builder

Version 0.9.2

27 Aug 16:51
Compare
Choose a tag to compare
Version 0.9.2 Pre-release
Pre-release
  • Improve the display of the textarea character count by removing the limit text, now only the "You have X characters remaining" text shows.
  • Fix a bug where when errors were present the corresponding label wasn't properly associated with the input

Version 0.9.1

27 Aug 16:49
Compare
Choose a tag to compare
Version 0.9.1 Pre-release
Pre-release

Fixes a bug where a missing govuk- prefix prevented the textarea character counter from working

v0.9.0

12 Aug 17:54
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

This is the first beta for 1.0.0

New features included in this release:

  • Compatibility with Version 3 of the GOV.UK Design System (#19)
  • Improved error display, now only the first error per attribute is shown in both the summary and individual error messages (#20)
  • Various refactorings and improvements to the test suite (7489de2)

Version 0.7.10

30 Jul 13:21
Compare
Choose a tag to compare

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
  • Adds #govuk_file_field
  • Adds support for labels as headings
  • Adds Travis and CodeClimate integrations
  • Plenty of smaller fixes, refactorings and tidying