diff --git a/CHANGELOG.md b/CHANGELOG.md index aa939384164..f8f2db17147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ No public interface changes since `11.3.0`. - Removed TSlint and will perform all linting through ESLint ([#1950](https://github.com/elastic/eui/pull/1950)) - Added new component `EuiDelayRender` ([#1876](https://github.com/elastic/eui/pull/1876)) - Replaced `EuiColorPicker` with custom, customizable component ([#1914](https://github.com/elastic/eui/pull/1914)) +- Added a logger based on `Aria Live Region` to `EuiGlobalToastList` ([#1958](https://github.com/elastic/eui/pull/1958)) - Added `jsx-a11y` `eslint` plugin and rules to match Kibana ([#1952](https://github.com/elastic/eui/pull/1952)) - Changed `EuiCopy` `beforeMessage` prop to accept `node` instead of just `string` ([#1952](https://github.com/elastic/eui/pull/1952)) diff --git a/src/components/toast/__snapshots__/global_toast_list.test.js.snap b/src/components/toast/__snapshots__/global_toast_list.test.js.snap deleted file mode 100644 index 9e229edf0a5..00000000000 --- a/src/components/toast/__snapshots__/global_toast_list.test.js.snap +++ /dev/null @@ -1,122 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`EuiGlobalToastList is rendered 1`] = ` -
-`; - -exports[`EuiGlobalToastList props toasts is rendered 1`] = ` -- A new notification appears -
-- A new notification appears -
-
-
-
-
-
-
-
- A new notification appears -
+
{this.state.lastRenderedForScreenReaderToast.title}
+
-