v90.0.0
- Updated the
eventColor
prop onEuiCommentEvent
to apply the color to the entire comment header. (#7288) - Updated
EuiBasicTable
andEuiInMemoryTable
to support a new controlled selection API:selection.selected
(#7321)
Bug fixes
- Fixed controlled
EuiFieldNumbers
not correctly updating native validity state (#7291) - Fixed
EuiListGroupItem
to passstyle
props to the wrapping<li>
element alongsideclassName
andcss
. All other props will be passed to the underlying content. (#7298) - Fixed
EuiListGroupItem
's non-transitioned transform on hover/focus (#7298) - Fixed
EuiDataGrid
s withgridStyle.stripes
sometimes showing buggy row striping after being sorted (#7301) - Fixed
EuiDataGrid
'sgridStyle.rowClasses
API to not conflict withgridStyle.stripes
if dynamically updated (#7301) - Fixed
EuiDataGrid
'sgridStyle.rowClasses
API to support multiple space-separated classes (#7301) - Fixed
EuiInputPopover
not callingonPanelResize
callback prop (#7305) - Fixed
EuiDualRange
incorrectly positioning highlights when rendered withshowInput="inputWithPopover"
(#7305) - Fixed
EuiTabs
incorrectly wrapping text when it should instead either scroll or truncate (#7309) EuiContextMenu
now renders text colors correctly when used within anEuiBottomBar
(#7312)- Fixed the width of
EuiSuperDatePicker
's Absolute date picker (#7313) - Fixed
EuiDataGrid
cells visually cutting off overflowing content a little too quickly (#7320)
Deprecations
- Deprecated
EuiBasicTable
andEuiInMemoryTable
's refsetSelection
API. Use the newselection.selected
API instead. (#7321)
Breaking changes
- Removed
EuiPageTemplate_Deprecated
,EuiPageSideBar_Deprecated
, andEuiPageContent*_Deprecated
(#7265) - Removed the
ghost
color option fromEuiButton
,EuiButtonEmpty
, andEuiButtonIcon
. Use an<EuiThemeProvider colorMode="dark">
wrapper andcolor="text"
instead. (#7296)
Dependency updates
- Updated
refractor
to v3.6.0 (#7127) - Updated
rehype-raw
to v5.1.0 (#7127) - Updated
vfile
to v4.2.1 (#7127)
Accessibility
EuiContextMenu
now correctly respects reduced motion preferences (#7312)EuiAccordion
s no longer attempt to focus child content when the accordion is externally opened viaforceState
, but will continue to focus expanded content when users click the toggle button. (#7314)
CSS-in-JS conversions
- Converted
EuiContextMenu
,EuiContextMenuPanel
, andEuiContextMenuItem
to Emotion; Removed$euiContextMenuWidth
(#7312)