Skip to content

Commit efaca4f

Browse files
authored
Merge branch 'main' into disable-inputs
2 parents c018c1c + cea7326 commit efaca4f

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

packages/eui/changelogs/CHANGELOG_2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [`v99.1.0`](https://github.com/elastic/eui/releases/v99.1.0)
2+
3+
- Updated `EuiColorPalettePicker` - adds `append` to `EuiColorPalettePickerPaletteProps` to support appending custom content to the title ([#8208](https://github.com/elastic/eui/pull/8208))
4+
- Updated font-weight and font-size of `EuiBetaBadge`s to improve legibility ([#8255](https://github.com/elastic/eui/pull/8255))
5+
- Added suppport for `titleColor` variant `warning` on `EuiStat` ([#8278](https://github.com/elastic/eui/pull/8278))
6+
17
## [`v99.0.0`](https://github.com/elastic/eui/releases/v99.0.0)
28

39
- Added two new icons: `createGenericJob` and `createGeoJob` ([#8248](https://github.com/elastic/eui/pull/8248))

packages/eui/changelogs/upcoming/8208.md

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

packages/eui/changelogs/upcoming/8255.md

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

packages/eui/changelogs/upcoming/8278.md

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

packages/eui/i18ntokens.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6521,14 +6521,14 @@
65216521
"highlighting": "string",
65226522
"loc": {
65236523
"start": {
6524-
"line": 94,
6524+
"line": 95,
65256525
"column": 32,
6526-
"index": 2304
6526+
"index": 2317
65276527
},
65286528
"end": {
6529-
"line": 97,
6529+
"line": 98,
65306530
"column": 3,
6531-
"index": 2373
6531+
"index": 2386
65326532
}
65336533
},
65346534
"filepath": "src/components/stat/stat.tsx"

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": "99.0.0",
4+
"version": "99.1.0",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"main": "lib",
77
"module": "es",

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+
"99.1.0",
34
"99.0.0",
45
"98.2.1",
56
"98.2.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+
"99.1.0",
34
"99.0.0",
45
"98.2.1",
56
"98.2.0",

0 commit comments

Comments
 (0)