v93.3.0
- Added new
EuiDataGrid
new prop:cellContext
, an optional object of additional props passed to the cell render function. (#7374) EuiBreadcrumbs
'spopoverContent
API now accepts a render function that will be passed aclosePopover
callback, allowing consumers to close the breadcrumb popover from their popover content (#7555)
Bug fixes
- Fixed missing animation on native
EuiProgress
bar update (#7538) - Fixed an
EuiDataGrid
bug withgridStyle.rowClasses
, where custom consumer classes that began witheuiDataGridRow
would not be correctly removed/reapplied (#7549) - Fixed a visual
EuiDataGrid
bug whereEuiCheckbox
es within control columns were not vertically centered within single height rows (#7549)