Conversation
|
@elasticmachine merge upstream |
5ad970d to
441d618
Compare
- should now be handled OOTB by EUI 7288
- to use the component directly, and import the specific styles required
- extra specificity needed due to Emotion conversion + Enzyme
…r Emotion conversion - index increase is due to the fact that the title now reuses `EuiContextMenuItem` under the hood as well
- affected by Emotion conversion
…on query update bug
| `, | ||
| } | ||
| : {}), | ||
| eventColor: message.isError ? 'danger' : undefined, |
There was a problem hiding this comment.
@stephmilovic FYI that EuiCommentEvent respecting eventColor for all types is now fixed in EUI, and the workaround you added in #167674 should no longer be necessary - but please feel free to QA and let us know if that's not the case!
davismcphee
left a comment
There was a problem hiding this comment.
Data Discovery changes LGTM. Tested the Unified Field List style change and it's working as expected 👍
dej611
left a comment
There was a problem hiding this comment.
Tested Lens and could not find an issue 👍
jeramysoucy
left a comment
There was a problem hiding this comment.
Kibana Security changes LGTM!
nreese
left a comment
There was a problem hiding this comment.
maps changes LGTM
code review, tested in chrome
mashhurs
left a comment
There was a problem hiding this comment.
Logstash pipeline related changes LGTM!
maximpn
left a comment
There was a problem hiding this comment.
Rule Management Area LGTM
stephmilovic
left a comment
There was a problem hiding this comment.
LGTM for explore changes, thanks for the updates!
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Any counts in public APIs
Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
v89.1.0⏩v90.0.0The majority of changes in this PR come from:
EuiContextMenu being converted to Emotion ([Emotion] Convert EuiContextMenu, EuiContextMenuPanel, and EuiContextMenuItem eui#7312). If your usage of
EuiContextMenuwas significantly affected, we recommend pulling down this PR and QAing it locally.defaultPropsbeing removed from some very widespread components, particularly EuiButton, in anticipation of React's upcoming deprecation. (elastic/eui@b7dc9b4) NOTE: This only affected Enzyme snapshots, and did not affect production behavior.Commits have been broken up by component changes as well as types of changes.
90.0.0eventColorprop onEuiCommentEventto apply the color to the entire comment header. (#7288)EuiBasicTableandEuiInMemoryTableto support a new controlled selection API:selection.selected(#7321)Bug fixes
EuiFieldNumbersnot correctly updating native validity state (#7291)EuiListGroupItemto passstyleprops to the wrapping<li>element alongsideclassNameandcss. All other props will be passed to the underlying content. (#7298)EuiListGroupItem's non-transitioned transform on hover/focus (#7298)EuiDataGrids withgridStyle.stripessometimes showing buggy row striping after being sorted (#7301)EuiDataGrid'sgridStyle.rowClassesAPI to not conflict withgridStyle.stripesif dynamically updated (#7301)EuiDataGrid'sgridStyle.rowClassesAPI to support multiple space-separated classes (#7301)EuiInputPopovernot callingonPanelResizecallback prop (#7305)EuiDualRangeincorrectly positioning highlights when rendered withshowInput="inputWithPopover"(#7305)EuiTabsincorrectly wrapping text when it should instead either scroll or truncate (#7309)EuiContextMenunow renders text colors correctly when used within anEuiBottomBar(#7312)EuiSuperDatePicker's Absolute date picker (#7313)EuiDataGridcells visually cutting off overflowing content a little too quickly (#7320)Deprecations
EuiBasicTableandEuiInMemoryTable's refsetSelectionAPI. Use the newselection.selectedAPI instead. (#7321)Breaking changes
EuiPageTemplate_Deprecated,EuiPageSideBar_Deprecated, andEuiPageContent*_Deprecated(#7265)ghostcolor option fromEuiButton,EuiButtonEmpty, andEuiButtonIcon. Use an<EuiThemeProvider colorMode="dark">wrapper andcolor="text"instead. (#7296)Dependency updates
refractorto v3.6.0 (#7127)rehype-rawto v5.1.0 (#7127)vfileto v4.2.1 (#7127)Accessibility
EuiContextMenunow correctly respects reduced motion preferences (#7312)EuiAccordions no longer attempt to focus child content when the accordion is externally opened viaforceState, but will continue to focus expanded content when users click the toggle button. (#7314)CSS-in-JS conversions
EuiContextMenu,EuiContextMenuPanel, andEuiContextMenuItemto Emotion; Removed$euiContextMenuWidth(#7312)