-
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 v93.5.1 #179363
Upgrade EUI to v93.5.1 #179363
Conversation
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
LGTM!
v93.4.0
⏩v93.5.1
v93.5.1
Bug fixes
EuiSelectable
s to not cause Jest/jsdom errors on active option change (#7618)v93.5.0
EuiHeaderLinks
now accepts achildren
render function that will be passed acloseMobilePopover
callback, allowing consumers to close the mobile popover by its content (#7603)EuiSelectable
to support scrolling list containers whenlistProps.isVirtualization
is set tofalse
(#7609)Bug fixes
EuiIconTip
's defaultaria-label
text to be i18n tokenizable (#7606)EuiTextArea
's CSS box model to no longer render a few extra pixels of strut height (#7607)Dependency updates
@types/refractor
to v3.4.0 (#7590)@types/lodash
to v4.14.202 (#7591)@types/resize-observer-browser
dependency.ResizeObserver
types should already be baked in to Typescript as of 4.2+ (#7592)classnames
to v2.5.1 (#7593)@types/numeral
to v2.0.5 (#7594)@types/react-window
to 1.8.8 (#7597)prop-types
to v15.18.1 (#7602)prop-types
as a peer dependency, per package recommendation (#7602)Accessibility
EuiIcons
no longer applyaria-hidden
to empty icons, as long as a valid title or label is provided to the icon. In particular, this is intended to improve the accessibility of loadingEuiIconTip
s. (#7606)