Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed May 15, 2024
1 parent fa8462f commit fdea8ff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
12 changes: 12 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [`v94.5.0`](https://github.com/elastic/eui/releases/v94.5.0)

- `EuiFlyoutResizable` now respects `size` prop updates, allowing for controlled `size` usage ([#7759](https://github.com/elastic/eui/pull/7759))

**Bug fixes**

- Restored a removed `setTimeout` in `EuiInputPopover` to reduce flaky Cypress failures ([#7760](https://github.com/elastic/eui/pull/7760))

**Accessibility**

- `EuiToolTip`s can now additionally be dismissed via `Escape` keypress as well as on focus blur. ([#7751](https://github.com/elastic/eui/pull/7751))

## [`v94.4.1`](https://github.com/elastic/eui/releases/v94.4.1)

- Added support for `toolTipContent` and `toolTipProps` props on `EuiSelectable` options ([#7715](https://github.com/elastic/eui/pull/7715))
Expand Down
3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/7751.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/eui/changelogs/upcoming/7759.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/eui/changelogs/upcoming/7760.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"94.5.0",
"94.4.1",
"94.3.0",
"94.2.1",
Expand Down

0 comments on commit fdea8ff

Please sign in to comment.