Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Mar 11, 2024
1 parent 48ea7bc commit 5f7e24b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
11 changes: 11 additions & 0 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0)

- Added new `EuiDataGrid` new prop: `cellContext`, an optional object of additional props passed to the cell render function. ([#7374](https://github.com/elastic/eui/pull/7374))
- `EuiBreadcrumbs`'s `popoverContent` API now accepts a render function that will be passed a `closePopover` callback, allowing consumers to close the breadcrumb popover from their popover content ([#7555](https://github.com/elastic/eui/pull/7555))

**Bug fixes**

- Fixed missing animation on native `EuiProgress` bar update ([#7538](https://github.com/elastic/eui/pull/7538))
- Fixed an `EuiDataGrid` bug with `gridStyle.rowClasses`, where custom consumer classes that began with `euiDataGridRow` would not be correctly removed/reapplied ([#7549](https://github.com/elastic/eui/pull/7549))
- Fixed a visual `EuiDataGrid` bug where `EuiCheckbox`es within control columns were not vertically centered within single height rows ([#7549](https://github.com/elastic/eui/pull/7549))

## [`v93.2.0`](https://github.com/elastic/eui/releases/v93.2.0)

- Added `diff` glyph to `EuiIcon` ([#7520](https://github.com/elastic/eui/pull/7520))
Expand Down
1 change: 0 additions & 1 deletion changelogs/upcoming/7374.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7538.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/upcoming/7549.md

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/upcoming/7555.md

This file was deleted.

1 change: 1 addition & 0 deletions src-docs/src/components/guide_page/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"93.3.0",
"93.2.0",
"93.1.1",
"93.1.0",
Expand Down

0 comments on commit 5f7e24b

Please sign in to comment.