Skip to content

Commit

Permalink
chore: use correct changelog flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Mar 12, 2024
1 parent 3629eff commit 30c48dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 0 additions & 10 deletions changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -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_<DARK|LIGHT>` in favor of `THEME_<DARK|LIGHT>` 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_<DARK|LIGHT>.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))
Expand Down
7 changes: 7 additions & 0 deletions changelogs/upcoming/7572.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Deprecated all charts theme exports in favor of `@elastic/charts` exports

**Deprecations**

- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of `THEME_<DARK|LIGHT>` 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_<DARK|LIGHT>.lineAnnotation`, instead use `lineAnnotation` styles from the kibana `charts` plugin `theme` service. ([#7572](https://github.com/elastic/eui/pull/7572))

0 comments on commit 30c48dc

Please sign in to comment.