v74.0.0
- Added the
component
prop toEuiModalHeaderTitle
, which allows overriding the defaulth1
tag (#6530) - Added the
titleProps
prop toEuiConfirmModal
, which allows overriding the defaulth1
tag (#6530)
Bug fixes
- Fixed slight row height jumping in
EuiBasicTable
s when actions with tooltips became disabled (#6538)
Breaking changes
EuiModalHeaderTitle
now always wraps its children in ah1
tag (previously attempted to conditionally detect whether its children were raw strings or not). To change this tag type to, e.g. a more genericdiv
, use the newcomponent
prop. (#6530)EuiLink
now appliesrel="noreferrer"
to all domains, includingelastic.co
(#6535)EuiBasicTable
no longer blocks mouse/keyboard interactions whileloading
(#6543)
CSS-in-JS conversions