v76.0.0
- Added
pivot
glyph toEuiIcon
(#6605) - Added the
displayHeaderCellProps
API toEuiDataGrid
's columns, which allows passing custom props directly to column header cells (#6609) - Added the new
headerCellProps
/footerCellProps
APIs toEuiDataGrid
's control columns, which allows passing custom props directly to control column header or footer cells (#6609) - Added a new
footerCellRender
API toEuiDataGrid
's control columns, which allows completely customizing control column rendering (previously rendered an empty cell) (#6609) - Updated the styling of nested ordered lists in
EuiText
to align with GitHub's list style, which is a popular format used in Markdown or MDX formatting (#6615) - Added a margin-bottom property exclusively to the direct child
ul
andol
elements of theEuiText
component (#6615) - Fix issue with badges appearing within an
EuiBadgeGroup
, where the CSS rule to override themargin-inline-start
was not being applied correctly due to the order of appearance in the CSS rules (#6618)
Bug fixes
- Fixed
EuiDataGrid
footer control columns rendering with cell expansion popovers when they should not have been (#6609) - Fixed an
EuiSkipLink
bug where main content loading in progressively/dynamically after the skip link rendered was not being correctly focused (#6613)
Breaking changes