Skip to content

Commit db84690

Browse files
authored
Release: @elastic/eui v113.2.1 (#9443)
1 parent 3d1f994 commit db84690

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

packages/eui/changelogs/CHANGELOG_2026.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [`v113.2.1`](https://github.com/elastic/eui/releases/v113.2.1)
2+
3+
**Bug fixes**
4+
5+
- Fixed `mobileOptions.width` and `mobileOptions.maxWidth` props support in the EuiTableRowCell component ([#9442](https://github.com/elastic/eui/pull/9442))
6+
17
## [`v113.2.0`](https://github.com/elastic/eui/releases/v113.2.0)
28

39
- Added an optional `sticky` option to `EuiBasicTable` and `EuiInMemoryTable` actions columns. This option is currently in beta. ([#9430](https://github.com/elastic/eui/pull/9430))

packages/eui/changelogs/upcoming/9442.md

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

packages/eui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/eui",
33
"description": "Elastic UI Component Library",
4-
"version": "113.2.0",
4+
"version": "113.2.1",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"main": "lib",
77
"module": "es",

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+
"113.2.1",
34
"113.2.0",
45
"113.1.0",
56
"113.0.0",

0 commit comments

Comments
 (0)