Skip to content

Commit d164716

Browse files
committed
31.3.0
1 parent 8eff75d commit d164716

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [`master`](https://github.com/elastic/eui/tree/master)
22

3+
No public interface changes since `31.3.0`.
4+
5+
## [`31.3.0`](https://github.com/elastic/eui/tree/v31.3.0)
6+
37
- Added a `size` prop to `EuiContextMenu` and added a smaller size ([#4409](https://github.com/elastic/eui/pull/4409))
48
- Added a `textSize` prop to `EuiHealth` ([#4420](https://github.com/elastic/eui/pull/4420))
59
- Removed selected item of `EuiSelect` when `hasNoInitialSelection=true` and value reset to `undefined` ([#4428](https://github.com/elastic/eui/pull/4428))

package.json

+1-1
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": "31.2.0",
4+
"version": "31.3.0",
55
"license": "Apache-2.0",
66
"main": "lib",
77
"module": "es",

0 commit comments

Comments
 (0)