-
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
Bumping EUI to v60.1.2. #135373
Bumping EUI to v60.1.2. #135373
Conversation
* Updating Lens drag and drop to account for Emotion wrapper. * Updating icon size in EUI theme object for test. * Updating Lens Editor Frame test to assert 1 click instead of 2.
-isLoaded was deprecated in favor of data-attrs - hook should still work
- these classNames no longer output meaningful CSS and should not be used
- (which will soon be deprecated by Emotion conversion) - use the generic euiSizes instead, which will likely be the last to be deprecated
- we should be using the `data-is-loaded` attribute that it was switched to
...ion/public/management/components/back_to_external_app_button/back_to_external_app_button.tsx
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.
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.
🚀
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
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
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.
VisEditors changes LGTM, I also tested it locally and everything seems to work fine
} | ||
} | ||
/> | ||
<legend |
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 doesn't seem right. Looks like there are two legend
html tags now (the other one on line 159). The other seems redundant.
...es/shared-ux/button/exit_full_screen/src/__snapshots__/exit_full_screen_button.test.tsx.snap
Show resolved
Hide resolved
@elasticmachine merge upstream |
buildkite test this |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flakyFailed CI StepsMetrics [docs]Async chunks
Canvas Sharable Runtime
Page load bundle
History
To update your PR or re-run it, just comment with: cc @1Copenut |
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. We'll follow up with a switch to render
for our snapshots, to reduce bloat.
Summary
[email protected] ⏩ [email protected]
EuiScreenReaderLive
component to allow it to receive keyboard focus. This is useful for situations like announcing route changes to screen readers.overrideLinkBehavior
handles focus halo on containers (sets the halo on initial focus, removes it when the container loses focus).60.1.2
Bug fixes
onChange
callback not passing back a persisted event on React 16 (#6026)EuiText
not correctly inheritingclassName
s when both thecolor
andtextAlign
props were passed (#6027)60.1.1
Bug fixes
Fixed issue with
EuiPanel
where theEmotion
styles were not being passed when it was rendered as a button (#6010)60.1.0
focusRegionOnTextChange
prop toEuiScreenReaderLive
(#5995)EuiSkipLink
'soverrideLinkBehavior
scroll and focus UX (#5996)Bug fixes
EuiAccordion
props type not being correctly inferred (#5974)CSS-in-JS conversions
EuiScreenReaderOnly
to Emotion (#5846)EuiIcon
to Emotion; removed$euiIconLoadingOpacity
,$euiIconColors
, and$euiIconSizes
(#5967)EuiProgress
to Emotion and removed$euiProgressColors
and$euiProgressSizes
(#5986)