From 2f86de7d8a18f647ab91d5b0287200c4bbdc18b8 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Thu, 28 Mar 2024 12:21:13 -0700 Subject: [PATCH] changelogs --- changelogs/upcoming/7631.md | 3 +++ changelogs/upcoming/TBD.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 changelogs/upcoming/7631.md diff --git a/changelogs/upcoming/7631.md b/changelogs/upcoming/7631.md new file mode 100644 index 000000000000..bf9ab85ec703 --- /dev/null +++ b/changelogs/upcoming/7631.md @@ -0,0 +1,3 @@ +**Deprecations** + +- DOM change: `EuiTableRowCell` now applies passed `className`s to the parent `` element, instead of to the inner cell content `
`. diff --git a/changelogs/upcoming/TBD.md b/changelogs/upcoming/TBD.md index 14e262d98d2d..4cf75777eba9 100644 --- a/changelogs/upcoming/TBD.md +++ b/changelogs/upcoming/TBD.md @@ -9,3 +9,5 @@ - `$euiTableFocusClickableColor` - Removed the following `EuiTable` Sass mixins: - `euiTableActionsBackgroundMobile` + - `euiTableCellCheckbox` + - `euiTableCell`