-
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 v31.10.0 #93796
Upgrade EUI to v31.10.0 #93796
Conversation
@@ -122,7 +122,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { | |||
return actualRenderingCount === prevRenderingCount + 6; | |||
}); | |||
const newDurationHours = await PageObjects.timePicker.getTimeDurationInHours(); | |||
expect(Math.round(newDurationHours)).to.be(26); | |||
expect(Math.round(newDurationHours)).to.be(27); |
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.
Changes to EuiPage
increased padding on some containers, resulting in a slightly smaller histogram container, resulting in a fractionally larger brush area given the same absolute dimensions.
@elasticmachine merge upstream |
Pinging @elastic/eui-design (EUI) |
Pinging @elastic/apm-ui (Team:apm) |
Pinging @elastic/uptime (Team:uptime) |
@@ -75,7 +75,7 @@ exports[`LocationMissingWarning component shallow render correctly against snaps | |||
hasArrow={true} | |||
id="popover" | |||
isOpen={false} | |||
ownFocus={false} | |||
ownFocus={true} |
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.
i wonder what will happen with this change.
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.
Can't find any breakages, but I'm not sure about that one change (left a comment)
@@ -1,6 +1,6 @@ | |||
<td ng-click="toggleRow()" data-test-subj="docTableExpandToggleColumn" class="kbnDocTableCell__toggleDetails"> | |||
<button | |||
class="euiButtonIcon euiButtonIcon--text" | |||
class="euiButtonIcon euiButtonIcon--text euiButtonIcon--empty euiButtonIcon--xSmall" |
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.
Why is this necessary? In Discover I can't see any styles applied based on these classes.
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.
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.
Yeah, I found them in Kibana, but I couldn't find any CSS rules attached to the new classes.
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.
Uses the :not(.euiButtonIcon--empty)
selector to prevent certain default styles from being applied, rather than adding specific styles.
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.
Changes to the Transforms functional tests 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, thanks for explaining @thompsongl
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!
@elasticmachine merge upstream |
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 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 thanks @chandlerprall 🚀 🎸 👨🎤
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / Closes and opens alerts.Closing alerts Closes and opens alertsStack Trace
Metrics [docs]Async chunks
Page load bundle
Unknown metric groups@kbn/ui-shared-deps asset size
History
To update your PR or re-run it, just comment with: |
* Upgrade EUI to v31.10.0 (#93796) * Upgraded eui version, updated jest snaapshots * Upgrade EUI to v31.10.0 & update tests * increase expected histogram brush size result * revert dev_server snap * update baseline dashboard reporting png * avoid multiple acton menu openings when verified that the action exists and is enabled * update dashboard table expand button * update dashboard tsvb baseline * Adjust 2 cypress tests * snapshot update Co-authored-by: Greg Thompson <thompson.glowe@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # test/functional/screenshots/baseline/tsvb_dashboard.png # x-pack/plugins/canvas/public/components/asset_manager/__stories__/__snapshots__/asset_manager.stories.storyshot # x-pack/plugins/security_solution/public/management/pages/trusted_apps/view/__snapshots__/trusted_apps_page.test.tsx.snap * snapshot updates
31.8.0 ➡️ 31.10.0
EuiPage
refactor (reason for dashboard baseline snapshot updates)31.10.0
panelProps
toEuiPopover
(#4573)EuiPopover
sownFocus
prop fromfalse
totrue
(#4551)src
prop toEuiImage
as an alternative tourl
(#4611)EuiSplitPanel
component (#4539)Bug fixes
EuiBasicTable
(#4566)EuiSideNavProps
type from JS code (#4604)EuiComboBox
options list (#4607)forwardRef
onEuiHeaderSectionItemButton
(#4631)31.9.1
Bug fixes
31.9.0
EuiComboBoxOptionOption
prop toEuiComboBox
props table (#4563)direction
prop onEuiResizableContainer
(#4557)useIsWithinBreakpoints
hook (#4557)EuiForm
errorEuiCallout
(#4497)display
andsize
props toEuiButtonIcon
(#4466)Bug fixes
getDefaultEuiMarkdownUiPlugins
(#4567)EuiDataGrid
(#4561)Feature: EuiPageTemplate (#4517)
EuiPageTemplate
component as a shortcut for creating the different types of page layout patternsgrow
anddirection
toEuiPage
panelled
,panelProps
, andpaddingSize
toEuiPageBody
restrictWidth
andpaddingSize
toEuiPageBody
paddingSize
toEuiPageHeader
tabs
prop ofEuiPageHeaderContent
to renderlarge
sizesticky
toEuiPageSideBar
$euiPageSidebarMinWidth
for changing defaultmin-width
ofEuiPageSideBar
href
and other anchor props toEuiHeaderSectionItemButton
Bug fixes
EuiPageContent
EuiBreadcrumbs