Skip to content

Releases: x-govuk/govuk-form-builder

Version 5.6.0

06 Sep 09:44
23e42a1
Compare
Choose a tag to compare
  • 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

13 Aug 14:52
3984bc1
Compare
Choose a tag to compare
  • Add support for GOV.UK Frontend 5.5.0

Version 5.4.1

18 Jul 20:00
b7b0870
Compare
Choose a tag to compare
  • 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

17 May 15:49
7770dd6
Compare
Choose a tag to compare
  • Support govuk-frontend 5.4.0 #501

Version 5.3.3

23 Apr 20:00
f3ac940
Compare
Choose a tag to compare
  • Support govuk-frontend 5.3.1

Version 5.3.2

16 Apr 17:22
add1106
Compare
Choose a tag to compare
  • 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

10 Apr 12:48
58f5f0a
Compare
Choose a tag to compare
  • 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 to 6) #493
  • Various small version bumps #490, #491, #492

Version 5.3.0

28 Mar 17:23
108c688
Compare
Choose a tag to compare
  • 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
  • Add branding to the radios divider div, thanks @benilovj for spotting and fixing this #484

Version 5.2.0

22 Feb 09:16
ead15bc
Compare
Choose a tag to compare
  • Add support for govuk-frontend v5.2.0

Version 5.1.0

19 Feb 12:15
c45f8d5
Compare
Choose a tag to compare