Skip to content

Commit 2bad326

Browse files
authored
Release: @elastic/eui v114.0.0, @elastic/eui-theme-common v9.0.0, @elastic/eui-theme-borealis v7.0.0, @elastic/eslint-plugin-eui v2.11.0 (#9523)
1 parent 6211575 commit 2bad326

File tree

23 files changed

+747
-711
lines changed

23 files changed

+747
-711
lines changed

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.11.0`](https://github.com/elastic/eui/releases/v2.11.0)
2+
3+
- Updated `no-unnamed-interactive-element` to include checking `EuiColorPicker` ([#9436](https://github.com/elastic/eui/pull/9436))
4+
15
## [`v2.10.0`](https://github.com/elastic/eui/releases/v2.10.0)
26

37
- Added `EuiPopover` and `EuiWrappingPopover` checks to `require-aria-label-for-modals`, requiring either `aria-label` or `aria-labelledby` for these popover components. ([#9427](https://github.com/elastic/eui/pull/9427))

packages/eslint-plugin/changelogs/upcoming/9436.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.10.0",
3+
"version": "2.11.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

packages/eui-theme-borealis/changelogs/CHANGELOG_2026.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [`v7.0.0`](https://github.com/elastic/eui/releases/v7.0.0)
2+
3+
**Breaking changes**
4+
5+
- Removed `severity.assistance` color token ([#9507](https://github.com/elastic/eui/pull/9507))
6+
- Removed assistance datavis color tokens: ([#9507](https://github.com/elastic/eui/pull/9507))
7+
- `vis.euiColorVisAssistance`
8+
- `vis.euiColorVis10`
9+
- `vis.euiColorVis11`
10+
- `vis.euiColorVisText10`
11+
- `vis.euiColorVisText11`
12+
- `vis.euiColorVisBehindText10`
13+
- `vis.euiColorVisBehindText11`
14+
115
## [`v6.2.0`](https://github.com/elastic/eui/releases/v6.2.0)
216

317
- Adjusted lightest color tokens to get a more balanced palette and contrast with content over light backgrounds: ([#9432](https://github.com/elastic/eui/pull/9432))

packages/eui-theme-borealis/changelogs/upcoming/9507.md

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

packages/eui-theme-borealis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-borealis",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "A visual theme for EUI",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

packages/eui-theme-common/changelogs/CHANGELOG_2026.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [`v9.0.0`](https://github.com/elastic/eui/releases/v9.0.0)
2+
3+
**Breaking changes**
4+
5+
- Removed type for `severity.assistance` color token ([#9507](https://github.com/elastic/eui/pull/9507))
6+
- Removed types for assistance datavis color tokens: ([#9507](https://github.com/elastic/eui/pull/9507))
7+
- `vis.euiColorVisAssistance`
8+
- `vis.euiColorVis10`
9+
- `vis.euiColorVis11`
10+
- `vis.euiColorVisText10`
11+
- `vis.euiColorVisText11`
12+
- `vis.euiColorVisBehindText10`
13+
- `vis.euiColorVisBehindText11`
14+
115
## [`v8.1.0`](https://github.com/elastic/eui/releases/v8.1.0)
216

317
- Added new assistance tokens: ([#9383](https://github.com/elastic/eui/pull/9383))

packages/eui-theme-common/changelogs/upcoming/9507.md

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

packages/eui-theme-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-common",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "EUI theme common",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

packages/eui/changelogs/CHANGELOG_2026.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## [`v114.0.0`](https://github.com/elastic/eui/releases/v114.0.0)
2+
3+
- 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))
4+
- Updated `EuiFlyout` to support `pushAnimation` prop for `type="overlay"` ([#9428](https://github.com/elastic/eui/pull/9428))
5+
- Added `hasAnimation` prop on `EuiFlyout` (replaces `pushAnimation`) ([#9428](https://github.com/elastic/eui/pull/9428))
6+
- Added `hasAnimation` prop on `EuiOverlayMask` to conditionally add animation styles ([#9428](https://github.com/elastic/eui/pull/9428))
7+
- Added `historyKey` prop (type `symbol`) to `EuiFlyout` and the flyout manager API to support scoped flyout history. ([#9413](https://github.com/elastic/eui/pull/9413))
8+
- Only flyouts sharing the same `Symbol` reference share Back button navigation and history entries; omitting `historyKey` gives each session its own isolated history group.
9+
- `ACTION_CLOSE_ALL` now closes only the current history group rather than all open flyouts.
10+
11+
**Bug fixes**
12+
13+
- Fixed `EuiTreeView` expanded nodes clipping content and causing sibling overlap when children exceed viewport height ([#9510](https://github.com/elastic/eui/pull/9510))
14+
- Fixed `EuiDataGrid` scroll bouncing back to the focused element in certain cases ([#9453](https://github.com/elastic/eui/pull/9453))
15+
- Fixed support for intraword underscores in `EuiMarkdownFormat` ([#9408](https://github.com/elastic/eui/pull/9408))
16+
17+
**Deprecations**
18+
19+
- Deprecated `pushAnimation` prop on `EuiFlyout`. Use `hasAnimation` instead. ([#9428](https://github.com/elastic/eui/pull/9428))
20+
21+
**Breaking changes**
22+
23+
- Removed `severity.assistance` color token ([#9507](https://github.com/elastic/eui/pull/9507))
24+
- Removed assistance datavis color tokens: ([#9507](https://github.com/elastic/eui/pull/9507))
25+
- `vis.euiColorVisAssistance`
26+
- `vis.euiColorVis10`
27+
- `vis.euiColorVis11`
28+
- `vis.euiColorVisText10`
29+
- `vis.euiColorVisText11`
30+
- `vis.euiColorVisBehindText10`
31+
- `vis.euiColorVisBehindText11`
32+
- The positional signature of `FlyoutManagerApi.addFlyout` and the flyout store's `addFlyout` now includes `historyKey` before the `iconType`/`minWidth` arguments. Call sites that pass arguments positionally must be updated (or switched to named parameters) to account for this new parameter ordering. ([#9413](https://github.com/elastic/eui/pull/9413))
33+
34+
**Accessibility**
35+
36+
- Fixed `aria-label` not being applied to `EuiColorPicker`'s input element ([#9436](https://github.com/elastic/eui/pull/9436))
37+
138
## [`v113.3.0`](https://github.com/elastic/eui/releases/v113.3.0)
239

340
- Added `color` prop to `EuiContextMenuItem`, accepting all standard button color values ([#9448](https://github.com/elastic/eui/pull/9448))

0 commit comments

Comments
 (0)