From 25f47e7c6361c41e66d46e987397954a2bd2fee5 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Fri, 7 Jul 2023 15:50:05 -0700 Subject: [PATCH] changelog --- upcoming_changelogs/6923.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 upcoming_changelogs/6923.md diff --git a/upcoming_changelogs/6923.md b/upcoming_changelogs/6923.md new file mode 100644 index 000000000000..e78ffcbf2333 --- /dev/null +++ b/upcoming_changelogs/6923.md @@ -0,0 +1 @@ +- Added beta `componentDefaults` prop to `EuiProvider`, which will allow configuring certain default props globally. This list of components and defaults is still under consideration.