Skip to content

Commit e34e0bc

Browse files
Release: @elastic/eui v115.0.0, @elastic/eslint-plugin-eui v2.12.0 (elastic#9638)
1 parent 0e1a3c9 commit e34e0bc

12 files changed

Lines changed: 27 additions & 22 deletions

File tree

β€Žpackages/eslint-plugin/changelogs/CHANGELOG_2026.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [`v2.12.0`](https://github.com/elastic/eui/releases/v2.12.0)
2+
3+
- Added a new `prefer-tooltip-trigger-focus-test-utility` rule that flags `fireEvent.focus()` inside `it`/`test` blocks that also query for a tooltip. The rule auto-fixes to `focusEuiToolTipTrigger` from EUI's RTL test utilities. ([#9624](https://github.com/elastic/eui/pull/9624))
4+
15
## [`v2.11.1`](https://github.com/elastic/eui/releases/v2.11.1)
26

37
**Bug fixes**

β€Žpackages/eslint-plugin/changelogs/upcoming/9624.mdβ€Ž

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

β€Žpackages/eslint-plugin/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eslint-plugin-eui",
3-
"version": "2.11.1",
3+
"version": "2.12.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

β€Žpackages/eui/changelogs/CHANGELOG_2026.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [`v115.0.0`](https://github.com/elastic/eui/releases/v115.0.0)
2+
3+
- Updated `EuiToolTip` default font size from 14px to 12px ([#9627](https://github.com/elastic/eui/pull/9627))
4+
- Updated `EuiToolTip` show animation to opacity-only with a 150ms grace period delay, preventing visual flickering when quickly hovering over multiple tooltip triggers ([#9626](https://github.com/elastic/eui/pull/9626))
5+
- Updated `EuiToolTip` to respect input modality. Tooltip no longer persists on mouse-click focus or shows on programmatic focus return. ([#9624](https://github.com/elastic/eui/pull/9624))
6+
7+
**Bug fixes**
8+
9+
- Fixed `uiPlugins[].button` type to allow UI plugins to not have a toolbar button in `EuiMarkdownEditor` ([#9634](https://github.com/elastic/eui/pull/9634))
10+
- Fixed `EuiToolTip` self-hiding when the mouse moves over child elements within the trigger ([#9626](https://github.com/elastic/eui/pull/9626))
11+
12+
**Breaking changes**
13+
14+
- Removed `delay` prop and `ToolTipDelay` type from `EuiToolTip` and `EuiIconTip` ([#9626](https://github.com/elastic/eui/pull/9626))
15+
- Removed `waitForEuiToolTipVisible` and `waitForEuiToolTipHidden` RTL test helpers; tooltip show/hide is now synchronous so direct assertions can be used instead ([#9626](https://github.com/elastic/eui/pull/9626))
16+
17+
**Accessibility**
18+
19+
- Fixed invalid nested interactive elements in `EuiMarkdownEditor` by removing `role` from the drop zone wrapper. ([#9625](https://github.com/elastic/eui/pull/9625))
20+
121
## [`v114.3.0`](https://github.com/elastic/eui/releases/v114.3.0)
222

323
- Updated `productDashboard` icon. ([#9607](https://github.com/elastic/eui/pull/9607))

β€Žpackages/eui/changelogs/upcoming/9624.mdβ€Ž

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

β€Žpackages/eui/changelogs/upcoming/9625.mdβ€Ž

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

β€Žpackages/eui/changelogs/upcoming/9626.mdβ€Ž

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

β€Žpackages/eui/changelogs/upcoming/9627.mdβ€Ž

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

β€Žpackages/eui/changelogs/upcoming/9632.mdβ€Ž

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

β€Žpackages/eui/changelogs/upcoming/9634.mdβ€Ž

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

0 commit comments

Comments
Β (0)