From 1e9bad620c84ff702383581f813185ce34d73363 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 9 Aug 2022 11:57:32 -0600 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 9 +++++++++ upcoming_changelogs/6070.md | 1 - upcoming_changelogs/6105.md | 3 --- upcoming_changelogs/6106.md | 1 - 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 upcoming_changelogs/6070.md delete mode 100644 upcoming_changelogs/6105.md delete mode 100644 upcoming_changelogs/6106.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4774a3902c6..c9b0ae848a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [`62.2.0`](https://github.com/elastic/eui/tree/v62.2.0) + +- The `EuiDataGrid`'s `rowHeightOptions` now contain an optional `scrollAnchorRow` property, which enables vertical layout shift compensation when rendering `auto`-sized rows. ([#6070](https://github.com/elastic/eui/pull/6070)) +- Added new React Testing Library EuiToolTip helpers, `waitForEuiToolTipVisible` and `waitForEuiToolTipClose` ([#6106](https://github.com/elastic/eui/pull/6106)) + +**Bug fixes** + +- Fixed EuiPortal changes causing rerender issues in test environments ([#6105](https://github.com/elastic/eui/pull/6105)) + ## [`62.1.0`](https://github.com/elastic/eui/tree/v62.1.0) - Updated `tokenFile`, `tokenSymbol` and `tokenRepo` default shapes to `square` instead of `rectangle` ([#6067](https://github.com/elastic/eui/pull/6067)) diff --git a/upcoming_changelogs/6070.md b/upcoming_changelogs/6070.md deleted file mode 100644 index df5feef929c..00000000000 --- a/upcoming_changelogs/6070.md +++ /dev/null @@ -1 +0,0 @@ -- The `EuiDataGrid`'s `rowHeightOptions` now contain an optional `scrollAnchorRow` property, which enables vertical layout shift compensation when rendering `auto`-sized rows. diff --git a/upcoming_changelogs/6105.md b/upcoming_changelogs/6105.md deleted file mode 100644 index 9dc6de6e639..00000000000 --- a/upcoming_changelogs/6105.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed EuiPortal changes causing rerender issues in test environments diff --git a/upcoming_changelogs/6106.md b/upcoming_changelogs/6106.md deleted file mode 100644 index 2545c8b9381..00000000000 --- a/upcoming_changelogs/6106.md +++ /dev/null @@ -1 +0,0 @@ -- Added new React Testing Library EuiToolTip helpers, `waitForEuiToolTipVisible` and `waitForEuiToolTipClose`