v95.10.0
- Updated
EuiDataGrid
to support interactive header cell content (#7898) - Updated
EuiSearchBar
'sfield_value_selection
filter type with a newautoSortOptions
config, allowing consumers to configure whether or not selected options are automatically sorted to the top of the filter list (#7958) - Updated
getDefaultEuiMarkdownPlugins
to support the following new default plugin configurations: (#7985)parsingConfig.linkValidator
, which allows configuringallowRelative
andallowProtocols
parsingConfig.emoji
, which allows configuring emoticon parsingprocessingConfig.linkProps
, which allows configuring rendered links with any props thatEuiLink
accepts- See our Markdown plugins documentation for example
EuiMarkdownFormat
andEuiMarkdownEditor
usage
- Updated
EuiDatePicker
to supportappend
andprepend
nodes in its form control layout (#7987)
Bug fixes
- Fixed border rendering bug with inline
EuiDatePicker
s withshadow={false}
(#7987) - Fixed
EuiSuperSelect
's placeholder text color to match other form controls (#7995)
Accessibility
- Improved the keyboard navigation and screen reader output for
EuiDataGrid
header cells (#7898)