Skip to content

Commit 334df00

Browse files
committed
chore: update package versions [skip ci]
1 parent a46ac8d commit 334df00

File tree

15 files changed

+134
-129
lines changed

15 files changed

+134
-129
lines changed

packages/eui-theme-borealis/changelogs/CHANGELOG_2025.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
## [`v3.0.0`](https://github.com/elastic/eui/releases/v3.0.0)
2+
3+
- Added data vis text color tokens: ([#8793](https://github.com/elastic/eui/pull/8793))
4+
- `colors.vis.euiColorVisText0`
5+
- `colors.vis.euiColorVisText1`
6+
- `colors.vis.euiColorVisText2`
7+
- `colors.vis.euiColorVisText3`
8+
- `colors.vis.euiColorVisText4`
9+
- `colors.vis.euiColorVisText5`
10+
- `colors.vis.euiColorVisText6`
11+
- `colors.vis.euiColorVisText7`
12+
- `colors.vis.euiColorVisText8`
13+
- `colors.vis.euiColorVisText9`
14+
- Added semantic tokens: ([#8769](https://github.com/elastic/eui/pull/8769))
15+
- `colors.backgroundBaseInteractiveSelectHover`
16+
- `colors.borderStrongText`
17+
- Added component tokens: ([#8769](https://github.com/elastic/eui/pull/8769))
18+
- `components.dataGridRowBackground`
19+
- `components.dataGridRowBackgroundSelectHover`
20+
- `components.dataGridRowStripesBackground`
21+
- `components.dataGridRowStripesBackgroundHover`
22+
- `components.dataGridRowStripesBackgroundStriped`
23+
- `components.dataGridRowStripesBackgroundStripedHover`
24+
- `components.dataGridRowStripesBackgroundSelect`
25+
- `components.dataGridRowStripesBackgroundSelectHover`
26+
- Updated values for tokens: ([#8769](https://github.com/elastic/eui/pull/8769))
27+
- `components.tableRowBackgroundSelectedHover`
28+
- `components.tableRowInteractiveBackgroundFocus`
29+
30+
**Breaking changes**
31+
32+
- Removed tokens: ([#8793](https://github.com/elastic/eui/pull/8793))
33+
- `colors.vis.euiColorVisAsTextLight1`
34+
- `colors.vis.euiColorVisAsTextLight0`
35+
- `colors.vis.euiColorVisAsTextLight2`
36+
- `colors.vis.euiColorVisAsTextLight3`
37+
- `colors.vis.euiColorVisAsTextLight4`
38+
- `colors.vis.euiColorVisAsTextLight5`
39+
- `colors.vis.euiColorVisAsTextLight6`
40+
- `colors.vis.euiColorVisAsTextDark1`
41+
- `colors.vis.euiColorVisAsTextDark0`
42+
- `colors.vis.euiColorVisAsTextDark2`
43+
- `colors.vis.euiColorVisAsTextDark3`
44+
- `colors.vis.euiColorVisAsTextDark4`
45+
- `colors.vis.euiColorVisAsTextDark5`
46+
- `colors.vis.euiColorVisAsTextDark6`
47+
148
## [`v2.0.0`](https://github.com/elastic/eui/releases/v2.0.0)
249

350
- Added new tokens on `colors.vis`: ([#8725](https://github.com/elastic/eui/pull/8725))

packages/eui-theme-borealis/changelogs/upcoming/8769.md

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

packages/eui-theme-borealis/changelogs/upcoming/8793.md

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

packages/eui-theme-borealis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-borealis",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A visual theme for EUI",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

packages/eui-theme-common/changelogs/CHANGELOG_2025.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [`v2.0.0`](https://github.com/elastic/eui/releases/v2.0.0)
2+
3+
- Added type for tokens: ([#8793](https://github.com/elastic/eui/pull/8793))
4+
- `colors.vis.euiColorVisText0`
5+
- `colors.vis.euiColorVisText1`
6+
- `colors.vis.euiColorVisText2`
7+
- `colors.vis.euiColorVisText3`
8+
- `colors.vis.euiColorVisText4`
9+
- `colors.vis.euiColorVisText5`
10+
- `colors.vis.euiColorVisText6`
11+
- `colors.vis.euiColorVisText7`
12+
- `colors.vis.euiColorVisText8`
13+
- `colors.vis.euiColorVisText9`
14+
- Added types for ([#8769](https://github.com/elastic/eui/pull/8769))
15+
- `colors.backgroundBaseInteractiveSelectHover`
16+
- `colors.borderStrongText`
17+
- `components.dataGridRowBackground`
18+
- `components.dataGridRowBackgroundSelectHover`
19+
- `components.dataGridRowStripesBackground`
20+
- `components.dataGridRowStripesBackgroundHover`
21+
- `components.dataGridRowStripesBackgroundStriped`
22+
- `components.dataGridRowStripesBackgroundStripedHover`
23+
- `components.dataGridRowStripesBackgroundSelect`
24+
- `components.dataGridRowStripesBackgroundSelectHover`
25+
26+
**Breaking changes**
27+
28+
- Removed support for tokens: ([#8793](https://github.com/elastic/eui/pull/8793))
29+
- `colors.vis.euiColorVisAsTextLight1`
30+
- `colors.vis.euiColorVisAsTextLight0`
31+
- `colors.vis.euiColorVisAsTextLight2`
32+
- `colors.vis.euiColorVisAsTextLight3`
33+
- `colors.vis.euiColorVisAsTextLight4`
34+
- `colors.vis.euiColorVisAsTextLight5`
35+
- `colors.vis.euiColorVisAsTextLight6`
36+
- `colors.vis.euiColorVisAsTextDark1`
37+
- `colors.vis.euiColorVisAsTextDark0`
38+
- `colors.vis.euiColorVisAsTextDark2`
39+
- `colors.vis.euiColorVisAsTextDark3`
40+
- `colors.vis.euiColorVisAsTextDark4`
41+
- `colors.vis.euiColorVisAsTextDark5`
42+
- `colors.vis.euiColorVisAsTextDark6`
43+
144
## [`v1.2.1`](https://github.com/elastic/eui/releases/v1.2.1)
245

346
**Bug fixes**

packages/eui-theme-common/changelogs/upcoming/8769.md

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

packages/eui-theme-common/changelogs/upcoming/8793.md

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

packages/eui-theme-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-common",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "EUI theme common",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

packages/eui/changelogs/CHANGELOG_2025.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [`v104.0.0`](https://github.com/elastic/eui/releases/v104.0.0)
2+
3+
- Added data vis text color tokens: ([#8793](https://github.com/elastic/eui/pull/8793))
4+
- `colors.vis.euiColorVisText0`
5+
- `colors.vis.euiColorVisText1`
6+
- `colors.vis.euiColorVisText2`
7+
- `colors.vis.euiColorVisText3`
8+
- `colors.vis.euiColorVisText4`
9+
- `colors.vis.euiColorVisText5`
10+
- `colors.vis.euiColorVisText6`
11+
- `colors.vis.euiColorVisText7`
12+
- `colors.vis.euiColorVisText8`
13+
- `colors.vis.euiColorVisText9`
14+
- Updated and aligned background hover styles for `EuiTable` and `EuiDataGrid` ([#8769](https://github.com/elastic/eui/pull/8769))
15+
16+
**Deprecations**
17+
18+
- Deprecated `euiPaletteForLightBackground` and `euiPaletteForDarkBackground` palettes. Use the newly added data vis color tokens instead. ([#8793](https://github.com/elastic/eui/pull/8793))
19+
20+
**Breaking changes**
21+
22+
- Removed tokens: ([#8793](https://github.com/elastic/eui/pull/8793))
23+
- `colors.vis.euiColorVisAsTextLight1`
24+
- `colors.vis.euiColorVisAsTextLight0`
25+
- `colors.vis.euiColorVisAsTextLight2`
26+
- `colors.vis.euiColorVisAsTextLight3`
27+
- `colors.vis.euiColorVisAsTextLight4`
28+
- `colors.vis.euiColorVisAsTextLight5`
29+
- `colors.vis.euiColorVisAsTextLight6`
30+
- `colors.vis.euiColorVisAsTextDark1`
31+
- `colors.vis.euiColorVisAsTextDark0`
32+
- `colors.vis.euiColorVisAsTextDark2`
33+
- `colors.vis.euiColorVisAsTextDark3`
34+
- `colors.vis.euiColorVisAsTextDark4`
35+
- `colors.vis.euiColorVisAsTextDark5`
36+
- `colors.vis.euiColorVisAsTextDark6`
37+
- Removed `xl` size from `EuiTabs` ([#8762](https://github.com/elastic/eui/pull/8762))
38+
- Added `tooltipProps` to `EuiCopy` which replaces spreading all props to `EuiToolTip` ([#8758](https://github.com/elastic/eui/pull/8758))
39+
140
## [`v103.1.0`](https://github.com/elastic/eui/releases/v103.1.0)
241

342
- Added `onFullScreenChange` prop to `EuiDataGrid` to handle changes when the component enters or exits fullscreen mode ([#8765](https://github.com/elastic/eui/pull/8765))

packages/eui/changelogs/upcoming/8758.md

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

0 commit comments

Comments
 (0)