Skip to content

Commit 46c7b45

Browse files
authored
Release: @elastic/eui v113.0.0, @elastic/eui-theme-borealis v6.0.0, @elastic/eui-theme-common v8.0.0, @elastic/eslint-plugin-eui v2.9.0, @elastic/eui-docusaurus-theme v2.3.0 (#9387)
1 parent 7d60403 commit 46c7b45

26 files changed

Lines changed: 68 additions & 68 deletions

File tree

packages/docusaurus-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "~5.5.4"
2121
},
2222
"peerDependencies": {
23-
"@elastic/eui-docusaurus-theme": "^2.2.0",
23+
"@elastic/eui-docusaurus-theme": "^2.3.0",
2424
"react": "^18.0.0 || ^19.0.0",
2525
"react-dom": "^18.0.0 || ^19.0.0"
2626
}

packages/docusaurus-theme/changelogs/CHANGELOG_2026.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [`v2.3.0`](https://github.com/elastic/eui/releases/v2.3.0)
2+
3+
- Added `versionsUrl` prop to `VersionSwitcher` component to fetch the versions list at runtime from the main deployment, ensuring all released versions are always visible in the version switcher ([#9363](https://github.com/elastic/eui/pull/9363))
4+
15
## [`v2.2.0`](https://github.com/elastic/eui/releases/v2.2.0)
26

37
- Added `extraFiles` prop to the `Demo` component. It allows to pass extra files that will be added to the Codesandbox instance. ([#9317](https://github.com/elastic/eui/pull/9317))

packages/docusaurus-theme/changelogs/upcoming/9363.md

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

packages/docusaurus-theme/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-docusaurus-theme",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "EUI theme for Docusaurus",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

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.9.0`](https://github.com/elastic/eui/releases/v2.9.0)
2+
3+
- Prevented `badge-accessibility-rules` rule autofix from duplicating `aria-hidden` attributes. ([#9366](https://github.com/elastic/eui/pull/9366))
4+
- Skip `badge-accessibility-rules` rule validation when a spread operator is used in a component. ([#9366](https://github.com/elastic/eui/pull/9366))
5+
16
## [`v2.8.0`](https://github.com/elastic/eui/releases/v2.8.0)
27

38
- Added new `icon-accessibility-rules` rule. ([#9357](https://github.com/elastic/eui/pull/9357))

packages/eslint-plugin/changelogs/upcoming/9366.md

Lines changed: 0 additions & 2 deletions
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.8.0",
3+
"version": "2.9.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [`v6.0.0`](https://github.com/elastic/eui/releases/v6.0.0)
2+
3+
- Added `textInk` and `textGhost` color tokens for text and icon colors that should always remain dark or light regardless of color mode. ([#9379](https://github.com/elastic/eui/pull/9379))
4+
5+
**Breaking changes**
6+
7+
- Removed `ink` and `ghost` theme tokens. Use `textInk` / `textGhost` for text and icon colors or `plainDark` /`plainLight` for non-text use cases. ([#9379](https://github.com/elastic/eui/pull/9379))
8+
- Removed `components.superDatePickerBackgroundSuccees` token ([#9305](https://github.com/elastic/eui/pull/9305))
9+
110
## [`v5.4.0`](https://github.com/elastic/eui/releases/v5.4.0)
211

312
- Updated `badgeBackground` color token value to equal `backgroundFilledText` ([#9306](https://github.com/elastic/eui/pull/9306))

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

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

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

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

0 commit comments

Comments
 (0)