Skip to content

Commit 1097ae4

Browse files
committed
Updated changelog
1 parent fa29a53 commit 1097ae4

File tree

8 files changed

+24
-26
lines changed

8 files changed

+24
-26
lines changed

changelogs/CHANGELOG_2024.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [`v94.3.0`](https://github.com/elastic/eui/releases/v94.3.0)
2+
3+
- Updated `launch` glyph for `EuiIcon` ([#7670](https://github.com/elastic/eui/pull/7670))
4+
- Updated `EuiComboBox`'s `options` to support including tooltip details for selectable options. Use `toolTipContent` to render tooltip information, and `toolTipProps` to optionally customize the tooltip rendering behavior ([#7700](https://github.com/elastic/eui/pull/7700))
5+
- Added a new, optional `optionMatcher` prop to `EuiSelectable` and `EuiComboBox` allowing passing a custom option matcher function to these components and controlling option filtering for given search string ([#7709](https://github.com/elastic/eui/pull/7709))
6+
- Updated the following existing glyphs in `EuiIcon`: ([#7727](https://github.com/elastic/eui/pull/7727))
7+
- `error` (now an outlined version instead of filled)
8+
- `tokenMetricCounter`
9+
- `tokenMetricGauge`
10+
- Added the following new glyphs to `EuiIcon`: ([#7727](https://github.com/elastic/eui/pull/7727))
11+
- `tokenDimension`
12+
- `clickLeft`
13+
- `clickRight`
14+
- `clockCounter`
15+
- `errorFilled` (the previous `error` glyph design)
16+
- `warningFilled`
17+
18+
**Bug fixes**
19+
20+
- Fixed a visual layout bug for `EuiComboBox` with `isLoading` in mobile views ([#7700](https://github.com/elastic/eui/pull/7700))
21+
- Fixed missing styles on header cells of `EuiDataGrid` that prevented content text alignment styles to apply ([#7720](https://github.com/elastic/eui/pull/7720))
22+
- Fixed `EuiFlexGroup` and `EuiFlexItem` `ref` prop typing to support refs of the same type as the passed `component` type and allow `displayName` to be defined for easy component naming when using component wrappers like `styled()` ([#7724](https://github.com/elastic/eui/pull/7724))
23+
124
## [`v94.2.1`](https://github.com/elastic/eui/releases/v94.2.1)
225

326
**Bug fixes**

changelogs/upcoming/7670.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/upcoming/7700.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelogs/upcoming/7709.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/upcoming/7720.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/upcoming/7724.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/upcoming/7727.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"94.3.0",
34
"94.2.1",
45
"94.2.0",
56
"94.1.0",

0 commit comments

Comments
 (0)