Releases: elastic/eui
Releases · elastic/eui
v34.2.0
- Removed
text-transform: capitalize
from theEuiTourSteps
title to better fit with Elastic title guidelines (#4839) - Added
color
andsize
props and added support for click event toEuiBetaBadge
(#4798) - Added
documentation
andlayers
glyphs toEuiIcon
(#4833) - Updated
EuiTourStep
'stitle
andsubtitle
prop type fromstring
toReactNode
(#4841) - Added
euiCantAnimate
Sass mixin (#4835) - Added new
EuiLoadingLogo
component (#4835) - Added
icon
props toEuiEmptyPrompt
for custom icons (#4835) - Deprecated
EuiLoadingKibana
(#4835) - Paused animations when
prefers-reduced-motion
is on for loader components (#4835)
Bug fixes
- Fixed
onBlur
anddata-test-subj
prop propagation inEuiColorPicker
(#4822)
v34.1.0
- Updated
max
andmin
label positioning forEuiRange
andEuiDualRange
(#4781) - Added
timeslider
,playFilled
,frameNext
andframePrevious
glyphs toEuiIcon
(#4810) - Added default generic value for
EuiSideNavProps
(#4802) - Added
fullHeight
andminHeight
props toEuiPageTemplate
(#4793) - Added
.eui-fullHeight
andeuiFullHeight()
utilities (#4793) - Added
paddingSize
prop toEuiPageSideBar
(#4793)
Bug fixes
- Fixed
EuiText
color ofEuiCallout
todefault
(#4816) - Fixed inconsistent width of
EuiRange
andEuiDualRange
with custom tick values (#4781) - Fixes browser freezing when
EuiDataGrid
is used together withEuiFlyout
and the user clicks a cell (4813) - Added
flex-shrink: 0
toEuiTabs
,EuiSpacer
, andEuiImage
to fix possible shrunken heights (#4793) - Fixed duplicate
main
aria roles inEuiPageTemplate
and most commonEuiPage
patterns (#4793) - Fixed text color of
EuiBottomBar
(#4793)
v34.0.0
- Added
textTransform
property toschemaDetectors
prop ofEuiDataGrid
(#4752) - Added
color
,continuityAbove
,continuityAboveBelow
,continuityBelow
,continuityWithin
,eraser
,fullScreenExit
,function
,percent
,wordWrap
, andwordWrapDisabled
glyphs toEuiIcon
(#4779) - Added
as
,role
,closeButtonProps
,closeButtonPosition
,outsideClickCloses
,side
,type
, andpushMinBreakpoint
props toEuiFlyout
(#4713) - Extended
EuiFlyout
size
prop to accept any CSSwidth
value (#4713) - Extended
EuiFlyout
and most of its props inEuiCollapsibleNav
(#4713) - Changed
helpText
prop inEuiFormRow
to accept an array of messages(#4782)
Breaking changes
- Changed the default of
EuiFlyout
ownFocus
totrue
(#4713) - Wrapped
EuiFlyout
within theEuiOverlayMask
whenownFocus=true
(#4713) - Changed
EuiCollapsibleNav
width sizing from a Sass variable to asize
prop (#4713) - Changed
EuiOverlayMask
z-indexing when positionedbelow
header to usingtop
offset (#4713)
Bug fixes
v33.0.0
- Added
autoFocus
prop and functionality toEuiComboBox
(#4772) - Added
inherit
color option toEuiIcon
to force two-tone (app) icons to inherit their parent's color (#4760) - Updated
EuiBetaBadge, EuiBadge, EuiButtonIcon, EuiButtonContent, EuiCallOut, EuiContextMenuItem, EuiListGroupItem
icon usage to inherit their parent's color (#4760) - Added
iconProps
prop toEuiListGroupItem
(#4760) - Added
i18ntokens.json
to published package (#4771) - Replaced
highlight.js
withprism.js
/refractor
for code syntax highlighting inEuiCodeBlock
(#4638)
Bug fixes
- Fixed
initialFocus
prop functionality inEuiPopover
(#4768) - Fixed
description
prop inEuiTable
(#4754)
Breaking changes
v32.3.0
v32.2.0
- Removed
MutationObserver
fallback fromEuiResizeObserver
(#4709)
Bug fixes
v32.1.0
- Added
readOnly
as asorting
option ofEuiBasicTable
and its columns (#4626)
Bug fixes
- Fixed a bug where on hovering an expandable row cell in
EuiDataGrid
a vertical line would show (#4689) - Fixed a bug in
EuiDataGrid
where key presses in portalled content were being handled by the grid (#4706) - Fixed
EuiDataGrid
's header content arrangement prevented closing a header cell's popover (#4706) - Fixed a performance issue in
EuiDataGrid
when itsrowCount
changes (#4706)