Skip to content

Commit 30c48dc

Browse files
committed
chore: use correct changelog flow
1 parent 3629eff commit 30c48dc

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

changelogs/CHANGELOG_2024.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
## [`v93.4.0`](https://github.com/elastic/eui/releases/v93.4.0)
2-
3-
- Deprecated all charts theme exports in favor of `@elastic/charts` exports
4-
5-
**Deprecations**
6-
7-
- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of `THEME_<DARK|LIGHT>` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572))
8-
- 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))
9-
- Exposes temporary deprecated `LINE_ANNOTATION_DARK_THEME` to replace `EUI_CHARTS_THEME_<DARK|LIGHT>.lineAnnotation`, instead use `lineAnnotation` styles from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572))
10-
111
## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0)
122

133
- 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))

changelogs/upcoming/7572.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Deprecated all charts theme exports in favor of `@elastic/charts` exports
2+
3+
**Deprecations**
4+
5+
- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of `THEME_<DARK|LIGHT>` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572))
6+
- 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))
7+
- Exposes temporary deprecated `LINE_ANNOTATION_DARK_THEME` to replace `EUI_CHARTS_THEME_<DARK|LIGHT>.lineAnnotation`, instead use `lineAnnotation` styles from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572))

0 commit comments

Comments
 (0)