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
weltenwort
left a comment
There was a problem hiding this comment.
monitoring plugin changes LGTM, thank you
justinkambic
left a comment
There was a problem hiding this comment.
Uptime changes LGTM
rshen91
left a comment
There was a problem hiding this comment.
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.
Reminder to myself that we need to remove this prop.
There was a problem hiding this comment.
I took a peek at the alerting changes as well, and LGTM.
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
tsullivan
left a comment
There was a problem hiding this comment.
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.3Bug fixes
62.0.2ByDataTestSubjutilities for targeting EUI'sdata-test-subjattributes. These can be accessed by importing custom RTLrenderandscreenutils from@elastic/eui/lib/test/rtl. (#6091)waitForEuiPopoverOpenandwaitForEuiPopoverClose(#6091)Bug fixes
EuiCommentEvent's children (#6089)62.0.1Bug fixes
EuiPortalfrom working in server-side rendering (#6055)EuiFilterButtonaccessibility error (#6076)EuiImagerendering empty captions (#6081)EuiImagenot respectingtext-alignon parents (#6081)62.0.0EuiText.imgstyles to prevent images from growing full width (#5969)EuiImage'sallowFullScreenscreen reader experience (#5969)EuiImage's full screen mode to use thefullScreenExiticon (#5969)EuiPopover'sdisplayprop to accept any CSSdisplayvalue (#5977)data-popover-openattribute toEuiPopover's panel (#5977)EuiPopover'sbox-shadowtofilter(#5977)logicalSizeCSSandlogicalSizeStylefor quickly producingwidthandheightstyles (#5977)EuiDataGridcolumn headers (#6034)tokenMetricCounterandtokenMetricGaugetoEuiToken(#6064)aria-labelon theEuiAvataricon to simplify a11y (#6071)timelineAvatarAriaLabeltoEuiComment(#6071)Bug fixes
EuiCommentEvent.usernametype fromReactNodetostring(#6071)EuiSelectables not correctly highlighting the checked option on initial render (#6072)Breaking changes
EuiImage.classNameto be applied to theimginstead of the parent wrapperfigureand addedwrapperPropsprop so that consumers can apply props to thefigureelement (#5969)EuiPopover'sdisplayprop valueinlineBlocktoinline-block(#5977)EuiPopover: Removedfalseas an option frominitialFocus(#6044)timelineIcononEuiCommenttotimelineAvatar(#6071)CSS-in-JS conversions
EuiErrorBoundaryto Emotion (#6053)EuiTextDiffto Emotion (#6056)euiBreakpointmixin to Emotion. (#6057)EuiImageto Emotion (#5969)EuiPopover,EuiPopoverTitle,EuiPopoverFooter,EuiInputPopover(#5977)61.0.0eventIcon,eventIconAriaLabel, andeventColorprops toEuiComment(#6030)EuiComment.actionstype to acceptReactNode[](#6030).euiMarkdownEditordisplay toflexto prevent display issues when the markdown editor is inside aEuiComment(#6030)kbd's withinEuiText(#6049)keyboardglyph toEuiIcon(#6058)Bug fixes
EuiTimelineItemwhereclassNames were not being applied (#6030)EuiTextchildren (#6059)Deprecations
EuiIcon'skeyboardShortcutin favor ofkeyboard(#6058)Breaking changes
EuiCommentEvent.usernametype fromReactNodetostring(#6030)EuiCommentListandEuiCommentto useEuiTimelineandEuiTimelineItemrespectively. This change makes theEuiCommentListto be always required (#6030)EuiComment.type(#6030)CSS-in-JS conversions
EuiCommentto Emotion (#6030)