diff --git a/changelogs/upcoming/7488.md b/changelogs/upcoming/7488.md new file mode 100644 index 000000000000..f5daa51b6ea7 --- /dev/null +++ b/changelogs/upcoming/7488.md @@ -0,0 +1,4 @@ +**Breaking changes** + +- Removed deprecated `anchorClassName` prop from `EuiPopover`. Use `className` instead +- Removed deprecated `buttonRef` prop from `EuiPopover`. Use `popoverRef` instead diff --git a/src/components/popover/__snapshots__/popover.test.tsx.snap b/src/components/popover/__snapshots__/popover.test.tsx.snap index deca2e9f23e2..a70b798c366d 100644 --- a/src/components/popover/__snapshots__/popover.test.tsx.snap +++ b/src/components/popover/__snapshots__/popover.test.tsx.snap @@ -19,19 +19,10 @@ exports[`EuiPopover is rendered 1`] = ` `; -exports[`EuiPopover props anchorClassName is rendered 1`] = ` -
-
-`; - exports[`EuiPopover props anchorPosition defaults to centerDown 1`] = `
@@ -40,7 +31,7 @@ exports[`EuiPopover props anchorPosition defaults to centerDown 1`] = ` exports[`EuiPopover props anchorPosition downRight is rendered 1`] = `
@@ -49,7 +40,7 @@ exports[`EuiPopover props anchorPosition downRight is rendered 1`] = ` exports[`EuiPopover props anchorPosition leftCenter is rendered 1`] = `
@@ -59,7 +50,7 @@ exports[`EuiPopover props arrowChildren is rendered 1`] = `
@@ -279,7 +270,7 @@ exports[`EuiPopover props isOpen renders true 1`] = `