Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jan 18, 2024
1 parent 71933c7 commit a6d8ceb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@ govukRadios({

This change was introduced in [pull request #4565: Allow `attributes` option on form groups](https://github.com/alphagov/govuk-frontend/pull/4565).

#### Insert custom HTML into component form group wrappers

You can now insert custom HTML into form group wrappers for all components with form fields.

```njk
govukRadios({
formGroup: {
beforeHtml: "example",
afterHtml: "example"
}
})
```

This change was introduced in [pull request #4567: Add `beforeHtml` and `afterHtml` options to form groups](https://github.com/alphagov/govuk-frontend/pull/4567).

#### Use tabular numbers with the `govuk-font-tabular-numbers` mixin

You can now use tabular numbers in your authored Sass by including the new `govuk-font-tabular-numbers` mixin.
Expand Down

0 comments on commit a6d8ceb

Please sign in to comment.