Skip to content

Commit

Permalink
Document in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Kraner committed Jul 19, 2018
1 parent 72a26c9 commit ff7542a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
You can now provide a divider item (e.g "or") to separate items
([PR #849](https://github.com/alphagov/govuk-frontend/pull/849))

- Allow for optional hint for each radio and checkbox item

You can now pass a hint object (or add in html) to each radio
and checkbox item to display the hint
([PR #846](https://github.com/alphagov/govuk-frontend/pull/846))

🔧 Fixes:

- Replace conflicting `js-hidden` class used within the tabs component with a new modifier class.
Expand Down Expand Up @@ -75,7 +81,7 @@
`headingLevel: <number>` parameter. Default is `2`.
([PR #853](https://github.com/alphagov/govuk-frontend/pull/853))

- Update date input component
- Update date input component

Allow the `name` and `id` attributes to be passed individually for each input item.

Expand Down

0 comments on commit ff7542a

Please sign in to comment.