Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed May 14, 2019
1 parent 625280a commit f2c99b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

💥 Breaking changes:

- Update positioning on table headers and cells to help improve readability

To migrate: If you rely on a centered certain vertical alignment, you could add
a custom class to your application.

```css
.app-table--vertical-align-middle .govuk-table__header,
.app-table--vertical-align-middle .govuk-table__cell {
vertical-align: middle;
}
```

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

- Update tabs to use new WCAG 2.1 compliant focus style

To migrate: [TODO add migration instructions before we ship v3.0.0]
Expand Down

0 comments on commit f2c99b8

Please sign in to comment.