-
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 EUI to v88.3.0 #166292
Upgrade EUI to v88.3.0 #166292
Conversation
…for the hellopangea/dnd dev dependency
…t recently was refactored and converted to Emotion.
… it is no longer being used after the components most recent refactor and Emotion conversion.
@elasticmachine merge upstream |
…g within hellopangea/dnd dev dependency
|
Pinging @elastic/eui-team (EUI) |
Merge in the latest from main
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Sorry, had to revert this with f270c31. Build Storybooks failure here https://buildkite.com/elastic/kibana-on-merge/builds/35559#018aaa65-382b-438b-a52c-b3c35b15380e/272-392 |
⚠️ NOTE: This PR is a copy of #166292 (which was reverted due to failing Storybook builds). This is the same exact PR but with Storybook building fixed. --- EUI `88.2.0` ➡️ `88.3.0` ## [`88.3.0`](https://github.com/elastic/eui/tree/v88.3.0) - `EuiGlobalToastList` now shows a "Clear all" button by default once above a certain number of toasts (defaults to 3). This threshold is configurable with the `showClearAllButtonAt` prop ([#7111](elastic/eui#7111)) - Added an optional `onClearAllToasts` callback to `EuiGlobalToastList` ([#7111](elastic/eui#7111)) - Added the `value`, `onChange`, and `onCancel` props that allow `EuiInlineEdit` to be used as a controlled component ([#7157](elastic/eui#7157)) - Added `grabOmnidirectional`, `transitionLeftIn`, `transitionLeftOut`, `transitionTopIn`, and `transitionTopOut` icon glyphs. ([#7168](elastic/eui#7168)) **Bug fixes** - Fixed `EuiInlineEdit` components to correctly spread `...rest` attributes to the parent wrapper ([#7157](elastic/eui#7157)) - Fixed `EuiListGroupItem` to correctly render the `extraAction` button when `showToolTip` is also passed ([#7159](elastic/eui#7159)) **Dependency updates** - Updated `@hello-pangea/dnd` to v16.3.0 ([#7125](elastic/eui#7125)) - Updated `@types/lodash` to v4.14.198 ([#7126](elastic/eui#7126)) **Accessibility** - `EuiAccordion` now correctly respects reduced motion settings ([#7161](elastic/eui#7161)) - `EuiAccordion` now shows a focus outline to keyboard users around its revealed children on open ([#7161](elastic/eui#7161)) **CSS-in-JS conversions** - Converted `EuiSplitPanel` to Emotion ([#7172](elastic/eui#7172)) --------- Co-authored-by: Bree Hall <briannajdhall@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Jon <jon@elastic.co>
EUI
88.2.0
➡️88.3.0
88.3.0
EuiGlobalToastList
now shows a "Clear all" button by default once above a certain number of toasts (defaults to 3). This threshold is configurable with theshowClearAllButtonAt
prop (#7111)onClearAllToasts
callback toEuiGlobalToastList
(#7111)value
,onChange
, andonCancel
props that allowEuiInlineEdit
to be used as a controlled component (#7157)grabOmnidirectional
,transitionLeftIn
,transitionLeftOut
,transitionTopIn
, andtransitionTopOut
icon glyphs. (#7168)Bug fixes
EuiInlineEdit
components to correctly spread...rest
attributes to the parent wrapper (#7157)EuiListGroupItem
to correctly render theextraAction
button whenshowToolTip
is also passed (#7159)Dependency updates
@hello-pangea/dnd
to v16.3.0 (#7125)@types/lodash
to v4.14.198 (#7126)Accessibility
EuiAccordion
now correctly respects reduced motion settings (#7161)EuiAccordion
now shows a focus outline to keyboard users around its revealed children on open (#7161)CSS-in-JS conversions
EuiSplitPanel
to Emotion (#7172)