We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9637c commit b4f011eCopy full SHA for b4f011e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [`master`](https://github.com/elastic/eui/tree/master)
2
3
+No public interface changes since `31.5.0`.
4
+
5
+## [`31.5.0`](https://github.com/elastic/eui/tree/v31.5.0)
6
7
- Added `isLoading` prop and added `EuiOverlayMask` directly to `EuiConfirmModal` ([#4421](https://github.com/elastic/eui/pull/4421))
8
- Added `wrapWithTableRow` to remove `<tr>` in `EuiTableHeader`([#4465](https://github.com/elastic/eui/pull/4465))
9
package.json
@@ -1,7 +1,7 @@
{
"name": "@elastic/eui",
"description": "Elastic UI Component Library",
- "version": "31.4.0",
+ "version": "31.5.0",
"license": "Apache-2.0",
"main": "lib",
"module": "es",
0 commit comments