Releases: elastic/eui
Releases · elastic/eui
v34.5.2
v34.5.1
v34.5.0
- Added
success
ascolor
option toEuiBadge
,EuiTextColor
,EuiText
,EuiStat
, andEuiExpression
(#4888) - Changed default
color
props fromsecondary
tosuccess
where necessary (#4888) - Added display of number of selected options in
EuiSearchBar
filters whennumActiveFilters
exists (#4748) - Reverted
z-index: 1
onEuiPageBody
(#4892) - Added
updateButtonProps
toEuiSuperDatePicker
to provide more control over the update/refresh button (#4895) - Updated
EuiNotificationEvent
to render an icon instead of a button ifonRead
is undefined (#4881) - Added
DraggableProvidedDragHandleProps
interface from 'react-beautiful-dnd' (#4903) - Added
success
andaccent
color
options toEuiButton
(#4874) - Added
success
color
option toEuiLink
(#4874)
Bug fixes
- Fixed
EuiRange
container expansion due to negative margin value (#4815) - Fixed
EuiRange
ticks position to better align with thumbs (#4815) - Fixed
EuiComboBox
disabled pills and text contrast (#4901) - Fixed
EuiDataGrid
footer and header rows jumps in Firefox (#4869) - Fixed shaded colors of
EuiButtonIcon
(#4874) - Fixed
pageHeader
display inEuiPageTemplate
when template isempty
ordefault
(#4905) - Fixed
EuiPageHeader
bottom padding whenborderBottom = true
(#4905) - Fixed incomplete
height
andwidth
information inEuiResizeObserver
(#4909)
Theme: Amsterdam
v34.4.0
v34.3.0
- Added
testenv
mock forEuiFlyout
(#4858) - Added
mobile
glyph toEuiIcon
(#4827) - Reduced display of arrow icon in
EuiSideNav
to only if the item is not linked but has children (#4827) - Increased size and prominence of mobile toggle in
EuiSideNav
(#4827) - Added
heading
,headingProps
, andmobileBreakpoints
props for better accessibility toEuiSideNav
(#4827)
Bug fixes
- Fixed mobile menus styles on
EuiDataGrid
(#4844)
Theme: Amsterdam
- Decreased spacing and root element size of
EuiSideNav
(#4816)
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