Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Apr 4, 2019
1 parent 49e8610 commit 4b152c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@

([PR #N](https://github.com/alphagov/govuk-frontend/pull/N))

- Ability to group radio buttons/checkboxes within sub-headings

All form fields are now wrapped in `govukFormGroup()` to generate the appropriate hint, error message, fieldset and legend (or label).

The new wrapper can be used to `call` in other components to support a top-level fieldset with multiple nested components.

Nested fieldsets can now receive the `describedBy` parameter to persist error message and hint relationships from the parent fieldset.

([PR #1266](https://github.com/alphagov/govuk-frontend/pull/1266))

🔧 Fixes:

- Pull Request Title goes here
Expand Down

0 comments on commit 4b152c4

Please sign in to comment.