|
| 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 | + |
1 | 38 | ## [`v113.3.0`](https://github.com/elastic/eui/releases/v113.3.0) |
2 | 39 |
|
3 | 40 | - Added `color` prop to `EuiContextMenuItem`, accepting all standard button color values ([#9448](https://github.com/elastic/eui/pull/9448)) |
|
0 commit comments