Releases: elastic/eui
Releases Β· elastic/eui
v30.4.1
v30.4.0
v30.3.0
- Added
EuiColorPaletteDisplay
component (#3865) - Added
initialFocusedItemIndex
support toEuiContextMenuPanelDescriptor
(#4223) - Updated the default of the
EuiPopover
sownFocus
prop fromfalse
totrue
(#4228) - Added
role="alert"
andaria-live="assertive"
toEuiForm
'sEuiCallOut
for the errors (#4238) - Added
menuDown
andmenuUp
glyphs toEuiIcon
(#4244) - Removed spacer after
childrenBetween
inEuiInMemoryTable
(#4248) - Changed
clickOutsideDisables
totrue
whenownFocus={false}
inEuiFlyout
(#4236)
Bug fixes
- Fixed focus trap +
EuiPopover
bug which prevented the anchor from receiving focus when the popover closes (#4071) - Fixed focus trap error & performance impact when one focus trap is deactivated and another becomes enabled (#4071)
- Fixed a condition in
EuiInMemoryTable
to avoid mistaken assignment ofsortName
(#4138) - Fixed bug in small
EuiImage
's not respecting the optional sizes whenallowFullScreen
is set to true (#4207) - Fixed incorrect initial rendering of
EuiDualRange
thumbs when element width is 0 (#4230) - Fixed bug in
EuiSelectable
to callsearchProps.onChange
andsearchProps.onSearch
calls inEuiSelectable
(#4153) - Fixed truncation of the
EuiComboBox
placeholder
text (#4210)
Theme: Amsterdam
- Fixed base
line-heights
for withineuiFontSize[size]()
SASS mixins (#4229)
v30.2.0
- Added
labelWidth
anddescriptionDisplay
props toEuiSuggestItem
(#4180) - Added screen reader notification if
EuiLink
opens in a new window (#4172) - Set
external
prop to true ifEuiLink
opens in a new window (#4172) - Added
float
andmargin
props toEuiImage
(#4209) - Added
color
andborderRadius
props toEuiPanel
(#4194) - Updated the use case for the
EuiPanel
prophasShadow
(#4194) - Deprecated the
onClick
,betaBadgeLabel
,betaBadgeTooltipContent
, andbetaBadgeTitle
props ofEuiPanel
(#4194)
Bug fixes
v30.1.1
v30.1.0
- Improved
EuiButtonGroup
focus, hover, selected and disabled states (#4142) - Added
display
prop toEuiToolTip
for common display block needs (#4148) - Added support for more colors in
EuiProgress
such asvis0
throughvis9
,warning
,success
and custom colors (#4130) - Added
affordForDisplacement
prop toEuiBottomBar
(#4156) - Added
width
property tomobileOptions
prop ofEuiTableRowCell
(#4169)
Bug fixes