Skip to content

v81.1.0

Compare
Choose a tag to compare
@cee-chen cee-chen released this 30 May 20:11
· 1003 commits to main since this release
  • Added EuiInlineEditText and EuiInlineEditTitle components (#6757)
  • Updated EuiDatePickerRange to support inline display (#6795)
  • Added an onError callback prop to EuiErrorBoundary (#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's inline display to correctly render and prevent user interaction when disabled or readOnly (#6795)
  • Fixed EuiDatePicker's inline display to correctly render isInvalid and isLoading icons (#6795)

CSS-in-JS conversions

  • Converted EuiDatePickerRange to Emotion (#6795)