From 30c48dce4e88649aaa97af227319bf72f918a6f5 Mon Sep 17 00:00:00 2001 From: nickofthyme Date: Tue, 12 Mar 2024 14:14:26 -0700 Subject: [PATCH] chore: use correct changelog flow --- changelogs/CHANGELOG_2024.md | 10 ---------- changelogs/upcoming/7572.md | 7 +++++++ 2 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 changelogs/upcoming/7572.md diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index c33c0cce70f..056d1786d5f 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -1,13 +1,3 @@ -## [`v93.4.0`](https://github.com/elastic/eui/releases/v93.4.0) - -- Deprecated all charts theme exports in favor of `@elastic/charts` exports - -**Deprecations** - -- Deprecated `EUI_CHARTS_THEME_` in favor of `THEME_` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572)) -- Deprecated `EUI_SPARKLINE_THEME_PARTIAL` in favor of `sparkline` theme from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572)) -- Exposes temporary deprecated `LINE_ANNOTATION_DARK_THEME` to replace `EUI_CHARTS_THEME_.lineAnnotation`, instead use `lineAnnotation` styles from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572)) - ## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0) - Added new `EuiDataGrid` new prop: `cellContext`, an optional object of additional props passed to the cell render function. ([#7374](https://github.com/elastic/eui/pull/7374)) diff --git a/changelogs/upcoming/7572.md b/changelogs/upcoming/7572.md new file mode 100644 index 00000000000..7fadb5d99f5 --- /dev/null +++ b/changelogs/upcoming/7572.md @@ -0,0 +1,7 @@ +- Deprecated all charts theme exports in favor of `@elastic/charts` exports + +**Deprecations** + +- Deprecated `EUI_CHARTS_THEME_` in favor of `THEME_` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572)) +- Deprecated `EUI_SPARKLINE_THEME_PARTIAL` in favor of `sparkline` theme from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572)) +- Exposes temporary deprecated `LINE_ANNOTATION_DARK_THEME` to replace `EUI_CHARTS_THEME_.lineAnnotation`, instead use `lineAnnotation` styles from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572))