Merged
Conversation
1 task
Contributor
Author
|
/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: |
Contributor
|
Pinging @elastic/eui-team (EUI) |
Ikuni17
approved these changes
Mar 25, 2024
pgayvallet
approved these changes
Mar 26, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v93.4.0⏩v93.5.1v93.5.1Bug fixes
EuiSelectables to not cause Jest/jsdom errors on active option change (#7618)v93.5.0EuiHeaderLinksnow accepts achildrenrender function that will be passed acloseMobilePopovercallback, allowing consumers to close the mobile popover by its content (#7603)EuiSelectableto support scrolling list containers whenlistProps.isVirtualizationis set tofalse(#7609)Bug fixes
EuiIconTip's defaultaria-labeltext 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/refractorto v3.4.0 (#7590)@types/lodashto v4.14.202 (#7591)@types/resize-observer-browserdependency.ResizeObservertypes should already be baked in to Typescript as of 4.2+ (#7592)classnamesto v2.5.1 (#7593)@types/numeralto v2.0.5 (#7594)@types/react-windowto 1.8.8 (#7597)prop-typesto v15.18.1 (#7602)prop-typesas a peer dependency, per package recommendation (#7602)Accessibility
EuiIconsno longer applyaria-hiddento 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 loadingEuiIconTips. (#7606)