Skip to content

Commit 97ef63c

Browse files
committed
Updated changelog
1 parent ce5ae2f commit 97ef63c

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

packages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [`v95.9.0`](https://github.com/elastic/eui/releases/v95.9.0)
2+
3+
- Updated `EuiSearchBar`'s optional `box.schema` prop with a new `recognizedFields` configuration. This allows specifying the phrases that will be parsed as field clauses ([#7960](https://github.com/elastic/eui/pull/7960))
4+
- Updated `EuiIcon` with a new `tokenSemanticText` glyph ([#7971](https://github.com/elastic/eui/pull/7971))
5+
- Added support for TypeScript 5 ([#7980](https://github.com/elastic/eui/pull/7980))
6+
7+
**Bug fixes**
8+
9+
- Fixed `EuiSelectableTemplateSitewide` styles when used within a dark-themed `EuiHeader` ([#7977](https://github.com/elastic/eui/pull/7977))
10+
111
## [`v95.8.0`](https://github.com/elastic/eui/releases/v95.8.0)
212

313
- Updated `EuiHeaderLinks`'s mobile menu to set a slight popover padding by default ([#7961](https://github.com/elastic/eui/pull/7961))

packages/eui/changelogs/upcoming/7960.md

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

packages/eui/changelogs/upcoming/7971.md

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

packages/eui/changelogs/upcoming/7977.md

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

packages/eui/changelogs/upcoming/7980.md

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

packages/eui/src-docs/src/components/guide_page/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"95.9.0",
34
"95.8.0",
45
"95.7.0",
56
"95.6.0",

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+
"95.9.0",
34
"95.8.0",
45
"95.7.0",
56
"95.6.0",

0 commit comments

Comments
 (0)