Releases: elastic/eui
Releases Β· elastic/eui
v31.4.0
- Added
getDefaultEuiMarkdownProcessingPlugins
method for better control overEuiMarkdownEditor
's toolbar UI (#4383) - Changed
EuiOutsideClickDetector
events to be standard event types (#4434) - Added
EuiFieldTextProps
in type definitions forEuiSuggestInput
(#4452) - Added virtualized cell rendering to
EuiDataGrid
(#4170)
Bug fixes
v31.3.0
v31.2.0
v31.1.0
v31.0.0
- Added collapsble behavior to
EuiResizableContainer
panels (#3978) - Updated
EuiResizablePanel
to useEuiPanel
(#3978) - Changed
showTimeSelect
prop to true whenshowTimeSelectOnly
prop is set to true. (#4372) - Updated
EuiSuperSelect
recently used list to render as<ol>
and<li>
elements (#4370)
Bug fixes
- Fixed
EuiSuggest
popover opening when an empty array is passed into thesuggestions
prop (#4349)
Breaking changes
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