-
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
[8.x] Upgrade EUI to v98.2.1-borealis.1 #204783
base: 8.x
Are you sure you want to change the base?
Conversation
- this ensures that upcoming changes to the default theme on EUI side won't progagate unexpectedly to 8.x
20ed9bf
to
1f95556
Compare
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
|
Pinging @elastic/eui-team (EUI) |
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.
Code review only (package.json) LGTM
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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.
LGT Stack Monitoring
(single color change)
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.
Changes for obs-ux-infra_services-team
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.
There were no changes to @elastic/security-detection-engine here, but I checked out this branch to verify that the workflows for our our areas continued to work/look correct on the Amsterdam theme.
Important
This PR introduces the Borealis enabled EUI package to
8.x
.The intention is to support new features being developed that need to live in
main
as well as8.x
.Important
All
8.x
versions should continue to use the current Amsterdam theme. To ensure this even with upcoming changes to the default theme for EUI, we're addingeuiThemeAmsterdam
onEuiProvider
usages manually.Description
This PR introduces all previous Borealis related PR changes but excludes the specific changes to support
@elastic/eui-theme-borealis
as only Amsterdam is supported as theme in8.x
.Previous PRs
v97.3.1
⏩v98.2.1-borealis.1
Questions? Please see our Kibana upgrade FAQ.
@elastic/eui
v98.2.1
v98.2.0
contrast
andcontrastHigh
(#8216)EuiDataGrid
content to have a transparent background. (#8220)Accessibility
EuiTooltip
,EuiIconTip
) are used inside components that handle the Escape key (likeEuiFlyout
orEuiModal
), pressing the Escape key will now only close the tooltip and not the entire wrapping component. (#8140)EuiCodeBlock
s by (#8195)role="dialog"
on in fullscreen modeBorealis updates
@elastic/eui
v98.1.0
EuiBetaBadge
with a newwarning
color variant (#8177)Accessibility
autoFocus
onEuiSelectableList
triggers initial focus (#8091)EuiSearchBarFilters
by: (#8091)aria-label
to selection filter buttonsEuiCodeBlock
with a newcopyAriaLabel
prop, which allows setting a custom screen reader label on the copy button. (#8176)CSS-in-JS conversions
$euiButtonMinWidth
$euiDatePickerCalendarWidth
euiAnimFadeIn
euiGrow
focusRingAnimate
focusRingAnimateLarge
euiButtonActive
euiFullHeight
euiSlightShadowHover
datePickerArrow
Borealis updates
@elastic/eui
v98.0.0
Bug fixes
EuiDataGrid
bug where column actions where not clickable whenEuiDataGrid
withcolumnVisibility.canDragAndDropColumns
was used inside a modal (#8135)Breaking changes
EuiFormRow
's deprecatedcolumnCompressedSwitch
display prop. UsecolumnCompressed
instead (#8113)Borealis updates
Bug fixes