Releases: x-govuk/govuk-form-builder
Releases · x-govuk/govuk-form-builder
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
Version 5.1.0
- Improve the navigation in the guide, huge thanks @paulrobertlloyd #458
- Bump supported versions to include Rails 7.1 #475
- Add warnings to the guide about
belongs_to
presence validation #468 - Improve the documentation on adding hints to checkboxes, thanks @frankieroberto #467
Version 5.1.0b1
See closed pull requests for changes, release notes will be added to v5.1.0.
Version 5.0.0
- Add support for Version GOV.UK frontend version 5.0.0
Version 4.1.1
Version 4.1.0
- Upgrade to GOV.UK frontend 4.7.0 #438
- Switch branding to @x-govuk #434 - thank you @paulrobertlloyd
- Add support for inverse buttons #427
- Upgrade to latest versions of Ruby and Rails #439
Version 4.0.0
- Upgrade to govuk-frontend 4.6.0
- Remove classes argument from the few places it remained, custom classes can be set directly using
class:
thanks to html-attributes-utils' clever merging #409 - Add support for
extra_letter_spacing
to text inputs which is useful when asking for long complex codes or IDs #424
Upgrade guide
- Replace any
classes: ...
parameters withclass: ...
Version 4.0.0rc1
v4.0.0rc1 Version 4.0.0rc1
Version 4.0.0a1
Preparing for the upcoming version 4.5.0 of GOV.UK frontend