Releases: x-govuk/govuk-form-builder
Releases · x-govuk/govuk-form-builder
Version 5.7.0
Version 5.6.0
- Support govuk-frontend 5.6.0
- Add new method for generating standalone labels which might be useful for creating unconventional forms #514
Version 5.5.0
- Add support for GOV.UK Frontend 5.5.0
Version 5.4.1
- Allow legend sizes to be
nil
so size classes can be omitted. Thank you @thomasleese for this! #511 - Support govuk-frontend 5.4.1
- Bump supported Ruby and Rails versions
Version 5.4.0
- Support govuk-frontend 5.4.0 #501
Version 5.3.3
- Support govuk-frontend 5.3.1
Version 5.3.2
- Fix bug where password 'show' button is visible to users without JavaScript by adding the
hidden
attribute. Thanks to @PaulDoyle-DEFRA for reporting this and to @colinrotherham for diagnosing the problem #496
Version 5.3.1
- Allow the date segments to be configured. Changing these settings will allow people to optionally intercept Rails trying to cast the values into a
Date
and will allow non-date values to be redisplayed with appropriate errors and non-numeric values to optionally be converted (e.g.,June
to6
) #493 - Various small version bumps #490, #491, #492
Version 5.3.0
- Upgrade to govuk-frontend version 5.3.0
- Breaking change - the old
#govuk_password_field
implementation has been replaced and it now renders the new password input. If you use the old version proceed with caution and make sure everything still works. Thanks @edujackedu for help translating the guide page #481 - the
#govuk_text_area
now doesn't wrap an extra<div>
around the form group when used in conjunction with word/character limits. Instead the additional attributes are added to the form group itself. See the upstream PR for details. #488
- Breaking change - the old
- Add branding to the radios divider div, thanks @benilovj for spotting and fixing this #484
Version 5.2.0
- Add support for govuk-frontend v5.2.0