Releases: elastic/eui
Releases · elastic/eui
v37.3.1
Bug fixes
- Fixed bug in
EuiDataGrid
where a customclassName
was also being passed to the full screen button (#5050) - Fixed rerender state issues in
PaginationButton
insideEuiPagination
(#5048) - Fixed bug in
euiHeaderAffordForFixed
mixin that was not accounting for situations whereEuiDataGrid
was in full screen mode (#5054) - Fixed
z-index
styles that were causingEuiModal
andEuiFlyout
components to appear behindEuiDataGrid
when in full screen mode (#5054) - Fixed untranslated i18n strings for
EuiFilterButton
- adds 2 new tokens and removes oldeuiFilterButton.filterBadge
token (#4750) - Fixed missing i18n token
EuiFilePicker
's default prompt, and improved i18n string foreuiFilePicker.filesSelected
(#5063) - Fixed
EuiDataGrid
sort button text pluralization (#5043) - Fixed styles of
EuiButtonIcon
when passingdisabled
prop (#5060) - Fixed
EuiDataGrid
not clearing cell styles when column position changes (#5068)
Theme: Amsterdam
v37.3.0
- Updated
copyClipboard
glyph inEuiIcon
to be centered (#5023) - Updated
EuiFilePicker
removeFiles
method to enable programmatic selection clearing (#5017) - Updated
EuiFlyout
testenv mock to pass-throughonKeyDown
prop (#5029) - Enabled
EuiCodeBlock
copy button inEuiMarkdownFormat
(#5032) - Changed
copy
icon tocopyClipboard
inEuiCodeBlock
(#5018)
Bug fixes
- Fixed content in
EuiFilterButton
whennumFilters
is not passed (#5012) - Fixed default value of
outsideClickCloses
prop ofEuiFlyout
(#5027) - Fixed
EuiSelectable
's double click bug (#5021) - Fixed overflowing controls when
EuiCodeBlock
is short in height (#5018) - Fixed
EuiButtonGroup
firingonChange
twice (#5033)
v37.2.0
v37.1.0
v37.0.0
v36.1.0
- Fixed color of
html
scrollbar in dark mode (#4969) - Updated
EuiMarkdownFormat
to useEuiHorizontalRule
and better render tables, code blocks and blockquotes (#4663) - Updated the
EuiMarkdownFormat
to useEuiText
as a wrapper to handle all the CSS styling (#4663) - Updated
EuiText
scolor
prop to acceptinherit
and custom colors. Updated thesize
prop to acceptrelative
(#4663) - Updated
EuiText
sblockquote
font-size/line-height to match the base font-size/line-height which is the same as paragraphs (#4663) - Added
markdownFormatProps
prop toEuiMarkdownEditor
to extend the props passed to the renderedEuiMarkdownFormat
(#4663) - Added optional virtualized line rendering to
EuiCodeBlock
(#4952) - Added
current
as astatus
ofEuiHorizontalStep
(#4911) - Improved accessibility of
EuiBreadcrumbs
(#4763) - Exported
onChange
type forEuiSearchBar
(#4968) - Added
warnOnce
service (#4984) - Added a console warning for the deprecation of
EuiCodeEditor
(#4984)
Bug fixes
- Fixed filter count of 0 in
EuiSearchBar
(#4977) - Fixed edge case where EuiDataGrid cells could create an infinite loop of focus changes (#4983)
Theme: Amsterdam
- Updated styles for
EuiLink
(#4979)
v36.0.0
- Refactored
EuiFlyout
types (#4940) - Updated
pause
icon (#4947) - Changed multi-line
EuiDataGrid
cells tobreak-word
instead ofbreak-all
(#4955) - Refactored
MarkdownEditor
plugins into separate files (#4970) - Added
checkable
options toEuiKeyPadMenu
andEuiKeyPadMenuItem
(#4950)
Bug fixes
- Fixed render-blocking error when
EuiCodeBlock
is configured with an unsupported language (#4943) - Fixed initial alignment of
EuiDataGrid
cells and the expand button on multi-line cells (#4955) - Fixed pass-through of
iconSize
prop onEuiButtonEmpty
(#4965) - Fixed (reduced) size of spinner on small
isLoading
buttons (#4965) - Fixed click event subscription bug in
EuiOverlayMask
(#4967) - Fixed background-color in
EuiCard.selectable
's button (#4954)
Theme: Amsterdam
- Fixed border-radius in
EuiCard.selectable
's button (#4954) - Updated styles for
EuiKeyPadMenuItem
(#4950)
Breaking changes
- Changed
EuiButtonEmpty
size
ofl
tom
to match other buttons (#4965)