-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Upgrade to EUI v22.3.0 #62963
Upgrade to EUI v22.3.0 #62963
Conversation
1c0828e
to
27b6d9a
Compare
xpack-siemCypress test is failing due to yarn's installation of workspace dependencies. @spalger is investigating (❤️) |
d5d7267
to
f126ee8
Compare
…ode_modules to hold its correct version
f126ee8
to
9451914
Compare
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.
Security changes LGTM - code review only
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.
Operations: 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.
LGTM for platform changes
...aved_objects_management/public/management_section/objects_table/components/relationships.tsx
Outdated
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.
Alerting code 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.
I don't see any changes for the monitoring plugin
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.
I'm getting a few errors when loading up Canvas that aren't present on master. Chrome logs an error to console and Firefox throws up a caught error message in the Canvas app. The logged error isn't super helpful cuz it's throwing the error that's happening while handling a different error.
The error it's trying to handle is ResizeObserver loop limit exceeded
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.
Canvas 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.
APM changes look ok.
...p/TransactionDetails/WaterfallWithSummmary/WaterfallContainer/Waterfall/SpanFlyout/index.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.
ML LGTM - also gave it a quick visual test locally.
jenkins test this |
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.
SIEM changes LGTM. Sorry about the snapshot noise! A followup on the as any
s would be appreciated as well, but I understand the limitations are between EUI and styled-components.
...cy/plugins/siem/public/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
Show resolved
Hide resolved
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* snapshot updates * bump to eui 22.3.0 * snapshots * Fix css selector in test to match EUI internal DOM change * Updated snapshots * Insert react-beautiful-dnd@10 into top-level kibana to force siem's node_modules to hold its correct version * More snapshot updates, resolved a typescript issue * Move react-beautiful-dnd dependency around to make things happy again * Use SearchFilterConfig from the top-level eui export * Swallow 'ResizeObserver error does not have an err object' error in canvas * Swallow ResizeObserver error cross-browser
Summary
22.3.0
EuiComboBox
(#3183)EuiPopover
arrow position in Android and Linux (#3188)htmlIdGenerator
when supplying bothprefix
andsuffix
(#3076)EuiInMemoryTable
(#3142)title
andaria
attributes toEuiToken
's icon element (#3195)Bug Fixes
EuiAccordion
to adjust to the correct height when content height changes (#3160)EuiBasicTable
to handle dynamic icon value properly in collapsed actions (#3145)availability
check for actions inEuiBasicTable
(3030)22.2.0
EuiModal
close button position to prevent from overlapping with the title (#3176)Bug Fixes
EuiSelect
in Firefox ([adding feature to remove circles when option to remove circles selected #3197] (Removed moz border on focus from EuiSelect. eui#3197))EuiSuperDatePicker
to inherit the selected value in quick select (#3105)Feature: EuiCollapsibleNav (#3019)
EuiCollapsibleNav
andEuiCollapsibleNavGroup
componentsEuiPinnableListGroup
, an extension ofEuiListGroup
ghost
coloredEuiListGroupItem
, increased overall large size, and fixed focus statescolor
andsize
props toEuiListGroup
home
andmenu
glyphs toEuiIcon
euiXScroll
andeuiYScroll
SASS mixins and CSS utility equivelantsBug Fixes
EuiAccordion
icon margins, focus state, and flex issue in IE1.1px
height ofEuiHorizontalRule
22.1.1
Bug Fixes
EuiResizeObserver
's fallback polyfill (#3180)defaultProps
definition inEuiComboBox
(#3180)22.1.0
delimiter
prop toEuiComboBox
(#3104)useColorPickerState
anduseColorStopsState
utilities (#3067)EuiSearchBar
related types (#3147)prepend
andappend
ability toEuiSuperSelect
(#3167)Bug Fixes
EuiNavDrawer
scrolling issue on mobile (#3174)22.0.0
lodash
functions with native functions (#3053)whiteSpace
prop toEuiCodeBlock
(#3103)sortMatchesBy
prop forEuiComboBox
(#3089)prepend
andappend
ability toEuiFieldPassword
(#3122)Enter
key press functionality toEuiSuperDatePicker
(#3048)title
to headers ofEuiTable
in case of truncation (#3094)EuiTableHeaderCell
(#3094)number
andstring
tosize
type ofEuiImage
for setting custom sizes (#3012)EuiButtonEmpty
focus state when thecolor
type istext
(#3135)EuiLoadingElastic
component (#3017)react-beautiful-dnd
to v13 (#3064)EuiPagination
vertical alignment of the text when used ascompressed
(#3152)showTooltip
prop forEuiSuperUpdateButton
to show tooltip and showing only once popovers are closed (#3127)Bug Fixes
EuiSuperDatePicker
not showing correct values in relative tab of end date (#3132)EuiSuperDatePicker
to show correct values of commonly used values in relative tab (#3106)EuiIcon
when switching from dynamically fetched components (#3118)EuiResizeObserver
fallback did not properly listen to pure window resizing (#3088)Breaking changes
EuiKeyPadMenuItemButton
in favor of justEuiKeyPadMenuItem
that can also accept anonClick
(#3062)21.1.0
EuiFilterSelect
to retain the order of its filters (#3063)href
prop toEuiBadge
(#3009)EuiComboBox
(#3007)dateFormatAliases
as a part of the public API (#3043)EuiTextProps
type definition (#3039)component
prop toEuiForm
to render a<form>
(#3010)role
attribute fromEuiImage
(#3036)prepend
andappend
ability toEuiComboBox
single selection only (#3003)onColumnResize
prop toEuiDataGrid
of typeEuiDataGridOnColumnResizeHandler
that gets called when column changes it's size (#2963)logoEnterpriseSearch
toEuiIcon
(#3066)EuiColorPicker
andEuiColorStops
(#2850)EuiColorPicker
andEuiColorStops
(#2850)useResizeObserver
hook (#2991)showColumnSelector.allowHide
andshowColumnSelector.allowReorder
props toEuiDataGrid
UI configuration (#2993)EuiMark
component (#3060)tabs.name
prop shape inEuiTabbedContent
to accept anode
, which aligns it withEuiTab
(#3100)Bug Fixes
EuiFieldNumber
so values of typenumber
are now allowed (#3020)contrastRatio()
function in dark mode by fixing thepow()
math function ([[settings/objects] fixed the saved object editor #3013], (Bug fix in contrastRatio function eui#3013))EuiDataGrid
from re-evaluating the default column width on resize (#2991)EuiCallOut
when used as abanner
forEuiFlyout
(#3098)