From 1fd6a1ed19d483710bea284908721c468825b303 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 11 Jul 2023 12:16:23 -0700 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 15 +++++++++++++++ upcoming_changelogs/6900.md | 3 --- upcoming_changelogs/6902.md | 1 - upcoming_changelogs/6908.md | 6 ------ upcoming_changelogs/6910.md | 3 --- upcoming_changelogs/6926.md | 4 ---- 6 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 upcoming_changelogs/6900.md delete mode 100644 upcoming_changelogs/6902.md delete mode 100644 upcoming_changelogs/6908.md delete mode 100644 upcoming_changelogs/6910.md delete mode 100644 upcoming_changelogs/6926.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f0207b965..55391fbe78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [`84.0.0`](https://github.com/elastic/eui/tree/v84.0.0) + +- Updated `EuiDualRange`'s `minInputProps` and `maxInputProps` to support passing more props to underlying inputs ([#6902](https://github.com/elastic/eui/pull/6902)) +- `EuiFocusTrap` now supports configuring cross-iframe focus trapping via the `crossFrame` prop ([#6908](https://github.com/elastic/eui/pull/6908)) + +**Bug fixes** + +- Fixed `EuiFilterButton` icon display ([#6900](https://github.com/elastic/eui/pull/6900)) +- Fixed `EuiCombobox` compressed plain text display ([#6910](https://github.com/elastic/eui/pull/6910)) +- Fixed visual appearance of collapse buttons on collapsible `EuiResizablePanel`s ([#6926](https://github.com/elastic/eui/pull/6926)) + +**Breaking changes** + +- `EuiFocusTrap` now defaults to *not* trapping focus across iframes ([#6908](https://github.com/elastic/eui/pull/6908)) + ## [`83.1.0`](https://github.com/elastic/eui/tree/v83.1.0) - Added `placeholder` prop to `EuiInlineEdit` ([#6883](https://github.com/elastic/eui/pull/6883)) diff --git a/upcoming_changelogs/6900.md b/upcoming_changelogs/6900.md deleted file mode 100644 index 14619862faa..00000000000 --- a/upcoming_changelogs/6900.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiFilterButton` icon display diff --git a/upcoming_changelogs/6902.md b/upcoming_changelogs/6902.md deleted file mode 100644 index 68bc04aa871..00000000000 --- a/upcoming_changelogs/6902.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiDualRange`'s `minInputProps` and `maxInputProps` to support passing more props to underlying inputs diff --git a/upcoming_changelogs/6908.md b/upcoming_changelogs/6908.md deleted file mode 100644 index adb8a76a8ed..00000000000 --- a/upcoming_changelogs/6908.md +++ /dev/null @@ -1,6 +0,0 @@ -- `EuiFocusTrap` now supports configuring cross-iframe focus trapping via the `crossFrame` prop - -**Breaking changes** - -- `EuiFocusTrap` now defaults to *not* trapping focus across iframes - diff --git a/upcoming_changelogs/6910.md b/upcoming_changelogs/6910.md deleted file mode 100644 index 3eca3a6a135..00000000000 --- a/upcoming_changelogs/6910.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiCombobox` compressed plain text display diff --git a/upcoming_changelogs/6926.md b/upcoming_changelogs/6926.md deleted file mode 100644 index a7a9037f401..00000000000 --- a/upcoming_changelogs/6926.md +++ /dev/null @@ -1,4 +0,0 @@ -**Bug fixes** - -- Fixed visual appearance of collapse buttons on collapsible `EuiResizablePanel`s -