From 7d176a48cb994d44701d28acbf653105d2dd7f01 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Wed, 4 May 2022 09:52:45 -0700 Subject: [PATCH] Changelog --- upcoming_changelogs/5868.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upcoming_changelogs/5868.md diff --git a/upcoming_changelogs/5868.md b/upcoming_changelogs/5868.md new file mode 100644 index 00000000000..ca9b35dfabb --- /dev/null +++ b/upcoming_changelogs/5868.md @@ -0,0 +1,5 @@ +**Breaking changes** + +- Removed deprecated options for `EuiDatePicker`'s `popoverPosition` props - use `EuiPopover` values going forward +- Removed `partition` prop from EuiCharts theme configuration - use `theme.partition` instead +- Remove `data-grid-cell-id` attribute from `EuiDataGrid` cells - use separate `data-gridcell-column-id` & `data-gridcell-row-index` attributes instead