-
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 v33.0.0 #99382
Upgrade EUI to v33.0.0 #99382
Conversation
Pinging @elastic/uptime (Team:uptime) |
Pinging @elastic/apm-ui (Team:apm) |
@@ -47,6 +47,7 @@ TYPES_DEPS = [ | |||
"@npm//@types/node", | |||
"@npm//@types/normalize-path", | |||
"@npm//@types/testing-library__jest-dom", | |||
"@npm//resize-observer-polyfill" |
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.
This is a server-side package. It shouldn't depend on resize-observer-polyfill
.
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.
ES UI test snapshot changes LGTM.
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.
Uptime changes LGTM.
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.
LGTM in Stack Monitoring
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.
Ok for the changes in Core code, providing we enforce env separation in the future #99382 (comment)
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.
Security solution changes LGTM!
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.
APM changes look good
ML changes LGTM |
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.
Presentation changes LGTM
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.
LGTM, Code owner review, checked out, timestamp sorting in data grid is now correct, merci beaucoup! 👍
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: |
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.
Stack Monitoring looks good 👍
* eui to 33.0.0 * resize observer type inclusion - revisit * src snapshot updates * x-pack snapshot updates * table sort test updates * code block language sh -> bash * datagrid datetime sort inversion * types * kbn-crypto * refractor yarn resolution * refractor yarn resolution * update cypress tests * url state test * trial * Revert "trial" This reverts commit adc3538. * trial anomaly timeout * Revert "trial anomaly timeout" This reverts commit 9a11711. * kbn-telemetry-tools * Change a useMemo to useCallback so the code executes when intended * Removed no-longer-used import * exitOrFail already retries for longer than tryForTime * Wait for loading indicator to disappear * Intentionally adding `.only` * Revert .only * Increase wait time for the ML chart to load * Remove unused var * overflow * chartWidth Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Alejandro Fernández Haro <[email protected]> Co-authored-by: Chandler Prall <[email protected]>
* eui to 33.0.0 * resize observer type inclusion - revisit * src snapshot updates * x-pack snapshot updates * table sort test updates * code block language sh -> bash * datagrid datetime sort inversion * types * kbn-crypto * refractor yarn resolution * refractor yarn resolution * update cypress tests * url state test * trial * Revert "trial" This reverts commit adc3538. * trial anomaly timeout * Revert "trial anomaly timeout" This reverts commit 9a11711. * kbn-telemetry-tools * Change a useMemo to useCallback so the code executes when intended * Removed no-longer-used import * exitOrFail already retries for longer than tryForTime * Wait for loading indicator to disappear * Intentionally adding `.only` * Revert .only * Increase wait time for the ML chart to load * Remove unused var * overflow * chartWidth Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Alejandro Fernández Haro <[email protected]> Co-authored-by: Chandler Prall <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Alejandro Fernández Haro <[email protected]> Co-authored-by: Chandler Prall <[email protected]>
Summary
[email protected]
⏩[email protected]
highlight.js
withprism.js
string
language
name changes (e.g.,sh
is not a supported alias forbash
/shell
)kbnUiSharedDeps-elastic | 3.3MB | 2.6MB | -761.6KB
description
and a11y updatestitle
content (relies onaria-sort
instead)title
instead includesdescription
contentinitialFocus
prop33.0.0
autoFocus
prop and functionality toEuiComboBox
(#4772)inherit
color option toEuiIcon
to force two-tone (app) icons to inherit their parent's color (#4760)EuiBetaBadge, EuiBadge, EuiButtonIcon, EuiButtonContent, EuiCallOut, EuiContextMenuItem, EuiListGroupItem
icon usage to inherit their parent's color (#4760)iconProps
prop toEuiListGroupItem
(#4760)i18ntokens.json
to published package (#4771)highlight.js
withprism.js
/refractor
for code syntax highlighting inEuiCodeBlock
(#4638)Bug fixes
initialFocus
prop functionality inEuiPopover
(#4768)description
prop inEuiTable
(#4754)Breaking changes
EuiCodeBlock
, such asjsx
(#4638)EuiCodeBlock
(#4638)32.3.0
EuiButtonEmpty
ofsize
xs. (#4759)Bug fixes
EuiFilePicker
(#4750)EuiComboBox
to use correct placeholder text color (#4744)32.2.0
MutationObserver
fallback fromEuiResizeObserver
(#4709)Bug fixes
EuiInMemoryTable
pagination
prop to update visible items when changed (#4714)EuiFilePicker
where the HTML input was being shown whendisabled
(#4738)EuiDataGrid
datetime
schema (#4733)