diff --git a/CHANGELOG.md b/CHANGELOG.md index 1269c97d0dc..3632912c513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [`88.5.0`](https://github.com/elastic/eui/tree/v88.5.0) + +- Updated `EuiCallOut` with a new `onDismiss` prop ([#7156](https://github.com/elastic/eui/pull/7156)) +- Added a new `renderCustomToolbar` prop to `EuiDataGrid`, which allows custom rendering of the toolbar. ([#7190](https://github.com/elastic/eui/pull/7190)) +- Added a new `allowResetButton` prop to `toolbarVisibility.showDisplaySelector` of `EuiDataGrid`, which allows hiding the "Reset to default" button from the display settings popover. ([#7190](https://github.com/elastic/eui/pull/7190)) +- Added a new `additionalDisplaySettings` prop to `toolbarVisibility.showDisplaySelector` of `EuiDataGrid`, which allows rendering extra settings inside the display settings popover. ([#7190](https://github.com/elastic/eui/pull/7190)) +- Updated `EuiDataGrid`'s toolbar display settings button icon ([#7190](https://github.com/elastic/eui/pull/7190)) +- Updated `EuiTextTruncate` with significantly improved iteration performance. Removed `measurementRenderAPI` prop, as `EuiTextTruncation` now only uses more performant canvas render API ([#7210](https://github.com/elastic/eui/pull/7210)) +- Updated `EuiPopover` with a new configurable `repositionToCrossAxis` prop ([#7211](https://github.com/elastic/eui/pull/7211)) +- Updated `EuiDatePicker` to support `compressed` input styling ([#7218](https://github.com/elastic/eui/pull/7218)) +- Added `gradient` and `palette` icon glyphs. ([#7220](https://github.com/elastic/eui/pull/7220)) + +**Bug fixes** + +- Fixed `EuiPopover`'s missing animations on popover close ([#7211](https://github.com/elastic/eui/pull/7211)) +- Fixed `EuiInputPopover` anchoring to the wrong side and missing shadows on smaller screens ([#7211](https://github.com/elastic/eui/pull/7211)) +- Fixed `EuiSuperDatePicker` icon spacing on the quick select button ([#7217](https://github.com/elastic/eui/pull/7217)) +- Fixed a missing type in `EuiMarkdownEditor`'s default processing plugins ([#7221](https://github.com/elastic/eui/pull/7221)) + ## [`88.4.1`](https://github.com/elastic/eui/tree/v88.4.1) **Bug fixes** diff --git a/upcoming_changelogs/7156.md b/upcoming_changelogs/7156.md deleted file mode 100644 index 8b2bda4ac17..00000000000 --- a/upcoming_changelogs/7156.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiCallOut` with a new `onDismiss` prop diff --git a/upcoming_changelogs/7190.md b/upcoming_changelogs/7190.md deleted file mode 100644 index 2df5c499765..00000000000 --- a/upcoming_changelogs/7190.md +++ /dev/null @@ -1,4 +0,0 @@ -- Added a new `renderCustomToolbar` prop to `EuiDataGrid`, which allows custom rendering of the toolbar. -- Added a new `allowResetButton` prop to `toolbarVisibility.showDisplaySelector` of `EuiDataGrid`, which allows hiding the "Reset to default" button from the display settings popover. -- Added a new `additionalDisplaySettings` prop to `toolbarVisibility.showDisplaySelector` of `EuiDataGrid`, which allows rendering extra settings inside the display settings popover. -- Updated `EuiDataGrid`'s toolbar display settings button icon diff --git a/upcoming_changelogs/7210.md b/upcoming_changelogs/7210.md deleted file mode 100644 index 473d00eb6e8..00000000000 --- a/upcoming_changelogs/7210.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiTextTruncate` with significantly improved iteration performance. Removed `measurementRenderAPI` prop, as `EuiTextTruncation` now only uses more performant canvas render API diff --git a/upcoming_changelogs/7211.md b/upcoming_changelogs/7211.md deleted file mode 100644 index 10bc66d5953..00000000000 --- a/upcoming_changelogs/7211.md +++ /dev/null @@ -1,6 +0,0 @@ -- Updated `EuiPopover` with a new configurable `repositionToCrossAxis` prop - -**Bug fixes** - -- Fixed `EuiPopover`'s missing animations on popover close -- Fixed `EuiInputPopover` anchoring to the wrong side and missing shadows on smaller screens diff --git a/upcoming_changelogs/7217.md b/upcoming_changelogs/7217.md deleted file mode 100644 index f75c77c7187..00000000000 --- a/upcoming_changelogs/7217.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiSuperDatePicker` icon spacing on the quick select button diff --git a/upcoming_changelogs/7218.md b/upcoming_changelogs/7218.md deleted file mode 100644 index bd27aed2164..00000000000 --- a/upcoming_changelogs/7218.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiDatePicker` to support `compressed` input styling diff --git a/upcoming_changelogs/7220.md b/upcoming_changelogs/7220.md deleted file mode 100644 index 0dce8d9a1ee..00000000000 --- a/upcoming_changelogs/7220.md +++ /dev/null @@ -1 +0,0 @@ -- Added `gradient` and `palette` icon glyphs. \ No newline at end of file diff --git a/upcoming_changelogs/7221.md b/upcoming_changelogs/7221.md deleted file mode 100644 index 125aaf50655..00000000000 --- a/upcoming_changelogs/7221.md +++ /dev/null @@ -1,4 +0,0 @@ -**Bug fixes** - -- Fixed a missing type in `EuiMarkdownEditor`'s default processing plugins -