Skip to content

Commit 2777c9e

Browse files
authored
Release: @elastic/eui v114.1.0, @elastic/eslint-plugin-eui v2.11.1 (#9562)
1 parent 1f16a47 commit 2777c9e

File tree

11 files changed

+20
-14
lines changed

11 files changed

+20
-14
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [`v2.11.1`](https://github.com/elastic/eui/releases/v2.11.1)
2+
3+
**Bug fixes**
4+
5+
- Fixed `no-css-color` ESLint rule crash when analyzing functions that return `undefined` or non-object values ([#9368](https://github.com/elastic/eui/pull/9368))
6+
17
## [`v2.11.0`](https://github.com/elastic/eui/releases/v2.11.0)
28

39
- Updated `no-unnamed-interactive-element` to include checking `EuiColorPicker` ([#9436](https://github.com/elastic/eui/pull/9436))

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

Lines changed: 0 additions & 3 deletions
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.0",
3+
"version": "2.11.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [`v114.1.0`](https://github.com/elastic/eui/releases/v114.1.0)
2+
3+
- Added an optional `tooltipProps` prop to `EuiMarkdownEditorHelpButton` ([#9546](https://github.com/elastic/eui/pull/9546))
4+
- Added a warning when non-recommended units are used in `width`, `minWidth` or `maxWidth` props on `<EuiTableFooterCell>`, `<EuiTableHeaderCell>`, `<EuiTableHeaderCellCheckbox>` as well as the `columns` configuration on `<EuiBasicTable>` and `<EuiInMemoryTable>` ([#9540](https://github.com/elastic/eui/pull/9540))
5+
- Added `transitionBottomIn` and `transitionBottomOut` icons to `EuiIcon` ([#9528](https://github.com/elastic/eui/pull/9528))
6+
7+
**Bug fixes**
8+
9+
- Fixed `EuiFlyoutManager` animation flickering when switching between flyout sessions by removing intermediate transition stages (backgrounding, returning, closing) and limiting opening animations to the initial flyout and first child only ([#9514](https://github.com/elastic/eui/pull/9514))
10+
- Fixed rendering of `EuiTableHeaderMobile` when `responsiveBreakpoint=false` prop is set ([#9531](https://github.com/elastic/eui/pull/9531))
11+
112
## [`v114.0.0`](https://github.com/elastic/eui/releases/v114.0.0)
213

314
- Fixed the clipping of `EuiFlyout` overlay mask to the container bounds when the `container` prop is provided, so the mask no longer covers the full viewport for app-scoped flyouts. ([#9512](https://github.com/elastic/eui/pull/9512))

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

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

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

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

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

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

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

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

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

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

β€Žpackages/eui/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/eui",
33
"description": "Elastic UI Component Library",
4-
"version": "114.0.0",
4+
"version": "114.1.0",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"main": "lib",
77
"module": "es",

0 commit comments

Comments
Β (0)