|
| 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 | + |
1 | 34 | ## [`v100.0.0`](https://github.com/elastic/eui/releases/v100.0.0)
|
2 | 35 |
|
3 | 36 | - 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))
|
|
0 commit comments