Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Mar 2, 2022
1 parent 305aea5 commit c2252c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

**Bug fixes**

- Fixed `EuiDataGrid` cell props not resetting on column sort ([#5665](https://github.com/elastic/eui/issues/5665))
- Fixed `EuiDataGrid` cell props not resetting on column sort ([#5665](https://github.com/elastic/eui/pull/5665))

**Breaking changes**

- `EuiDataGrid` now only shows the first 2 `cellActions` alongside the expansion button - all additional actions will now be shown in cell expansion popover footer ([#5675](https://github.com/elastic/eui/pull/5675))
- `EuiDataGrid` now forces `isExpandable` to be true if any `cellActions` are passed, as keyboard users are otherwise be unable to access cell actions without the expansion popover ([#5675](https://github.com/elastic/eui/pull/5675))

## [`49.0.0`](https://github.com/elastic/eui/tree/v49.0.0)

Expand Down

0 comments on commit c2252c9

Please sign in to comment.