diff --git a/CHANGELOG.md b/CHANGELOG.md index ab98a3ced62..2d4752d4e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [`62.0.2`](https://github.com/elastic/eui/tree/v62.0.2) + +- Added new React Testing Library `ByDataTestSubj` utilities for targeting EUI's `data-test-subj` attributes. These can be accessed by importing custom RTL `render` and `screen` utils from `@elastic/eui/lib/test/rtl`. ([#6091](https://github.com/elastic/eui/pull/6091)) + ([#6091](https://github.com/elastic/eui/pull/6091)) +- Added new React Testing Library EuiPopover helpers, `waitForEuiPopoverOpen` and `waitForEuiPopoverClose` ([#6091](https://github.com/elastic/eui/pull/6091)) + +**Bug fixes** + +- Restored non-Emotion classNames to `EuiCommentEvent`'s children ([#6089](https://github.com/elastic/eui/pull/6089)) + ## [`62.0.1`](https://github.com/elastic/eui/tree/v62.0.1) **Bug fixes** diff --git a/upcoming_changelogs/6089.md b/upcoming_changelogs/6089.md deleted file mode 100644 index 548d0464670..00000000000 --- a/upcoming_changelogs/6089.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Restored non-Emotion classNames to `EuiCommentEvent`'s children diff --git a/upcoming_changelogs/6091.md b/upcoming_changelogs/6091.md deleted file mode 100644 index 7aeefb4e74b..00000000000 --- a/upcoming_changelogs/6091.md +++ /dev/null @@ -1,3 +0,0 @@ -- Added new React Testing Library `ByDataTestSubj` utilities for targeting EUI's `data-test-subj` attributes. These can be accessed by importing custom RTL `render` and `screen` utils from `@elastic/eui/lib/test/rtl`. - -- Added new React Testing Library EuiPopover helpers, `waitForEuiPopoverOpen` and `waitForEuiPopoverClose`