Skip to content

Releases: x-govuk/govuk-form-builder

Version 5.8.0

12 Jan 17:38
611e44e
Compare
Choose a tag to compare
  • Handle frozen string deprecations from Ruby 3.4.1 #545. Thanks @jsugarman
  • Support GOV.UK Design System version 5.8.0 #546
  • Use Struct instead of OpenStruct in examples. #538. Thanks @tvararu
  • Various minor dependency upgrades #539, #542, #543, #544

Release version 5.7.1

09 Nov 21:07
0cee168
Compare
Choose a tag to compare
  • Support govuk-frontend 5.7.1 (a minor bugfix release)
  • Bump Ruby and Rails versions to Ruby 3.1.6-3.3.6 and Rails 7.1.5-8.0.0 #537
  • Some minor version bumps for guide dependencies (#536, #533, #526, #524)

Version 5.7.0

11 Oct 14:15
0800cf3
Compare
Choose a tag to compare
  • support govuk-frontend 5.7.0 #532
  • some minor dependency bumps #522, #528

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