Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Oct 9, 2023
1 parent db34093 commit 52a9666
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 33 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [`89.0.0`](https://github.com/elastic/eui/tree/v89.0.0)

- Added new `pushAnimation` prop to push `EuiFlyout`s, which enables a slide in animation ([#7239](https://github.com/elastic/eui/pull/7239))
- Updated `EuiComboBox` to use `EuiInputPopover` under the hood ([#7246](https://github.com/elastic/eui/pull/7246))
- Added `inputPopoverProps` to `EuiComboBox`, which allows customizing the underlying popover ([#7246](https://github.com/elastic/eui/pull/7246))
- Added a new beta `EuiTextBlockTruncate` component for multi-line truncation ([#7250](https://github.com/elastic/eui/pull/7250))
- 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))

**Bug fixes**

- Fixed `EuiFlexGroup` and `EuiFlexGrid's `m` gutter size ([#7251](https://github.com/elastic/eui/pull/7251))
- Fixed focus trap rerender issues in `EuiFlyout` with memoization ([#7259](https://github.com/elastic/eui/pull/7259))
- Fixed a visual bug with `EuiContextMenu`'s animation between panels ([#7268](https://github.com/elastic/eui/pull/7268))

**Breaking changes**

- 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))
- Removed exported `accessibleClickKeys`, `comboBoxKeys`, and `cascadingMenuKeys` services. Use the generic `keys` service instead ([#7256](https://github.com/elastic/eui/pull/7256))
- Removed `EuiColorStops` due to low usage ([#7262](https://github.com/elastic/eui/pull/7262))
- Removed `EuiSuggest`. We recommend using `EuiSelectable` or `EuiComboBox` instead ([#7263](https://github.com/elastic/eui/pull/7263))
- 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))

**Accessibility**

- 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))

## [`88.5.4`](https://github.com/elastic/eui/tree/v88.5.4)

- This release contains internal changes to a beta component needed by Kibana.
Expand Down
7 changes: 0 additions & 7 deletions upcoming_changelogs/7182.md

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changelogs/7239.md

This file was deleted.

2 changes: 0 additions & 2 deletions upcoming_changelogs/7246.md

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changelogs/7250.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7251.md

This file was deleted.

1 change: 0 additions & 1 deletion upcoming_changelogs/7254.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7256.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7259.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7262.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7263.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7264.md

This file was deleted.

3 changes: 0 additions & 3 deletions upcoming_changelogs/7268.md

This file was deleted.

0 comments on commit 52a9666

Please sign in to comment.