From 6d14fa2db1b628ded2b8640593a6e75947314d41 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Mon, 9 May 2022 09:54:00 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0896e2b0a9..25f3cb1c8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,16 @@ - As part of `EuiTitle`'s Emotion conversion, the line-height of `s` and `xxs` sized `EuiTitle`s have been slightly reduced ([#5842](https://github.com/elastic/eui/pull/5842)) +## [`55.1.2`](https://github.com/elastic/eui/tree/v55.1.2) + +**Note: this release is a backport containing changes originally made in `57.0.0`** + +- Updated `EuiOverlayMask` to accept a React ref ([#5876](https://github.com/elastic/eui/pull/5876)) + +**Bug fixes** + +- Fixed `EuiFlyout` `outsideClickCloses` not being scoped to overlay mask when `ownFocus=true` ([#5876](https://github.com/elastic/eui/pull/5876)) + ## [`55.1.1`](https://github.com/elastic/eui/tree/v55.1.1) **Note: this release is a backport containing changes originally made in `56.0.0`**