From a5b8e49c98434e91901845a9466abe9d04094e7f Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Wed, 20 Dec 2023 09:11:48 -0800 Subject: [PATCH] Updated changelog --- changelogs/CHANGELOG_2023.md | 7 +++++++ changelogs/upcoming/7427.md | 3 --- changelogs/upcoming/7428.md | 3 --- src-docs/src/components/guide_page/versions.json | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 changelogs/upcoming/7427.md delete mode 100644 changelogs/upcoming/7428.md diff --git a/changelogs/CHANGELOG_2023.md b/changelogs/CHANGELOG_2023.md index ae1741fdecf..de6e49b1400 100644 --- a/changelogs/CHANGELOG_2023.md +++ b/changelogs/CHANGELOG_2023.md @@ -1,3 +1,10 @@ +## [`v91.3.1`](https://github.com/elastic/eui/releases/v91.3.1) + +**Bug fixes** + +- Moved `EuiDataGrid`'s header cells' `dataGridHeaderCellActionButton` test subject attribute from to the clickable button, for easier E2E testing ([#7427](https://github.com/elastic/eui/pull/7427)) +- Fixed `EuiBasicTable`/`EuiInMemoryTable` actions to correctly show as disabled when rows are being selected ([#7428](https://github.com/elastic/eui/pull/7428)) + ## [`v91.3.0`](https://github.com/elastic/eui/releases/v91.3.0) - Added `esqlVis`, `pipeBreaks`, and `pipeNoBreaks` icon glyphs. ([#7399](https://github.com/elastic/eui/pull/7399)) diff --git a/changelogs/upcoming/7427.md b/changelogs/upcoming/7427.md deleted file mode 100644 index 96ba00acaa4..00000000000 --- a/changelogs/upcoming/7427.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Moved `EuiDataGrid`'s header cells' `dataGridHeaderCellActionButton` test subject attribute from to the clickable button, for easier E2E testing diff --git a/changelogs/upcoming/7428.md b/changelogs/upcoming/7428.md deleted file mode 100644 index ddaa60f27e5..00000000000 --- a/changelogs/upcoming/7428.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiBasicTable`/`EuiInMemoryTable` actions to correctly show as disabled when rows are being selected diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index d62b39515a3..010f402011f 100644 --- a/src-docs/src/components/guide_page/versions.json +++ b/src-docs/src/components/guide_page/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "91.3.1", "91.3.0", "91.2.0", "91.1.0",