v81.1.0
- Added
EuiInlineEditText
andEuiInlineEditTitle
components (#6757) - Updated
EuiDatePickerRange
to supportinline
display (#6795) - Added an
onError
callback prop toEuiErrorBoundary
(#6810) - Updated
EuiDataGrid
to only render screen reader text announcing cell position if the cell is currently focused. This should improve the ability to copy and paste multiple cells without SR text. (#6817)
Bug fixes
- Fixed
EuiDatePicker
'sinline
display to correctly render and prevent user interaction whendisabled
orreadOnly
(#6795) - Fixed
EuiDatePicker
'sinline
display to correctly renderisInvalid
andisLoading
icons (#6795)
CSS-in-JS conversions
- Converted
EuiDatePickerRange
to Emotion (#6795)