-
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
Upgrade EUI to v28.2.0 #75700
Upgrade EUI to v28.2.0 #75700
Conversation
@thompsongl it looks like the failing test (Security solution Cypress Tests) is from the |
Unrelated. I'll take on fixing it. |
x-pack/plugins/security_solution/public/common/components/charts/barchart.tsx
Show resolved
Hide resolved
@elasticmachine merge upstream |
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 good!
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.
maps 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.
LGTM for platform changes
@elasticmachine merge upstream |
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.
Tested and reviewed the changes to Lens, LGTM.
@elasticmachine merge upstream |
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 just has a snapshot update and it looks good to me. 👍
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.
Stack Monitoring looks good 👍
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 think we have a boolean flipped to false instead of true.
x-pack/plugins/observability/public/components/app/section/uptime/index.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Justin Kambic <[email protected]>
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.
Uptime 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.
Kibana App team Code review LGTM, I also checked the bug on TSVB and it is fixed 🎉 Lens settings panel works as expected and is much better now 👏
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
page load bundle size
oss distributable file count
distributable file count
History
To update your PR or re-run it, just comment with: |
* eui to v28.0.0 * eui to 28.2.0 * euiselectableoptions type update * targeted nohoist * src snapshot updates * x-pack snapshot updates * strong -> mark * upgrade @elastic/charts to v21.0.1 * strong -> mark * fix charts version merge * maps -> add_field_tooltip_popover type update * snapshot update * Fix gridline visibility Co-authored-by: Justin Kambic <[email protected]> Co-authored-by: nickofthyme <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Justin Kambic <[email protected]>
* eui to v28.0.0 * eui to 28.2.0 * euiselectableoptions type update * targeted nohoist * src snapshot updates * x-pack snapshot updates * strong -> mark * upgrade @elastic/charts to v21.0.1 * strong -> mark * fix charts version merge * maps -> add_field_tooltip_popover type update * snapshot update * Fix gridline visibility Co-authored-by: Justin Kambic <[email protected]> Co-authored-by: nickofthyme <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Justin Kambic <[email protected]> Co-authored-by: nickofthyme <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Justin Kambic <[email protected]>
Summary
v27.4.1
⏩v28.2.0
@elastic/[email protected]
EuiMarkdownEditor
andEuiMarkdownFormat
componentsEuiSelectableTemplateSitewide
component for global search28.2.0
EuiSelectableTemplateSitewide
as wrapper ofEuiSelectable
for Elastic's global search component (#3800)EuiMark
to override browser default (#3800)EuiHighlight
to useEuiMark
as matching element wrapper (#3800)EuiSelectable
'soption
type to allow for a separatesearchableLabel
and any generic keys (#3800)listProps.onFocusBadge
,loadingMessage
,noMatchesMessage
, andemptyMessage
props toEuiSelectable
(#3800)bordered
prop toEuiSelectableMessage
(#3800)Bug fixes
EuiBadge
if only theiconType
is passed (#3800)EuiSelectable
when thelist
isn't on the page (#3800)EuiPopover
whenownFocus = false
(#3800)28.1.0
isLoading
andisLoadingMessage
props toEuiAccordion
(#3879)testenv
mock forEuiFocusTrap
(#3930)Bug fixes
EuiCodeBlock
content overlapping with control buttons whenwhiteSpace
was set to"pre"
(#3853)EuiFocusTrap
not applying providedstyle
prop (#3916)EuiDataGrid
when a new pagination object would cause every cell to render (#3919)28.0.0
createTheme
to apply latest changes to elastic chartsTheme
. (#3792)appSearchApp
andworkplaceSearchApp
toEuiIcon
(#3859)unlink
glyph toEuiIcon
(#3869)EuiMarkdownEditor
andEuiMarkdownFormat
components (#3522)Bug fixes
EuiFacetGroup
container expansion due to negative margin value (#3871)EuiComboBox
delimeter-separated option creation and empty state prompt text (#3841)EuiDataGrid
not properly resizing within a fixed height container (#3894)EuiFieldPassword
where an edge case mutated itsappend
prop (#3884)Breaking changes
@elastic/charts
version20.0.0
and above for chart theming utils.