diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index 62cdfead958..a7ba14ebb3b 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -1,3 +1,15 @@ +## [`v94.1.0-backport.0`](https://github.com/elastic/eui/releases/v94.1.0-backport.0) + +**This is a backport release only intended for use by Kibana.** + +**Bug fixes** + +- Fixed a visual text alignment regression in `EuiTableRowCell`s with the `row` header scope ([#7681](https://github.com/elastic/eui/pull/7681)) + +**Accessibility** + +- Improved `EuiBasicTable` and `EuiInMemoryTable`'s selection checkboxes to have unique aria-labels per row ([#7672](https://github.com/elastic/eui/pull/7672)) + ## [`v94.1.0`](https://github.com/elastic/eui/releases/v94.1.0) - Updated `EuiTableHeaderCell` to show a subdued `sortable` icon for columns that are not currently sorted but can be ([#7656](https://github.com/elastic/eui/pull/7656)) diff --git a/changelogs/upcoming/7672.md b/changelogs/upcoming/7672.md deleted file mode 100644 index 2e4d197f73c..00000000000 --- a/changelogs/upcoming/7672.md +++ /dev/null @@ -1,3 +0,0 @@ -**Accessibility** - -- Improved `EuiBasicTable` and `EuiInMemoryTable`'s selection checkboxes to have unique aria-labels per row diff --git a/changelogs/upcoming/7681.md b/changelogs/upcoming/7681.md deleted file mode 100644 index cfc8b0b8ce4..00000000000 --- a/changelogs/upcoming/7681.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed a visual text alignment regression in `EuiTableRowCell`s with the `row` header scope