Skip to content

Commit c65c804

Browse files
committed
Updated changelog
1 parent 9b8c8e3 commit c65c804

File tree

6 files changed

+21
-17
lines changed

6 files changed

+21
-17
lines changed

changelogs/CHANGELOG_2024.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [`v93.6.0`](https://github.com/elastic/eui/releases/v93.6.0)
2+
3+
- Updated `EuiBreadcrumb` styles to improve visual distinction of clickable breadcrumbs ([#7615](https://github.com/elastic/eui/pull/7615))
4+
5+
**Bug fixes**
6+
7+
- Fixed `EuiComboBox` to correctly select full matches within groups via the `Enter` key ([#7658](https://github.com/elastic/eui/pull/7658))
8+
9+
**Deprecations**
10+
11+
- Deprecated `color` prop on `EuiBreadcrumb` ([#7615](https://github.com/elastic/eui/pull/7615))
12+
13+
**Accessibility**
14+
15+
- Updated `EuiHeaderBreadcrumb` styles to ensure min. required color contrast ([#7643](https://github.com/elastic/eui/pull/7643))
16+
- `EuiSuperSelect` now correctly reads out parent `EuiFormRow` labels to screen readers ([#7650](https://github.com/elastic/eui/pull/7650))
17+
- `EuiSuperSelect` now more closely mimics native `<select>` behavior in its keyboard behavior and navigation ([#7650](https://github.com/elastic/eui/pull/7650))
18+
- `EuiSuperSelect` no longer strands keyboard focus on close ([#7650](https://github.com/elastic/eui/pull/7650))
19+
- `EuiSuperSelect` now correctly allows keyboard navigating past disabled options in the middle of the options list ([#7650](https://github.com/elastic/eui/pull/7650))
20+
121
## [`v93.5.2`](https://github.com/elastic/eui/releases/v93.5.2)
222

323
**Dependency updates**

changelogs/upcoming/7615.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/upcoming/7643.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/upcoming/7650.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelogs/upcoming/7658.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

src-docs/src/components/guide_page/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"93.6.0",
34
"93.5.2",
45
"93.5.1",
56
"93.5.0",

0 commit comments

Comments
 (0)