Skip to content

Commit fdea8ff

Browse files
committed
Updated changelog
1 parent fa8462f commit fdea8ff

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [`v94.5.0`](https://github.com/elastic/eui/releases/v94.5.0)
2+
3+
- `EuiFlyoutResizable` now respects `size` prop updates, allowing for controlled `size` usage ([#7759](https://github.com/elastic/eui/pull/7759))
4+
5+
**Bug fixes**
6+
7+
- Restored a removed `setTimeout` in `EuiInputPopover` to reduce flaky Cypress failures ([#7760](https://github.com/elastic/eui/pull/7760))
8+
9+
**Accessibility**
10+
11+
- `EuiToolTip`s can now additionally be dismissed via `Escape` keypress as well as on focus blur. ([#7751](https://github.com/elastic/eui/pull/7751))
12+
113
## [`v94.4.1`](https://github.com/elastic/eui/releases/v94.4.1)
214

315
- Added support for `toolTipContent` and `toolTipProps` props on `EuiSelectable` options ([#7715](https://github.com/elastic/eui/pull/7715))

packages/eui/changelogs/upcoming/7751.md

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

packages/eui/changelogs/upcoming/7759.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/eui/changelogs/upcoming/7760.md

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

packages/eui/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+
"94.5.0",
34
"94.4.1",
45
"94.3.0",
56
"94.2.1",

0 commit comments

Comments
 (0)