v70.1.0
- Added the
hint
prop to the<EuiSearchBar />
. This prop lets the consumer render a hint below the search bar that will be displayed on focus. (#6319) - Added the
hasDragDrop
prop toEuiPopover
. Use this prop if your popover containsEuiDragDropContext
. (#6329)
Bug fixes
- Fixed
EuiButton
's cursor style when the button is disabled (#6323) - Fixed
EuiPageTemplate
not recognizing childEuiPageSidebar
s/EuiPageTemplate.Sidebar
s withcss
props (#6324) - Fixed
EuiBetaBadge
to always respect itsanchorProps
values, including when there is no tooltip content (#6326) - Temporarily patched
EuiModal
to not cause scroll-jumping issues on modal open (#6327) - Fixed buggy drag & drop behavior within
EuiDataGrid
's columns & sorting toolbar popovers (#6329) - Fixed
EuiButton
not correctly passingtextProps
for children inside fragments or i18n components (#6332) - Fixed
EuiButton
not correctly respectingminWidth={0}
(#6332)
CSS-in-JS conversions
- Converted
EuiTabs
to Emotion (#6311)