Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 29, 2024
1 parent 38f000e commit 4caf50b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [`v92.2.0`](https://github.com/elastic/eui/releases/v92.2.0)

- Updated `EuiFlyoutResizable` with new optional `onResize` callback ([#7464](https://github.com/elastic/eui/pull/7464))

**Bug fixes**

- 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))
- Fixed `EuiTextArea` to correctly fire `onChange` callbacks on clear button click ([#7473](https://github.com/elastic/eui/pull/7473))
- Fixed `EuiContextMenu`'s panel titles & items to not show underlines on hover for non-interactive elements ([#7474](https://github.com/elastic/eui/pull/7474))

**Deprecations**

- Remove unused public `EuiHue` and `EuiSaturation` subcomponent exports. Use the parent `EuiColorPicker` component instead ([#7460](https://github.com/elastic/eui/pull/7460))
- Remove unused public `EuiCommentTimeline` subcomponent export. Use the parent `EuiComment` or `EuiCommentList` components instead. ([#7467](https://github.com/elastic/eui/pull/7467))

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

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/upcoming/7464.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/upcoming/7474.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": [
"92.2.0",
"92.1.1",
"92.1.0",
"92.0.0",
Expand Down

0 comments on commit 4caf50b

Please sign in to comment.