Releases: elastic/eui
Releases Β· elastic/eui
v30.6.0
- Adjusted the shadow in
EuiComment
(#4321) - Added
success
andwarning
colors toEuiButtonEmpty
(#4325) - Added a sorting indicator on the
EuiDataGridColumn
(#4343) - Added
disabled
andloading
status
toEuiStep
(#4338) - Added
closePopover
prop toEuiDataGridColumnCellActionProps
(#4346)
Bug fixes
- Fixed
EuiErrorBoundary
error message not showing in non-Chromium browsers (#4324) - Fixed
EuiToolTip
closing during initial positioning period (#4327) - Added
!default
to SASS variables ofEuiCollapsibleNav
(#4335) - Fixed
EuiDataGrid
column propertydisplayAsText
(#4351) - Fixed propagation of
esc
key presses closing parent popovers (#4336) - Fixed overwritten
isDisabled
prop onEuiListGroupItem
extraAction
config (#4359) - Fixed
inputRef
forEuiCheckbox
(#4298) - Limited the links allowed in
EuiMarkdownEditor
to http, https, or starting with a forward slash (#4362) - Aligned components with an
href
prop to React's practice of disallowingjavascript:
protocols (#4362) - Fixed form submit bug in
EuiButtonGroup
by adding an optionaltype
prop forEuiButtonGroupOption
(#4368)
Theme: Amsterdam
- Removed the shadow in
EuiComment
(#4321) - Reduced font size for
xs
size inEuiButtonEmpty
(#4325) - Increased font size for
m
size ofEuiListGroupItem
(#4340) - Reduced padding in
EuiToolTip
(#4353) - Reduced border-radius in
EuiRange
's tooltip (#4353) - Consolidated
EuiStepNumber
indicators forEuiSteps
andEuiHorizontalSteps
(#4338)
v30.5.1
v30.5.0
- Export
euiSelectableTemplateSitewideRenderOptions
(#4305)
Bug fixes
- Expose
isPreFiltered
inEuiSelectable
props fixing consumer-side searching (#4305) - Fixed stale state argument passed to
searchProps.onChange
in anEuiSelectable
(#4292) - Fixed initial focus of an
EuiButtonGroup
when first item in a popover (#4288) - Fixed visible scrollbar in
EuiComboBox
list (#4301) - Removed hiding of time select on small screens for
EuiDatePicker
(#4301) - Reverted changing of
EuiPopover
sownFocus
default fromfalse
totrue
(#4228) - Fixed wrong columns assigned to
EuiDataGrid
leadingControlColumns (#4269)
Theme: Amsterdam
v30.4.2
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