Skip to content

Commit cd2e913

Browse files
committed
Merge branch 'main' into table/remove-setselection-class-method
2 parents 4ed3173 + ff19255 commit cd2e913

58 files changed

Lines changed: 1358 additions & 1731 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žchangelogs/CHANGELOG_2024.mdβ€Ž

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [`v92.2.1`](https://github.com/elastic/eui/releases/v92.2.1)
2+
3+
**Bug fixes**
4+
5+
- Removed unintentional i18n tokens in prior release that should not have been exported
6+
7+
## [`v92.2.0`](https://github.com/elastic/eui/releases/v92.2.0)
8+
9+
- Updated `EuiFlyoutResizable` with new optional `onResize` callback ([#7464](https://github.com/elastic/eui/pull/7464))
10+
11+
**Bug fixes**
12+
13+
- Fixed an issue in `EuiResizableContainer` where `onResizeEnd` could become a stale closure when renders occured between resize start and end, resulting in an outdated version of a consumer's `onResizeEnd` callback being called ([#7468](https://github.com/elastic/eui/pull/7468))
14+
- Fixed `EuiTextArea` to correctly fire `onChange` callbacks on clear button click ([#7473](https://github.com/elastic/eui/pull/7473))
15+
- Fixed `EuiContextMenu`'s panel titles & items to not show underlines on hover for non-interactive elements ([#7474](https://github.com/elastic/eui/pull/7474))
16+
17+
**Deprecations**
18+
19+
- Remove unused public `EuiHue` and `EuiSaturation` subcomponent exports. Use the parent `EuiColorPicker` component instead ([#7460](https://github.com/elastic/eui/pull/7460))
20+
- Remove unused public `EuiCommentTimeline` subcomponent export. Use the parent `EuiComment` or `EuiCommentList` components instead. ([#7467](https://github.com/elastic/eui/pull/7467))
21+
122
## [`v92.1.1`](https://github.com/elastic/eui/releases/v92.1.1)
223

324
**Bug fixes**

β€Žchangelogs/upcoming/7460.mdβ€Ž

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

β€Žchangelogs/upcoming/7464.mdβ€Ž

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

β€Žchangelogs/upcoming/7467.mdβ€Ž

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

β€Žchangelogs/upcoming/7468.mdβ€Ž

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

β€Žchangelogs/upcoming/7473.mdβ€Ž

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

β€Žchangelogs/upcoming/7474.mdβ€Ž

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

β€Žchangelogs/upcoming/7486.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Performance**
2+
3+
- Improved the amount of recomputed styles being generated by `EuiCode` and `EuiCodeBlock`

β€Žchangelogs/upcoming/7488.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**Breaking changes**
2+
3+
- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use `className` instead
4+
- Removed deprecated `buttonRef` prop from `EuiPopover`. Use `popoverRef` instead

β€Žchangelogs/upcoming/7489.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Breaking changes**
2+
3+
- Removed deprecated `toolTipTitle` and `toolTipPosition` props from `EuiContextMenuItem`. Use `toolTipProps.title` and `toolTilProps.position` instead

0 commit comments

Comments
Β (0)