-
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 v62.0.3 #138351
Upgrade EUI to v62.0.3 #138351
Conversation
- Emotion CSS hash changed
…d by Emotion conversions - Mounting displays the Emotion wrapper with the data-test-subj on them - we need to specify the output div renders in order for text assertions to be correct
…h new `[data-popover-open]` attribute
…ver animation/transition
- test w/ similar error already skipped in another test above - requires closing the popover for next test to pass - not sure why delete action is no longer available
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.
monitoring
plugin changes LGTM, thank you
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.
Test changes in shared-ux LGTM! thanks
|
||
export interface AttachmentViewObject<Props = {}> { | ||
type?: EuiCommentProps['type']; | ||
timelineIcon?: EuiCommentProps['timelineIcon']; | ||
type?: SupportedUserActionTypes; |
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.
Reminder to myself that we need to remove this prop.
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 took a peek at the alerting changes as well, and LGTM.
@elasticmachine merge upstream |
@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.
app services changes LGTM
Great work! Thank you!
Thanks everyone - have a great weekend! |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
* Upgrade to v62.0.3 * Update EUI i18n tokens * Update html string snapshots - Emotion CSS hash changed * [EuiIcon] Update instances of `keyboardShortcut` icons to `keyboard` * [EuiErrorBoundary] Update snapshots from Emotion conversion * [EuiImage] Update snapshots, tests, and CSS to account for Emotion conversion * [EuiImage][RTL] Fix test failures caused by EuiImage changes * [EuiCommentList] Deprecate EuiCommentProps.type * [EuiCommentList] Rename `timelineIcon` prop to `timelineAvatar` - see elastic/eui#6071 * [EuiCommentList] Fix selectors deprecated by Emotion conversion * [EuiPopover][EuiCommentEvent][Enzyme] Fix mounted test failures caused by Emotion conversions - Mounting displays the Emotion wrapper with the data-test-subj on them - we need to specify the output div renders in order for text assertions to be correct * [EuiPopover] Deprecate `initialFocus={false}` as an option see elastic/eui#6044 * [EuiPopover] Rename `display=inlineBlock` to `inline-block` - see elastic/eui#5977 * [EuiPopover] Update snapshots from Emotion conversion * [EuiPopover] Replace deprecated `.euiPopover__panel-isOpen` class with new `[data-popover-open]` attribute * [EuiPopover][RTL] Fix test failures caused by not waiting for EuiPopover animation/transition * Skip failing a11y tests - test w/ similar error already skipped in another test above - requires closing the popover for next test to pass - not sure why delete action is no longer available * Fix failing Security Cypress tests * Attempt to squash flaky FTR tests around Add Filter popover Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
Summary
eui@60.3.0 ⏩ eui@62.0.3
62.0.3
Bug fixes
62.0.2
ByDataTestSubj
utilities for targeting EUI'sdata-test-subj
attributes. These can be accessed by importing custom RTLrender
andscreen
utils from@elastic/eui/lib/test/rtl
. (#6091)waitForEuiPopoverOpen
andwaitForEuiPopoverClose
(#6091)Bug fixes
EuiCommentEvent
's children (#6089)62.0.1
Bug fixes
EuiPortal
from working in server-side rendering (#6055)EuiFilterButton
accessibility error (#6076)EuiImage
rendering empty captions (#6081)EuiImage
not respectingtext-align
on parents (#6081)62.0.0
EuiText.img
styles to prevent images from growing full width (#5969)EuiImage
'sallowFullScreen
screen reader experience (#5969)EuiImage
's full screen mode to use thefullScreenExit
icon (#5969)EuiPopover
'sdisplay
prop to accept any CSSdisplay
value (#5977)data-popover-open
attribute toEuiPopover
's panel (#5977)EuiPopover
'sbox-shadow
tofilter
(#5977)logicalSizeCSS
andlogicalSizeStyle
for quickly producingwidth
andheight
styles (#5977)EuiDataGrid
column headers (#6034)tokenMetricCounter
andtokenMetricGauge
toEuiToken
(#6064)aria-label
on theEuiAvatar
icon to simplify a11y (#6071)timelineAvatarAriaLabel
toEuiComment
(#6071)Bug fixes
EuiCommentEvent.username
type fromReactNode
tostring
(#6071)EuiSelectable
s not correctly highlighting the checked option on initial render (#6072)Breaking changes
EuiImage.className
to be applied to theimg
instead of the parent wrapperfigure
and addedwrapperProps
prop so that consumers can apply props to thefigure
element (#5969)EuiPopover
'sdisplay
prop valueinlineBlock
toinline-block
(#5977)EuiPopover
: Removedfalse
as an option frominitialFocus
(#6044)timelineIcon
onEuiComment
totimelineAvatar
(#6071)CSS-in-JS conversions
EuiErrorBoundary
to Emotion (#6053)EuiTextDiff
to Emotion (#6056)euiBreakpoint
mixin to Emotion. (#6057)EuiImage
to Emotion (#5969)EuiPopover
,EuiPopoverTitle
,EuiPopoverFooter
,EuiInputPopover
(#5977)61.0.0
eventIcon
,eventIconAriaLabel
, andeventColor
props toEuiComment
(#6030)EuiComment.actions
type to acceptReactNode[]
(#6030).euiMarkdownEditor
display toflex
to prevent display issues when the markdown editor is inside aEuiComment
(#6030)kbd
's withinEuiText
(#6049)keyboard
glyph toEuiIcon
(#6058)Bug fixes
EuiTimelineItem
whereclassName
s were not being applied (#6030)EuiText
children (#6059)Deprecations
EuiIcon
'skeyboardShortcut
in favor ofkeyboard
(#6058)Breaking changes
EuiCommentEvent.username
type fromReactNode
tostring
(#6030)EuiCommentList
andEuiComment
to useEuiTimeline
andEuiTimelineItem
respectively. This change makes theEuiCommentList
to be always required (#6030)EuiComment.type
(#6030)CSS-in-JS conversions
EuiComment
to Emotion (#6030)