v94.4.1
- Added support for
toolTipContent
andtoolTipProps
props onEuiSelectable
options (#7715) - Updated
EuiSuperDatePicker
's absolute tab UX to support setting manual timestamps via mouse click as well as enter key (#7732)
Bug fixes
- Fixed issue with unmounted component state updates on requestAnimationFrame for
EuiSelectable
(#7715) - Fixed
EuiMarkdownEditor
not disabling the upload dropzone when inreadOnly
mode (#7738) - Fixed
EuiMarkdownEditor
not showing an invalid underline on the editor whenerrors
are present (#7738)
CSS-in-JS conversions
- Converted
EuiMarkdownEditor
to Emotion; Removed$euiMarkdownEditorMinHeight
(#7738) - Fully converted
EuiMarkdownFormat
to Emotion (#7738)
Accessibility
- Updated
EuiCollapsedNavButton
with improved context for screen reader navigation (#7740)