Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 5, 2024
1 parent eec7712 commit 5987a56
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 27 deletions.
25 changes: 25 additions & 0 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [`v93.0.0`](https://github.com/elastic/eui/releases/v93.0.0)

**Bug fixes**

- Fixed `EuiTextTruncate` component to clean up timer from side effect on unmount ([#7495](https://github.com/elastic/eui/pull/7495))

**Breaking changes**

- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use `className` instead ([#7488](https://github.com/elastic/eui/pull/7488))
- Removed deprecated `buttonRef` prop from `EuiPopover`. Use `popoverRef` instead ([#7488](https://github.com/elastic/eui/pull/7488))
- Removed deprecated `toolTipTitle` and `toolTipPosition` props from `EuiContextMenuItem`. Use `toolTipProps.title` and `toolTilProps.position` instead ([#7489](https://github.com/elastic/eui/pull/7489))
- Removed deprecated internal `setSelection` ref method from `EuiInMemoryTable` and `EuiBasicTable`. Use the new controlled `selection.selected` prop API instead. ([#7491](https://github.com/elastic/eui/pull/7491))
- `EuiTourStep`'s `className` and `style` props now apply to the anchoring element instead of to the popover panel, to match `EuiPopover` behavior. ([#7497](https://github.com/elastic/eui/pull/7497))
- Convert your existing usages to `panelClassName` and `panelStyle` respectively instead.

**Performance**

- Improved the amount of recomputed styles being generated by `EuiCode` and `EuiCodeBlock` ([#7486](https://github.com/elastic/eui/pull/7486))

**CSS-in-JS conversions**

- Converted `EuiSearchBar` to Emotion ([#7490](https://github.com/elastic/eui/pull/7490))
- Converted `EuiEmptyPrompt` to Emotion ([#7494](https://github.com/elastic/eui/pull/7494))
- Added `euiBorderColor` and `useEuiBorderColorCSS` style utilities ([#7494](https://github.com/elastic/eui/pull/7494))

## [`v92.2.1`](https://github.com/elastic/eui/releases/v92.2.1)

**Bug fixes**
Expand Down
3 changes: 0 additions & 3 deletions changelogs/upcoming/7486.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/upcoming/7488.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7489.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7490.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7491.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/upcoming/7494.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7495.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/upcoming/7497.md

This file was deleted.

1 change: 1 addition & 0 deletions src-docs/src/components/guide_page/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"93.0.0",
"92.2.0",
"92.1.1",
"92.1.0",
Expand Down

0 comments on commit 5987a56

Please sign in to comment.