v44.0.0
Bug fixes
- Fixed a
EuiDataGrid
sizing bug which didn't account for a horizontal scrollbar (#5478) - Fixed a
EuiDatePicker
a11y bug where axe-core reported missing ARIA and role attributes (#5501) - Fixed
EuiModalHeaderTitle
to conditionally wrap title strings in an H1 (#5494) - Fixed a
EuiDataGrid
issue where a focused cell would lose focus when scrolled out of and back into view (#5488) - Fixed an
EuiDatePicker
accessibility issue wheretabindex
was not applied to a listbox element (#5509)
Deprecations
- Deprecated
PartitionConfig
in favor of inclusion in Chartstheme.partition
(#5492)
Breaking changes
- Removed
popoverClassName
andrepositionOnScroll
props fromEuiSuperSelect
(usepopoverProps
instead) (#5512)