Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-11 | 1.7 kB | |
v106.3.0 source code.tar.gz | 2025-08-11 | 34.7 MB | |
v106.3.0 source code.zip | 2025-08-11 | 37.7 MB | |
Totals: 3 Items | 72.4 MB | 0 |
- Added thumbUp and thumbDown icons (#8937)
- Removed obsolete IE-specific CSS properties (#8940)
- Updated
EuiComboBox
to allow multiline options by disabling virtualization (rowHeight="auto"
) (#8934)
Bug fixes
- Fixed interactive content in header cells on
EuiDataGrid
not being correctly removed from the tab order (#8938) - Fixed an issue where the validity state of
EuiFieldNumber
did not update when theisInvalid
prop value changed (#8952) - Reverted a font-size change for
xs
buttons back to12px
(#8930) - Fixed unexpected results for the SCSS function
lineHeightFromBaseline
(#8922) - Fixed
euiDataGridRow--selected
not applying onEuiDataGrid
whithstripes={true}
(#8925) - Fixed
euiDataGridRow--marked
andeuiDataGridRow--selected
applying hover styling onEuiDataGrid
whenstripes={true}
(#8925)
Accessibility
- Added a screen reader help text for entered interactive cells of
EuiDataGrid
to provide information about exiting cells (#8938) - Added a new beta
EuiLiveAnnouncer
component which supportsaria-live
announcements on mount (#8916) - Added
announceOnMount
prop onEuiCallOut
to support announcing its content on mount (#8916)