Skip to content

Commit 0380980

Browse files
authored
Release: @elastic/eui v112.3.0, @elastic/eslint-plugin-eui v2.8.0 (#9367)
1 parent b248e96 commit 0380980

13 files changed

Lines changed: 20 additions & 12 deletions

File tree

β€Žpackages/eslint-plugin/changelogs/CHANGELOG_2026.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [`v2.8.0`](https://github.com/elastic/eui/releases/v2.8.0)
2+
3+
- Added new `icon-accessibility-rules` rule. ([#9357](https://github.com/elastic/eui/pull/9357))
4+
- Added new `badge-accessibility-rules` rule. ([#9354](https://github.com/elastic/eui/pull/9354))
5+
16
## [`v2.7.0`](https://github.com/elastic/eui/releases/v2.7.0)
27

38
- Added `no-static-z-index` rule ([#9236](https://github.com/elastic/eui/pull/9236))

β€Žpackages/eslint-plugin/changelogs/upcoming/9354.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/eslint-plugin/changelogs/upcoming/9357.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/eslint-plugin/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eslint-plugin-eui",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

β€Žpackages/eui/changelogs/CHANGELOG_2026.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [`v112.3.0`](https://github.com/elastic/eui/releases/v112.3.0)
2+
3+
- Added new `server` icon. ([#9355](https://github.com/elastic/eui/pull/9355))
4+
- Added `className` support to `EuiMarkdownEditor`'s `toolbarProps` for custom toolbar styling ([#9349](https://github.com/elastic/eui/pull/9349))
5+
- Updated `EuiFilePicker` to use the `upload` icon to better indicate uploads. ([#9351](https://github.com/elastic/eui/pull/9351))
6+
- Exported the flyout system store singleton and added an event observer for emitting close session events ([#9347](https://github.com/elastic/eui/pull/9347))
7+
- Updated `EuiIcon` to use standard dynamic imports for icon assets, enabling native support for modern bundlers (Rollup, Parcel) and improving initial load performance ([#9342](https://github.com/elastic/eui/pull/9342))
8+
9+
**Bug fixes**
10+
11+
- Fixed a potential crash in the flyout system: due to asynchronous state updates and React's batching behavior, it was possible to experience a crash when closing a managed flyout. ([#9356](https://github.com/elastic/eui/pull/9356))
12+
113
## [`v112.2.0`](https://github.com/elastic/eui/releases/v112.2.0)
214

315
- Updated `documents` `timelineWithArrow` `indexOpen` `indexClose` `indexEdit` `indexRuntime` `indexSettings` `folderOpen` `folderClose` `kubernetesPod` `pagesSelect` `section` `workflow` glyph icons ([#9339](https://github.com/elastic/eui/pull/9339))

β€Žpackages/eui/changelogs/upcoming/9342.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/eui/changelogs/upcoming/9347.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/eui/changelogs/upcoming/9349.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/eui/changelogs/upcoming/9351.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žpackages/eui/changelogs/upcoming/9355.mdβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)