diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index 23e33beb2fc..c33c0cce70f 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -1,5 +1,11 @@ -- Deprecates `EUI_CHARTS_THEME_` in favor of `THEME_` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572)) -- Deprecates `EUI_SPARKLINE_THEME_PARTIAL` in favor of `sparkline` theme from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572)) +## [`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)