-
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 v93.4.0 #178890
Upgrade EUI to v93.4.0 #178890
Conversation
- cell actions was covering the click element - adding a `moveMouseTo` fixes the issue
dc405d2
to
4e3769a
Compare
- checkbox click is happening before datagrid is done loading which is causing the selection to unset
/ci |
Pinging @elastic/eui-team (EUI) |
@@ -1,6 +1,5 @@ | |||
// Charts themes available app-wide | |||
@import '@elastic/charts/dist/theme'; | |||
@import '@elastic/eui/src/themes/charts/theme'; |
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.
@nickofthyme Would appreciate your help QAing this and confirming that the removed .echAnnotation
CSS does not materially affect Kibana (see elastic/eui#7572 (review))
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.
@cee-chen did a check around kibana and see no impact of removing these styles.
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
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.
DE 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.
Obs infra services 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.
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.
Dashboard and Map changes look good to me.
x-pack/test/security_solution_cypress/cypress/tasks/hosts/events.ts
Outdated
Show resolved
Hide resolved
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 LGTM. only a NIT.
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.
For SharedUX, chrome-browser service 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.
CO changes look good 👍🏼
const ColumnSorting = useDataGridColumnSorting({ | ||
columns: myColumns, | ||
sorting: sortedColumns, | ||
schema: {}, |
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.
not that it wasn't like this before, but this and the array below should be a stable reference probably
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
v93.3.0
⏩v93.4.0
v93.4.0
EuiButtonGroup
'soptions
configs:toolTipContent
,toolTipProps
, andtitle
. These new properties allow wrapping buttons inEuiToolTips
, and additionally customizing or disabling the native browsertitle
tooltip. (#7461)EuiResizeObserver
anduseResizeObserver
's performance to not trigger page reflows on resize event (#7575)EuiSuperUpdateButton
to support custom button text via an optionalchildren
prop (#7576)Bug fixes
EuiFlyout
to not repeatedly remove/add a body class on resize (#7462)EuiToast
title text to wrap instead of overflowing out of the container (#7568)EuiHeaderBreadcrumbs
with popovers (#7580)Deprecations
euiPalettePositive
andeuiPaletteNegative
in favour of a more culturally inclusiveeuiPaletteGreen
andeuiPaletteRed
(#7570)@elastic/charts
exports: (#7572)EUI_CHARTS_THEME_<DARK|LIGHT>
in favor of<DARK|LIGHT>_THEME
from@elastic/charts
. (#7572)EUI_SPARKLINE_THEME_PARTIAL
in favor ofuseSparklineOverrides
theme from the kibanacharts
plugintheme
service.Accessibility
EuiModal
to set anaria-modal
attribute and a defaultdialog
role (#7564)EuiConfirmModal
to set a defaultalertdialog
role (#7564)EuiModal
andEuiConfirmModal
to properly trap Safari+VoiceOver's virtual cursor (#7564)