Skip to content

Commit f68a4d2

Browse files
committed
Updated changelog
1 parent c03bf79 commit f68a4d2

File tree

11 files changed

+26
-25
lines changed

11 files changed

+26
-25
lines changed

changelogs/CHANGELOG_2024.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [`v93.4.0`](https://github.com/elastic/eui/releases/v93.4.0)
2+
3+
- Added the following properties to `EuiButtonGroup`'s `options` configs: `toolTipContent`, `toolTipProps`, and `title`. These new properties allow wrapping buttons in `EuiToolTips`, and additionally customizing or disabling the native browser `title` tooltip. ([#7461](https://github.com/elastic/eui/pull/7461))
4+
- Enhanced `EuiResizeObserver` and `useResizeObserver`'s performance to not trigger page reflows on resize event ([#7575](https://github.com/elastic/eui/pull/7575))
5+
- Updated `EuiSuperUpdateButton` to support custom button text via an optional `children` prop ([#7576](https://github.com/elastic/eui/pull/7576))
6+
7+
**Bug fixes**
8+
9+
- Fixed `EuiFlyout` to not repeatedly remove/add a body class on resize ([#7462](https://github.com/elastic/eui/pull/7462))
10+
- Fixed `EuiToast` title text to wrap instead of overflowing out of the container ([#7568](https://github.com/elastic/eui/pull/7568))
11+
- Fixed a visual bug with `EuiHeaderBreadcrumbs` with popovers ([#7580](https://github.com/elastic/eui/pull/7580))
12+
13+
**Deprecations**
14+
15+
- Deprecated `euiPalettePositive` and `euiPaletteNegative` in favour of a more culturally inclusive `euiPaletteGreen` and `euiPaletteRed` ([#7570](https://github.com/elastic/eui/pull/7570))
16+
- Deprecated all charts theme exports in favor of `@elastic/charts` exports: ([#7572](https://github.com/elastic/eui/pull/7572))
17+
- Deprecated `EUI_CHARTS_THEME_<DARK|LIGHT>` in favor of `<DARK|LIGHT>_THEME` from `@elastic/charts`. ([#7572](https://github.com/elastic/eui/pull/7572))
18+
- Deprecated `EUI_SPARKLINE_THEME_PARTIAL` in favor of `useSparklineOverrides` theme from the kibana `charts` plugin `theme` service.
19+
20+
**Accessibility**
21+
22+
- Updated `EuiModal` to set an `aria-modal` attribute and a default `dialog` role ([#7564](https://github.com/elastic/eui/pull/7564))
23+
- Updated `EuiConfirmModal` to set a default `alertdialog` role ([#7564](https://github.com/elastic/eui/pull/7564))
24+
- Fixed `EuiModal` and `EuiConfirmModal` to properly trap Safari+VoiceOver's virtual cursor ([#7564](https://github.com/elastic/eui/pull/7564))
25+
126
## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0)
227

328
- 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/7461.md

-1
This file was deleted.

changelogs/upcoming/7462.md

-3
This file was deleted.

changelogs/upcoming/7564.md

-5
This file was deleted.

changelogs/upcoming/7568.md

-3
This file was deleted.

changelogs/upcoming/7570.md

-3
This file was deleted.

changelogs/upcoming/7572.md

-5
This file was deleted.

changelogs/upcoming/7575.md

-1
This file was deleted.

changelogs/upcoming/7576.md

-1
This file was deleted.

changelogs/upcoming/7580.md

-3
This file was deleted.

src-docs/src/components/guide_page/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"93.4.0",
34
"93.3.0",
45
"93.2.0",
56
"93.1.1",

0 commit comments

Comments
 (0)