Skip to content

Commit d84fa9d

Browse files
committed
Updated changelog
1 parent 2db981d commit d84fa9d

File tree

16 files changed

+40
-45
lines changed

16 files changed

+40
-45
lines changed

β€ŽCHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [`91.0.0`](https://github.com/elastic/eui/tree/v91.0.0)
2+
3+
- Updated the background color of `EuiPopover`s in dark mode to increase visibility & contrast against other page/panel backgrounds ([#7310](https://github.com/elastic/eui/pull/7310))
4+
- Memoized `EuiDataGrid` to prevent unneeded re-renders ([#7324](https://github.com/elastic/eui/pull/7324))
5+
- Added a configurable `role` prop to `EuiAccordion` ([#7326](https://github.com/elastic/eui/pull/7326))
6+
- Added a configurable `role` prop to `EuiGlobalToastList` ([#7328](https://github.com/elastic/eui/pull/7328))
7+
- For greater flexibility, `EuiSuperDatePicker` now allows users to paste ISO 8601, RFC 2822, and Unix timestamps in the `Absolute` tab input, in addition to timestamps in the `dateFormat` prop ([#7331](https://github.com/elastic/eui/pull/7331))
8+
- Plain text `EuiComboBox`es now behave more like a normal text field/input. Backspacing will no longer delete the entire value, and selected values can now be double clicked and copied. ([#7332](https://github.com/elastic/eui/pull/7332))
9+
- `EuiDataGrid`'s display settings popover now allows users to clear the "Lines per row" input before typing in a new number ([#7338](https://github.com/elastic/eui/pull/7338))
10+
- Improved the UX of `EuiSuperDatePicker`'s Absolute tab for users manually typing in timestamps ([#7341](https://github.com/elastic/eui/pull/7341))
11+
- Updated `Eui18n`s with multiple `tokens` to accept dynamic `values` ([#7341](https://github.com/elastic/eui/pull/7341))
12+
13+
**Bug fixes**
14+
15+
- Fixed `EuiComboBox`'s `onSearchChange` callback to pass the correct `hasMatchingOptions` value ([#7334](https://github.com/elastic/eui/pull/7334))
16+
- Fixed an `EuiSelectableTemplateSitewide` bug where the `popoverButton` behavior would break if passed a non-DOM React wrapper ([#7339](https://github.com/elastic/eui/pull/7339))
17+
18+
**Deprecations**
19+
20+
- `EuiPopover`: deprecated `anchorClassName`. Use `className` instead ([#7311](https://github.com/elastic/eui/pull/7311))
21+
- `EuiPopover`: deprecated `buttonRef`. Use `popoverRef` instead ([#7311](https://github.com/elastic/eui/pull/7311))
22+
- `EuiPopover`: removed extra `.euiPopover__anchor` div wrapper. Target `.euiPopover` instead if necessary ([#7311](https://github.com/elastic/eui/pull/7311))
23+
- Deprecated `EuiButtonGroup`'s `name` prop. This can safely be removed. ([#7325](https://github.com/elastic/eui/pull/7325))
24+
25+
**Breaking changes**
26+
27+
- Removed deprecated `euiPaletteComplimentary` - use `euiPaletteComplementary` Instead ([#7333](https://github.com/elastic/eui/pull/7333))
28+
29+
**Accessibility**
30+
31+
- Updated `type="single"` `EuiButtonGroup`s to render standard buttons instead of radio buttons under the hood, per recent a11y recommendations ([#7325](https://github.com/elastic/eui/pull/7325))
32+
- `EuiAccordion` now defaults to a less screenreader-noisy `group` role instead of `region`. If your accordion contains significant enough content to be a document landmark role, you may re-configure it back to `region`. ([#7326](https://github.com/elastic/eui/pull/7326))
33+
- Reduced screen reader noisiness when sorting `EuiDataGrid` columns via toolbar ([#7327](https://github.com/elastic/eui/pull/7327))
34+
- `EuiGlobalToastList` now defaults to a `log` role. If your toasts will always require immediate user action, consider (with caution) using the `alert` role instead. ([#7328](https://github.com/elastic/eui/pull/7328))
35+
36+
**CSS-in-JS conversions**
37+
38+
- Updated `$euiFontFamily` and `$euiCodeFontFamily` to match Emotion fonts ([#7332](https://github.com/elastic/eui/pull/7332))
39+
140
## [`90.0.0`](https://github.com/elastic/eui/tree/v90.0.0)
241

342
- Updated the `eventColor` prop on `EuiCommentEvent` to apply the color to the entire comment header. ([#7288](https://github.com/elastic/eui/pull/7288))

β€Žsrc-docs/src/components/guide_page/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"euiVersions": [
3+
"91.0.0",
34
"90.0.0",
45
"89.1.0",
56
"89.0.0",

β€Župcoming_changelogs/7310.md

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

β€Župcoming_changelogs/7311.md

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

β€Župcoming_changelogs/7324.md

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

β€Župcoming_changelogs/7325.md

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

β€Župcoming_changelogs/7326.md

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

β€Župcoming_changelogs/7327.md

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

β€Župcoming_changelogs/7328.md

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

β€Župcoming_changelogs/7331.md

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

0 commit comments

Comments
Β (0)