|
| 1 | +## [`89.0.0`](https://github.com/elastic/eui/tree/v89.0.0) |
| 2 | + |
| 3 | +- Added new `pushAnimation` prop to push `EuiFlyout`s, which enables a slide in animation ([#7239](https://github.com/elastic/eui/pull/7239)) |
| 4 | +- Updated `EuiComboBox` to use `EuiInputPopover` under the hood ([#7246](https://github.com/elastic/eui/pull/7246)) |
| 5 | +- Added `inputPopoverProps` to `EuiComboBox`, which allows customizing the underlying popover ([#7246](https://github.com/elastic/eui/pull/7246)) |
| 6 | +- Added a new beta `EuiTextBlockTruncate` component for multi-line truncation ([#7250](https://github.com/elastic/eui/pull/7250)) |
| 7 | +- Updated `EuiBasicTable` and `EuiInMemoryTable` to support multi-line truncation. This can be set via `truncateText.lines` in the `columns` prop. ([#7254](https://github.com/elastic/eui/pull/7254)) |
| 8 | + |
| 9 | +**Bug fixes** |
| 10 | + |
| 11 | +- Fixed `EuiFlexGroup` and `EuiFlexGrid's `m` gutter size ([#7251](https://github.com/elastic/eui/pull/7251)) |
| 12 | +- Fixed focus trap rerender issues in `EuiFlyout` with memoization ([#7259](https://github.com/elastic/eui/pull/7259)) |
| 13 | +- Fixed a visual bug with `EuiContextMenu`'s animation between panels ([#7268](https://github.com/elastic/eui/pull/7268)) |
| 14 | + |
| 15 | +**Breaking changes** |
| 16 | + |
| 17 | +- EUI's global body font-size now respects the `font.defaultUnits` token. This means that the global font size will use the `rem` unit by default, instead of `px`. ([#7182](https://github.com/elastic/eui/pull/7182)) |
| 18 | +- Removed exported `accessibleClickKeys`, `comboBoxKeys`, and `cascadingMenuKeys` services. Use the generic `keys` service instead ([#7256](https://github.com/elastic/eui/pull/7256)) |
| 19 | +- Removed `EuiColorStops` due to low usage ([#7262](https://github.com/elastic/eui/pull/7262)) |
| 20 | +- Removed `EuiSuggest`. We recommend using `EuiSelectable` or `EuiComboBox` instead ([#7263](https://github.com/elastic/eui/pull/7263)) |
| 21 | +- Removed `euiHeaderAffordForFixed` Sass mixin, and `$euiHeaderHeight` and `$euiHeaderHeightCompensation` Sass variables. Use the CSS variable `--var(euiFixedHeadersOffset, 0)` instead. ([#7264](https://github.com/elastic/eui/pull/7264)) |
| 22 | + |
| 23 | +**Accessibility** |
| 24 | + |
| 25 | +- When using `rem` or `em` font units, EUI now respects, instead of ignoring, browser default font sizes set by end users. ([#7182](https://github.com/elastic/eui/pull/7182)) |
| 26 | + |
1 | 27 | ## [`88.5.4`](https://github.com/elastic/eui/tree/v88.5.4)
|
2 | 28 |
|
3 | 29 | - This release contains internal changes to a beta component needed by Kibana.
|
|
0 commit comments