Skip to content

Commit 41cd18b

Browse files
committed
Updated changelog
1 parent 52ab94b commit 41cd18b

File tree

9 files changed

+16
-12
lines changed

9 files changed

+16
-12
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [`v97.3.0`](https://github.com/elastic/eui/releases/v97.3.0)
2+
3+
- `EuiDataGrid` now supports a new `toolbarVisibility.showDisplaySelector.customRender` function that allows completely customizing the rendering of the display selector popover ([#8080](https://github.com/elastic/eui/pull/8080))
4+
- `EuiDataGrid`'s row height/lines per row setting has been streamlined in both UI and UX ([#8080](https://github.com/elastic/eui/pull/8080))
5+
- `EuiDataGrid` now accepts consumer-passed display setting updates even after users have changed their display preferences via UI ([#8080](https://github.com/elastic/eui/pull/8080))
6+
- Updated `EuiDataGrid` to vertically center all `toolbarVisibility.additionalControls` nodes ([#8085](https://github.com/elastic/eui/pull/8085))
7+
- Updated `EuiDataGrid` with a beta `rowHeightsOptions.autoBelowLineCount` feature flag ([#8096](https://github.com/elastic/eui/pull/8096))
8+
- Updated `EuiContextMenuPanel` to allow disabling initial focus via `initialFocusedItemIndex={-1}` ([#8101](https://github.com/elastic/eui/pull/8101))
9+
10+
**Bug fixes**
11+
12+
- Fixed `EuiComment`'s typing to correctly reflect all accepted props ([#8089](https://github.com/elastic/eui/pull/8089))
13+
- Fixed `EuiSelectableTemplateSitewide`s within dark-themed `EuiHeader`s missing input borders ([#8100](https://github.com/elastic/eui/pull/8100))
14+
115
## [`v97.2.0`](https://github.com/elastic/eui/releases/v97.2.0)
216

317
- Updated `EuiHeaderLinks` with a new `xxs` gutter size ([#8079](https://github.com/elastic/eui/pull/8079))

packages/eui/changelogs/upcoming/8080.md

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

packages/eui/changelogs/upcoming/8085.md

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

packages/eui/changelogs/upcoming/8089.md

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

packages/eui/changelogs/upcoming/8096.md

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

packages/eui/changelogs/upcoming/8100.md

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

packages/eui/changelogs/upcoming/8101.md

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

packages/eui/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+
"97.3.0",
34
"97.2.0",
45
"97.1.0",
56
"97.0.0",

packages/website/static/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"97.3.0",
34
"97.2.0",
45
"97.1.0",
56
"97.0.0",

0 commit comments

Comments
 (0)