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
mattkime
left a comment
There was a problem hiding this comment.
app services changes lgtm
stratoula
left a comment
There was a problem hiding this comment.
VisEditors changes LGTM, I also tested it locally and everything seems to work fine
| } | ||
| } | ||
| /> | ||
| <legend |
There was a problem hiding this comment.
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 |
clintandrewhall
left a comment
There was a problem hiding this comment.
LGTM. We'll follow up with a switch to render for our snapshots, to reduce bloat.
Summary
eui@60.0.0 ⏩ eui@60.1.2
EuiScreenReaderLivecomponent to allow it to receive keyboard focus. This is useful for situations like announcing route changes to screen readers.overrideLinkBehaviorhandles focus halo on containers (sets the halo on initial focus, removes it when the container loses focus).60.1.2Bug fixes
onChangecallback not passing back a persisted event on React 16 (#6026)EuiTextnot correctly inheritingclassNames when both thecolorandtextAlignprops were passed (#6027)60.1.1Bug fixes
Fixed issue with
EuiPanelwhere theEmotionstyles were not being passed when it was rendered as a button (#6010)60.1.0focusRegionOnTextChangeprop toEuiScreenReaderLive(#5995)EuiSkipLink'soverrideLinkBehaviorscroll and focus UX (#5996)Bug fixes
EuiAccordionprops type not being correctly inferred (#5974)CSS-in-JS conversions
EuiScreenReaderOnlyto Emotion (#5846)EuiIconto Emotion; removed$euiIconLoadingOpacity,$euiIconColors, and$euiIconSizes(#5967)EuiProgressto Emotion and removed$euiProgressColorsand$euiProgressSizes(#5986)