You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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))
- 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))
- 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