Skip to content

Commit 52a9666

Browse files
committed
Updated changelog.
1 parent db34093 commit 52a9666

File tree

13 files changed

+26
-33
lines changed

13 files changed

+26
-33
lines changed

β€ŽCHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
## [`88.5.4`](https://github.com/elastic/eui/tree/v88.5.4)
228

329
- This release contains internal changes to a beta component needed by Kibana.

β€Župcoming_changelogs/7182.md

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

β€Župcoming_changelogs/7239.md

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

β€Župcoming_changelogs/7246.md

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

β€Župcoming_changelogs/7250.md

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

β€Župcoming_changelogs/7251.md

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

β€Župcoming_changelogs/7254.md

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

β€Župcoming_changelogs/7256.md

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

β€Župcoming_changelogs/7259.md

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

β€Župcoming_changelogs/7262.md

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

0 commit comments

Comments
Β (0)