Conversation
f22a7ab to
4d1458e
Compare
|
Pinging @elastic/eui-team (EUI) |
|
👋 Marking as ready for review as Jest and FTR tests are passing, and I'm fairly confident the Cypress failures above aren't related to EUI changes (as always, let me know if that assumption is incorrect!) Most changes in this upgrade are related to |
|
@watson can we force merge this as well? |
💔 Build FailedFailed CI Steps
Test Failures
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
jeramysoucy
left a comment
There was a problem hiding this comment.
AppEx Security changes LGTM!
|
osquery type fixes will be addressed at #167428. |
## Summary Recent [EUI bump](#166868) from v88.3.0 to v88.5.0 increased the memory usage significantly. Due to which Cypress Tests started failing due to browser crashing with memory limits. EUI team has been informed about this. As reverting EUI is not a simple change, disabling the Cypress Log panel solves the problem for now. Details can be found [here](cypress-io/cypress#27415 (comment)) This brings change to how we run the Cypress Test in Head Mode ## Before  ## After 
| }); | ||
|
|
||
| it('Open one alert when more than one closed alerts are selected', () => { | ||
| it.skip('Open one alert when more than one closed alerts are selected', () => { |
There was a problem hiding this comment.
@patrykkopycinski - why were these tests skipped?
v88.3.0⏩v88.5.0closes #151514
88.5.0EuiCallOutwith a newonDismissprop (#7156)renderCustomToolbarprop toEuiDataGrid, which allows custom rendering of the toolbar. (#7190)allowResetButtonprop totoolbarVisibility.showDisplaySelectorofEuiDataGrid, which allows hiding the "Reset to default" button from the display settings popover. (#7190)additionalDisplaySettingsprop totoolbarVisibility.showDisplaySelectorofEuiDataGrid, which allows rendering extra settings inside the display settings popover. (#7190)EuiDataGrid's toolbar display settings button icon (#7190)EuiTextTruncatewith significantly improved iteration performance. RemovedmeasurementRenderAPIprop, asEuiTextTruncationnow only uses more performant canvas render API (#7210)EuiPopoverwith a new configurablerepositionToCrossAxisprop (#7211)EuiDatePickerto supportcompressedinput styling (#7218)gradientandpaletteicon glyphs. (#7220)Bug fixes
EuiPopover's missing animations on popover close (#7211)EuiInputPopoveranchoring to the wrong side and missing shadows on smaller screens (#7211)EuiSuperDatePickericon spacing on the quick select button (#7217)EuiMarkdownEditor's default processing plugins (#7221)88.4.1Bug fixes
classNames onEuiTextTruncate(#7212)titles onEuiComboBoxdropdown options to always be present (#7212)EuiComboBoxtruncation issues when search is an empty space (#7212)88.4.0EuiComboBoxto allow configuring text truncation behavior viatruncationProps. These props can be set on the entire combobox as well as on on individual dropdown options. (#7028)EuiInMemoryTablewith a newsearchFormatprop (defaults toeql). When setting this prop totext, the built-in search bar will ignore EQL syntax and allow searching for plain strings with special characters and symbols. (#7175)Bug fixes
EuiComboBoxnow always shows the highlighted search text, even on truncated text (#7028)EuiSearchBar's default placeholder and aria-label text (#7175)EuiDescriptionListTitleto use a taller line-height for readability (#7185)EuiComboBoxto correctly truncate selected items when displayed as pills and plain text (#7193)Accessibility
aria-currentattribute toEuiTablePagination(#7186)CSS-in-JS conversions
EuiDroppableandEuiDraggableto Emotion; Removed$euiDragAndDropSpacingSass variables (#7187)