Skip to content

Commit bc35a15

Browse files
committed
Updated changelog
1 parent 458526b commit bc35a15

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [`v97.3.1`](https://github.com/elastic/eui/releases/v97.3.1)
2+
3+
**Bug fixes**
4+
5+
- Fixed an `EuiComboBox` bug where Enter keypresses were not working correctly on selection clear buttons ([#8105](https://github.com/elastic/eui/pull/8105))
6+
- Fixed an `EuiSuperDatePicker` bug where inputs would overflow out of smaller widths instead of truncating ([#8109](https://github.com/elastic/eui/pull/8109))
7+
- Fixed a bug with `EuiPageHeader`'s `rightSideItems` responsiveness where single items could overflow past the intended max width ([#8110](https://github.com/elastic/eui/pull/8110))
8+
19
## [`v97.3.0`](https://github.com/elastic/eui/releases/v97.3.0)
210

311
- `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))

packages/eui/changelogs/upcoming/8105.md

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

packages/eui/changelogs/upcoming/8109.md

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

packages/eui/changelogs/upcoming/8110.md

Lines changed: 0 additions & 3 deletions
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.1",
34
"97.3.0",
45
"97.2.0",
56
"97.1.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.1",
34
"97.3.0",
45
"97.2.0",
56
"97.1.0",

0 commit comments

Comments
 (0)