Releases: x-govuk/govuk-form-builder
Releases · x-govuk/govuk-form-builder
Version 6.1.0
- Upgrade to govuk-frontend 6.1.0 #618
- Support defining text options for file upload component #614, thank you @stephencdaly for contributing this
Version 6.0.0
- Support govuk-frontend 6.0.0 by @peteryates in #601
- Add support for Rails 8.1 by @benilovj in #590
- Add
govuk_time_fieldby @thomasleese in #599 - Remove
aria-describedbylink between labels/legends and supplemental content by @peteryates in #580 - Support injecting content before and after inputs by @peteryates in #598
- Upgrade Ruby and Rails versions by @peteryates in #606
- Update nanoc requirement from ~> 4.13.0 to ~> 4.14.6 by @dependabot[bot] in #597
- Deal with negative values when generating IDs by @peteryates in #608
Version 6.0.0b1
- Support govuk-frontend 6.0.0 by @peteryates in #601
- Add support for Rails 8.1 by @benilovj in #590
- Add
govuk_time_fieldby @thomasleese in #599 - Remove
aria-describedbylink between labels/legends and supplemental content by @peteryates in #580 - Support injecting content before and after inputs by @peteryates in #598
- Upgrade Ruby and Rails versions by @peteryates in #606
- Update nanoc requirement from ~> 4.13.0 to ~> 4.14.6 by @dependabot[bot] in #597
- Deal with negative values when generating IDs by @peteryates in #608
Version 5.13.0
- upgrade to govuk-frontend 5.13.0 #586
- various minor version bumps
Release version 5.11.0
- Support govuk-frontend 5.11.0
Version 5.10.1
- Rebrand the guide - unrelated to the govuk components rebrand, this just brings the guide up to date with the new x-govuk branding
- Make the few bits of hardcoded text configurable/localisable #561
- allow the error message prefix to be set via
- the localisation key
helpers.error.message_prefix - the configuration option
default_error_message_prefix
- the localisation key
- allow the date field labels (Day/Month/Year) to be set via
- the
segment_namesargument - the localisation key
helpers.label.person.[attribute_name].day(or.monthor.year) - the configuration option
default_date_segment_names
- the
- allow the error message prefix to be set via
Version 5.10.0
- Support govuk-frontend 5.10.0 (not including the rebrand work which will be released on 25 June 2025)
Version 5.9.0
- Support govuk-frontend 5.9.0
- Add
javascript: trueflag to the file upload that enables the improved file upload functionality. Thank you @DavidBiddle for doing this. #548