diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index 81ed3ef0f45..bf38a462199 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -1,3 +1,23 @@ +## [`v93.6.0`](https://github.com/elastic/eui/releases/v93.6.0) + +- Updated `EuiBreadcrumb` styles to improve visual distinction of clickable breadcrumbs ([#7615](https://github.com/elastic/eui/pull/7615)) + +**Bug fixes** + +- Fixed `EuiComboBox` to correctly select full matches within groups via the `Enter` key ([#7658](https://github.com/elastic/eui/pull/7658)) + +**Deprecations** + +- Deprecated `color` prop on `EuiBreadcrumb` ([#7615](https://github.com/elastic/eui/pull/7615)) + +**Accessibility** + +- Updated `EuiHeaderBreadcrumb` styles to ensure min. required color contrast ([#7643](https://github.com/elastic/eui/pull/7643)) +- `EuiSuperSelect` now correctly reads out parent `EuiFormRow` labels to screen readers ([#7650](https://github.com/elastic/eui/pull/7650)) +- `EuiSuperSelect` now more closely mimics native `` behavior in its keyboard behavior and navigation -- `EuiSuperSelect` no longer strands keyboard focus on close -- `EuiSuperSelect` now correctly allows keyboard navigating past disabled options in the middle of the options list diff --git a/changelogs/upcoming/7658.md b/changelogs/upcoming/7658.md deleted file mode 100644 index 16db0e6880b..00000000000 --- a/changelogs/upcoming/7658.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiComboBox` to correctly select full matches within groups via the `Enter` key diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index 8a49cc53621..3d9b24c46d0 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.6.0", "93.5.2", "93.5.1", "93.5.0",