-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade EUI to v60.3.0 #136405
Upgrade EUI to v60.3.0 #136405
Conversation
Merging in the latest code from main
Merging in the latest code from main
…ui-60.3.0 Merging changes from eui upgrade branch
These look like valid failures. Apparently we changed the text pattern and it no longer matches the regex in these two test suites. |
…olumn names to match the updated pattern in the latest version of EUI
Pulling the latest code from main
💚 Build Succeeded
Metrics [docs]Canvas Sharable Runtime
Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/eui-design (EUI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ML changes LGTM.
Summary
[email protected] ⏩ [email protected]
60.3.0
EuiDataGrid
's imperative API now exposes thescrollTo
andscrollToItem
APIs ofreact-window
. (#6042)Bug fixes
EuiDataGrid
's row count/indices announced to screen readers when virtualized (#6033)EuiDataGrid
's current cell row/column position announced to screen readers when sorted and paginated, and also improved column identification and announcement cadence (#6033)EuiContextMenuPanelDescriptor
'swidth
prop type to correctly reflect that it allows all CSS width values, not just numbers (#6043)EuiSelectable
onChange keyboard events not being correctly passed back on React v16 (#6045)60.2.0
cluster
,container
,kubernetesNode
,kubernetesPod
andnamespace
glyphs toEuiIcon
(#6001)title
toEuiDataGrid
's column headers, allowing header text to remain visible if truncated due to column widths (#6013)popoverScreenReaderText
prop toEuiPopover
that allows customizing screen reader instructions when a popover first opens (#6017)EuiDataGrid
's column header actions popover to be keyboard navigable via up/down arrow keys (#6017)EuiDataGrid
now accepts avirtualizationOptions.onItemsRendered
callback, as well asvirtualizationOptions.className
(#6019)Bug fixes
EuiDataGrid
to ensure that focusedCell maintains it's referential integrity. This ensures that React hooks can use this safely as a dependency. (#6007)EuiDataGrid
column header display on sorted columns with no actions (#6014)EuiPopover
unintentionally passing theoffset
prop as an HTML attribute to its div wrapper (#6017)EuiDataGrid
focus/scroll jumping occurring when the first interaction the user had with the grid was the scrollbar(s) (#6018)