From 5f7e24bdb38c80ebb18a9df547183f39efc1f37c Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 11 Mar 2024 12:47:54 -0700 Subject: [PATCH] Updated changelog --- changelogs/CHANGELOG_2024.md | 11 +++++++++++ changelogs/upcoming/7374.md | 1 - changelogs/upcoming/7538.md | 3 --- changelogs/upcoming/7549.md | 4 ---- changelogs/upcoming/7555.md | 1 - src-docs/src/components/guide_page/versions.json | 1 + 6 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 changelogs/upcoming/7374.md delete mode 100644 changelogs/upcoming/7538.md delete mode 100644 changelogs/upcoming/7549.md delete mode 100644 changelogs/upcoming/7555.md diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index d61de60516c..056d1786d5f 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -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)) diff --git a/changelogs/upcoming/7374.md b/changelogs/upcoming/7374.md deleted file mode 100644 index e4914244c09..00000000000 --- a/changelogs/upcoming/7374.md +++ /dev/null @@ -1 +0,0 @@ -- Added new `EuiDataGrid` new prop: `cellContext`, an optional object of additional props passed to the cell render function. diff --git a/changelogs/upcoming/7538.md b/changelogs/upcoming/7538.md deleted file mode 100644 index fb97e0dabe8..00000000000 --- a/changelogs/upcoming/7538.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed missing animation on native `EuiProgress` bar update diff --git a/changelogs/upcoming/7549.md b/changelogs/upcoming/7549.md deleted file mode 100644 index 90f999d9a91..00000000000 --- a/changelogs/upcoming/7549.md +++ /dev/null @@ -1,4 +0,0 @@ -**Bug fixes** - -- Fixed an `EuiDataGrid` bug with `gridStyle.rowClasses`, where custom consumer classes that began with `euiDataGridRow` would not be correctly removed/reapplied -- Fixed a visual `EuiDataGrid` bug where `EuiCheckbox`es within control columns were not vertically centered within single height rows diff --git a/changelogs/upcoming/7555.md b/changelogs/upcoming/7555.md deleted file mode 100644 index b827da815c6..00000000000 --- a/changelogs/upcoming/7555.md +++ /dev/null @@ -1 +0,0 @@ -- `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 diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index 8a7e16ea781..1a7a81351b6 100644 --- a/src-docs/src/components/guide_page/versions.json +++ b/src-docs/src/components/guide_page/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "93.3.0", "93.2.0", "93.1.1", "93.1.0",