Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Apr 8, 2024
1 parent 9b8c8e3 commit c65c804
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
20 changes: 20 additions & 0 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -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 `<select>` behavior in its keyboard behavior and navigation ([#7650](https://github.com/elastic/eui/pull/7650))
- `EuiSuperSelect` no longer strands keyboard focus on close ([#7650](https://github.com/elastic/eui/pull/7650))
- `EuiSuperSelect` now correctly allows keyboard navigating past disabled options in the middle of the options list ([#7650](https://github.com/elastic/eui/pull/7650))

## [`v93.5.2`](https://github.com/elastic/eui/releases/v93.5.2)

**Dependency updates**
Expand Down
5 changes: 0 additions & 5 deletions changelogs/upcoming/7615.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7643.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/upcoming/7650.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7658.md

This file was deleted.

1 change: 1 addition & 0 deletions src-docs/src/components/guide_page/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"93.6.0",
"93.5.2",
"93.5.1",
"93.5.0",
Expand Down

0 comments on commit c65c804

Please sign in to comment.