Skip to content

Commit 5e9b17e

Browse files
committed
chore: update package versions [skip ci]
1 parent ff11e73 commit 5e9b17e

File tree

7 files changed

+34
-30
lines changed

7 files changed

+34
-30
lines changed

packages/eui/changelogs/CHANGELOG_2025.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## [`v101.0.0`](https://github.com/elastic/eui/releases/v101.0.0)
2+
3+
- Updated `EuiProvider` and `EuiThemeProvider` with a new `highContrastMode` ([#8444](https://github.com/elastic/eui/pull/8444))
4+
- This prop allows toggling a higher contrast visual style that primarily affects borders and shadows
5+
- On `EuiProvider`, if the `highContrastMode` prop is not passed, this setting will inherit from the user's OS/system settings
6+
- If the user is using a forced colors mode (e.g. Windows' high contrast themes), this system setting will take precedence over any `highContrastMode` or `colorMode` props passed
7+
- Added `highContrastModeStyles` and `preventForcedColors` styling utils ([#8444](https://github.com/elastic/eui/pull/8444))
8+
- Updated `EuiRangeTooltip` to be easier to see in dark mode ([#8444](https://github.com/elastic/eui/pull/8444))
9+
- Updated some deprecated color token usages that have direct substitutes ([#8444](https://github.com/elastic/eui/pull/8444))
10+
- `text` -> `textParagraph`
11+
- `title` -> `textHeading`
12+
- `subduedText` -> `textSubdued`
13+
- `disabledText` -> `textDisabled`
14+
- `accentText` -> `textAccent`
15+
- `dangerText` -> `textDanger`
16+
- `warningText` -> `textWarning`
17+
- `useEuiShadow()` now accepts a second `options` argument ([#8234](https://github.com/elastic/eui/pull/8234))
18+
- `useEuiShadowFlat()` now accepts an `options` object instead of only a color ([#8234](https://github.com/elastic/eui/pull/8234))
19+
- Updated `EuiPopover` and `EuiToolTip` to be easier to see in dark mode. ([#8174](https://github.com/elastic/eui/pull/8174))
20+
21+
**Bug fixes**
22+
23+
- Fixed a visual bug where a transparent border would create visible empty space (`LIGHT` mode only) for the components: ([#8427](https://github.com/elastic/eui/pull/8427))
24+
- `EuiPanel`
25+
- `EuiPopover`
26+
- `EuiToolTip`
27+
- `EuiToast`
28+
- `EuiTour`
29+
30+
**Breaking changes**
31+
32+
- Removed `EuiLoadingChart` non-mono version, removed `mono` prop ([#8441](https://github.com/elastic/eui/pull/8441))
33+
134
## [`v100.0.0`](https://github.com/elastic/eui/releases/v100.0.0)
235

336
- Added new "Borealis" theme as `@elastic/eui-theme-borealis` package ([#8030](https://github.com/elastic/eui/pull/8030)) ([#8386](https://github.com/elastic/eui/pull/8386))

packages/eui/changelogs/upcoming/8174.md

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

packages/eui/changelogs/upcoming/8234.md

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

packages/eui/changelogs/upcoming/8427.md

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

packages/eui/changelogs/upcoming/8441.md

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

packages/eui/changelogs/upcoming/8444.md

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

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

0 commit comments

Comments
 (0)