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)