diff --git a/CHANGELOG.md b/CHANGELOG.md index 943f7d1e8e0..2d0e6412ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [`85.1.0`](https://github.com/elastic/eui/tree/v85.1.0) + +- Updated `EuiComboBox`'s `options` to accept `option.append` and `option.prepend` props ([#6953](https://github.com/elastic/eui/pull/6953)) +- Updated deprecated `.substr()` usages to `.substring()` ([#6954](https://github.com/elastic/eui/pull/6954)) +- Updated `EuiInlineEdit`'s read mode button to include a title tooltip, increasing readability of truncated text ([#6966](https://github.com/elastic/eui/pull/6966)) + +**Bug fixes** + +- Fixed `EuiFilterGroup`'s responsive styles ([#6983](https://github.com/elastic/eui/pull/6983)) + +**Deprecations** + +- Deprecated `EuiFilterSelectItem`; Use `EuiSelectable` instead ([#6982](https://github.com/elastic/eui/pull/6982)) + +**CSS-in-JS conversions** + +- Converted `EuiFilterSelectItem` to Emotion ([#6982](https://github.com/elastic/eui/pull/6982)) +- Removed `.euiFilterSelect__items` CSS; Use `EuiSelectable` instead ([#6982](https://github.com/elastic/eui/pull/6982)) +- Removed `.euiFilterSelect__note` and `.euiFilterSelect__noteContent` CSS; Use `EuiSelectableMessage` instead ([#6982](https://github.com/elastic/eui/pull/6982)) +- Added `focus.transparency` and `focus.backgroundColor` theme tokens ([#6984](https://github.com/elastic/eui/pull/6984)) + ## [`85.0.0`](https://github.com/elastic/eui/tree/v85.0.0) - Updated `EuiThemeProvider` to set an Emotion theme context that returns the values of `useEuiTheme()` ([#6913](https://github.com/elastic/eui/pull/6913)) diff --git a/upcoming_changelogs/6953.md b/upcoming_changelogs/6953.md deleted file mode 100644 index c6939fa0400..00000000000 --- a/upcoming_changelogs/6953.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiComboBox`'s `options` to accept `option.append` and `option.prepend` props diff --git a/upcoming_changelogs/6954.md b/upcoming_changelogs/6954.md deleted file mode 100644 index 17270a68927..00000000000 --- a/upcoming_changelogs/6954.md +++ /dev/null @@ -1,2 +0,0 @@ -- Updated deprecated `.substr()` usages to `.substring()` - diff --git a/upcoming_changelogs/6966.md b/upcoming_changelogs/6966.md deleted file mode 100644 index 8d206a79d99..00000000000 --- a/upcoming_changelogs/6966.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiInlineEdit`'s read mode button to include a title tooltip, increasing readability of truncated text diff --git a/upcoming_changelogs/6982.md b/upcoming_changelogs/6982.md deleted file mode 100644 index 3ee8792e749..00000000000 --- a/upcoming_changelogs/6982.md +++ /dev/null @@ -1,9 +0,0 @@ -**Deprecations** - -- Deprecated `EuiFilterSelectItem`; Use `EuiSelectable` instead - -**CSS-in-JS conversions** - -- Converted `EuiFilterSelectItem` to Emotion -- Removed `.euiFilterSelect__items` CSS; Use `EuiSelectable` instead -- Removed `.euiFilterSelect__note` and `.euiFilterSelect__noteContent` CSS; Use `EuiSelectableMessage` instead diff --git a/upcoming_changelogs/6983.md b/upcoming_changelogs/6983.md deleted file mode 100644 index ed000531414..00000000000 --- a/upcoming_changelogs/6983.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiFilterGroup`'s responsive styles diff --git a/upcoming_changelogs/6984.md b/upcoming_changelogs/6984.md deleted file mode 100644 index 2850b2faa9b..00000000000 --- a/upcoming_changelogs/6984.md +++ /dev/null @@ -1,3 +0,0 @@ -**CSS-in-JS conversions** - -- Added `focus.transparency` and `focus.backgroundColor` theme tokens