Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Nov 6, 2024
1 parent 458526b commit bc35a15
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/eui/changelogs/CHANGELOG_2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [`v97.3.1`](https://github.com/elastic/eui/releases/v97.3.1)

**Bug fixes**

- Fixed an `EuiComboBox` bug where Enter keypresses were not working correctly on selection clear buttons ([#8105](https://github.com/elastic/eui/pull/8105))
- Fixed an `EuiSuperDatePicker` bug where inputs would overflow out of smaller widths instead of truncating ([#8109](https://github.com/elastic/eui/pull/8109))
- 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))

## [`v97.3.0`](https://github.com/elastic/eui/releases/v97.3.0)

- `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))
Expand Down
3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/8105.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/8109.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/eui/changelogs/upcoming/8110.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"97.3.1",
"97.3.0",
"97.2.0",
"97.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/website/static/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"euiVersions": [
"97.3.1",
"97.3.0",
"97.2.0",
"97.1.0",
Expand Down

0 comments on commit bc35a15

Please sign in to comment.