Skip to content

Commit 6d7df5b

Browse files
committed
chore: update package versions [skip ci]
1 parent 8e67c21 commit 6d7df5b

File tree

18 files changed

+34
-31
lines changed

18 files changed

+34
-31
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [`v0.2.0`](https://github.com/elastic/eui/releases/v0.2.0)
2+
3+
- Updated component tokens to use `computed` values to ensure correct inheritance from theme overrides ([#8558](https://github.com/elastic/eui/pull/8558))
4+
- Added `overrides.HCM` to `euiThemeBorealis` to support theme internal overrides ([#8558](https://github.com/elastic/eui/pull/8558))
5+
- Updated `border.radius.medium` token value to `4px` ([#8563](https://github.com/elastic/eui/pull/8563))
6+
17
## [`v0.1.0`](https://github.com/elastic/eui/releases/v0.1.0)
28

39
- Added new component tokens: ([#8444](https://github.com/elastic/eui/pull/8444))

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

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

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

Lines changed: 0 additions & 2 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": "0.1.0",
3+
"version": "0.2.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [`v0.2.0`](https://github.com/elastic/eui/releases/v0.2.0)
2+
3+
- Added support for theme `overrides` as optional part of `EuiThemeShape` ([#8558](https://github.com/elastic/eui/pull/8558))
4+
- Updated `getComputed` to support high contrast mode overrides defined on `overrides.HCM` ([#8558](https://github.com/elastic/eui/pull/8558))
5+
16
## [`v0.1.0`](https://github.com/elastic/eui/releases/v0.1.0)
27

38
- Removed type `EuiShadowCustomColor` ([#8444](https://github.com/elastic/eui/pull/8444))

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

Lines changed: 0 additions & 3 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": "0.1.0",
3+
"version": "0.2.0",
44
"description": "EUI theme common",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

packages/eui/changelogs/CHANGELOG_2025.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [`v101.4.0`](https://github.com/elastic/eui/releases/v101.4.0)
2+
3+
- Spread `labelProps` to the `label` element in `EuiCheckableCard` ([#8586](https://github.com/elastic/eui/pull/8586))
4+
- Add `controls`, `flask`, `comment`, and `readOnly` glyphs to `EuiIcon` ([#8580](https://github.com/elastic/eui/pull/8580))
5+
- Refactored `EuiExpression`, `EuiFacetGroup`, `EuiFacetButton`, `EuiFilterGroup`, `EuiHeader`, `EuiImage` and `EuiListGroup` to memoize their internal Emotion styles ([#8565](https://github.com/elastic/eui/pull/8565))
6+
- Updated global `border.radius.medium` token value for default `Borealis` theme to `4px` ([#8563](https://github.com/elastic/eui/pull/8563))
7+
- Updated `EuiProvider` to build themes including `highContrastMode` ([#8558](https://github.com/elastic/eui/pull/8558))
8+
9+
**Accessibility**
10+
11+
- Removed the `aria-label` attribute from the `ul` element in `EuiPagination` to avoid duplicate screen reader output ([#8597](https://github.com/elastic/eui/pull/8597))
12+
- Set a more specific `aria-current="page"` on list items in `EuiPagination` ([#8597](https://github.com/elastic/eui/pull/8597))
13+
- Added `aria-modal` to `EuiFlyout` with `type="overlay"` ([#8591](https://github.com/elastic/eui/pull/8591))
14+
15+
**Dependency updates**
16+
17+
- Updated `@elastic/prismjs-esql` to v1.1.0 ([#8587](https://github.com/elastic/eui/pull/8587))
18+
119
## [`v101.3.0`](https://github.com/elastic/eui/releases/v101.3.0)
220

321
- Updated 78 existing and added two new glyphs (`code` and `checkCircle`) for `EuiIcon` ([#8530](https://github.com/elastic/eui/pull/8530))

packages/eui/changelogs/upcoming/8558.md

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

packages/eui/changelogs/upcoming/8563.md

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

0 commit comments

Comments
 (0)