Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-21 | 1.2 kB | |
v106.1.0 source code.tar.gz | 2025-07-21 | 34.4 MB | |
v106.1.0 source code.zip | 2025-07-21 | 37.4 MB | |
Totals: 3 Items | 71.8 MB | 0 |
- Added
--euiPushFlyoutOffsetInlineStart
and--euiPushFlyoutOffsetInlineEnd
global CSS variables set by theEuiFlyout
inpush
mode. (#8872) - Reduced the
min-width
for inputs inEuiRange
andEuiDualRange
(#8866) - Added
includeSelectorInFocusTrap
prop forEuiFlyout
(#8849) - Added component defaults for
EuiFlyout
that includeincludeSelectorInFocusTrap
andincludeFixedHeadersInFocusTrap
(#8849)
Bug fixes
- Fixed flaky manual return focus behavior on
EuiFlyout
by relying onFocusTrap
returning focus instead (#8878) - Fixed
EuiFlyoutChild
closing its parentEuiFlyout
onEscape
keypress (#8878) - Fixed support for
css
key in items object passed toEuiTreeView
(#8864)
Deprecations
- Deprecated support for React 16. Please update to a modern version of React or stay on EUI version 106.0.0 if you can't switch right now. (#8868)