Skip to content

Commit ec4aa71

Browse files
committed
Updated changelog
1 parent d1f7562 commit ec4aa71

File tree

12 files changed

+43
-50
lines changed

12 files changed

+43
-50
lines changed

β€Žpackages/eui/changelogs/CHANGELOG_2024.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [`v95.11.0`](https://github.com/elastic/eui/releases/v95.11.0)
2+
3+
- Updated `EuiText`, `EuiTextColor`, and `EuiTextAlign` with a new `component` prop that allows changing the default rendered `<div>` wrapper to a `<span>` or `<p>` tag. ([#7993](https://github.com/elastic/eui/pull/7993))
4+
- Updated `EuiDataGrid`'s cell actions to always consistently be left-aligned, regardless of text content alignment ([#8011](https://github.com/elastic/eui/pull/8011))
5+
- Increased `EuiDataGrid`'s cell actions hover zone to reduce UX friction when mousing over from the grid cell to its actions ([#8011](https://github.com/elastic/eui/pull/8011))
6+
7+
**Bug fixes**
8+
9+
- Fixed `EuiPopover` to correctly inherit from `EuiProvider`'s `componentDefaults.EuiPortal.insert` ([#8003](https://github.com/elastic/eui/pull/8003))
10+
- Fixed push `EuiFlyoutResizable`s to not potentially block scrollbars on outside content ([#8010](https://github.com/elastic/eui/pull/8010))
11+
- Fixed an `EuiDataGrid` bug where the `setCellProps` callback passed by `renderCellValue` was not correctly applying custom `data-test-subj`s ([#8011](https://github.com/elastic/eui/pull/8011))
12+
13+
**Accessibility**
14+
15+
- Updated the `EuiBasicTable` actions button's `aria-label` by adding a reference to the current row ([#7994](https://github.com/elastic/eui/pull/7994))
16+
17+
**CSS-in-JS conversions**
18+
19+
- Converted `EuiDataGrid`'s toolbar controls to Emotion ([#7997](https://github.com/elastic/eui/pull/7997))
20+
- Removed `$euiDataGridPopoverMaxHeight`
21+
- Converted `EuiDataGrid` to Emotion ([#7998](https://github.com/elastic/eui/pull/7998))
22+
- Removed `$euiZDataGrid`
23+
- Removed `$euiZHeaderBelowDataGrid`
24+
- Converted `EuiDataGrid`'s `gridStyle`s to Emotion; Removed the following Sass variables and mixins: ([#8006](https://github.com/elastic/eui/pull/8006))
25+
- `$euiDataGridCellPaddingS`
26+
- `$euiDataGridCellPaddingM`
27+
- `$euiDataGridCellPaddingL`
28+
- `$euiDataGridVerticalBorder`
29+
- `$euiDataGridPrefix`
30+
- `$euiDataGridStyles`
31+
- `@euiDataGridSelector`
32+
- `@euiDataGridStyles`
33+
- Converted `EuiDataGrid`'s cell popover, actions, and focus outline to Emotion; Removed the following Sass variables and mixins: ([#8011](https://github.com/elastic/eui/pull/8011))
34+
- `$euiZDataGridCellPopover`
35+
- `@euiDataGridCellFocus`
36+
- Converted `EuiDataGrid`'s row, header, and footer cells to Emotion; Removed the following Sass variables and mixins: ([#8013](https://github.com/elastic/eui/pull/8013))
37+
- `$euiDataGridColumnResizerWidth`
38+
- `@euiDataGridRowCell`
39+
- `@euiDataGridHeaderCell`
40+
- `@euiDataGridFooterCell`
41+
142
## [`v95.10.1`](https://github.com/elastic/eui/releases/v95.10.1)
243

344
**Bug fixes**

β€Žpackages/eui/changelogs/upcoming/7993.md

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

β€Žpackages/eui/changelogs/upcoming/7994.md

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

β€Žpackages/eui/changelogs/upcoming/7997.md

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

β€Žpackages/eui/changelogs/upcoming/7998.md

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

β€Žpackages/eui/changelogs/upcoming/8003.md

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

β€Žpackages/eui/changelogs/upcoming/8006.md

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

β€Žpackages/eui/changelogs/upcoming/8010.md

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

β€Žpackages/eui/changelogs/upcoming/8011.md

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

β€Žpackages/eui/changelogs/upcoming/8013.md

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

0 commit comments

Comments
Β (0)